]> pd.if.org Git - pccts/blobdiff - support/genmk/makefile
auto commit for import
[pccts] / support / genmk / makefile
diff --git a/support/genmk/makefile b/support/genmk/makefile
new file mode 100755 (executable)
index 0000000..50ea4ab
--- /dev/null
@@ -0,0 +1,23 @@
+SRC=genmk.c\r
+OBJ=genmk.o\r
+# Define PC if you use a PC OS (changes directory symbol and object file extension)\r
+# see pccts/h/config.h\r
+#CFLAGS=-I../../h -DPC\r
+CFLAGS=-I../../h\r
+CC=cc\r
+BAG=../../bin/bag\r
+\r
+genmk: $(OBJ) $(SRC) ../../h/config.h\r
+       $(CC) -o genmk $(OBJ)\r
+\r
+clean:\r
+       rm -rf core *.o\r
+\r
+scrub:\r
+       rm -rf genmk core *.o\r
+\r
+shar:\r
+       shar genmk.c makefile > genmk.shar\r
+\r
+archive:\r
+       $(BAG) genmk.c makefile > genmk.bag\r