Minor changes.
[idzebra-moved-to-github.git] / bfile / Makefile
index 1857ad5..3fa5f2f 100644 (file)
@@ -1,10 +1,10 @@
 SHELL=/bin/sh
 INCLUDE=-I../include
 TPROG=btest
-CFLAGS=-g -Wall
+CFLAGS=-g -Wall -pedantic
 DEFS=$(INCLUDE)
 LIB=../lib/bfile.a
-PO = bfile.o
+PO = bfile.o mfile.o
 CPP=cc -E
 
 all: $(LIB)
@@ -24,8 +24,8 @@ clean:
        rm -f *.[oa] $(TPROG) core mon.out gmon.out errlist
 
 dep depend:
-       $(CPP) $(INCLUDE) -M *.c >.depend
+       mv Makefile Makefile.tmp
+       sed '/^#Depend/q' <Makefile.tmp >Makefile
+       $(CPP) $(INCLUDE) -M *.c >>Makefile
 
-#ifeq (.depend,$(wildcard .depend))
-include .depend
-#endif
+#Depend --- DOT NOT DELETE THIS LINE