crctest-windows with versions that work for Mac too.
(check): Build and run crctest$(EXEEXT). This runs on MPW now.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5142
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Mar 16 21:14:15 1995 John Gilmore (gnu at toad.com)
+
+ * Makefile.in (crctest, crctest.exe): Replace crctest-unix and
+ crctest-windows with versions that work for Mac too.
+ (check): Build and run crctest$(EXEEXT). This runs on MPW now.
+
Tue Mar 14 17:20:47 1995 Keith Vetter (keithv@fusion.com)
* crc.c: removed method for pulling in a data structure (windows),
all:: $(OBJS)
-crctest-unix: crctest.$(OBJEXT) $(OBJS)
+crctest: crctest.$(OBJEXT) $(OBJS)
$(RM) crctest
- $(CC) -o crctest crctest.$(OBJEXT) $(CCFLAGS) $(OBJS)
+ $(CC) -o crctest crctest.$(OBJEXT) $(CFLAGS) $(LDFLAGS) $(OBJS)
-crctest-windows:
+crctest.exe:
$(CC) -o crctest.exe $(CFLAGS2) $(SRCS)
- $(RM) $(OBJS)
-check:: crctest-$(WHAT)
+check:: crctest$(EXEEXT)
$(C)crctest$(EXEEXT) < $(srcdir)$(S)crc-test
clean::