]> pd.if.org Git - pccts/blobdiff - support/rexpr/makefile
auto commit for import
[pccts] / support / rexpr / makefile
diff --git a/support/rexpr/makefile b/support/rexpr/makefile
new file mode 100755 (executable)
index 0000000..c0f343e
--- /dev/null
@@ -0,0 +1,19 @@
+BAG=../../bin/bag
+SRC=test.c rexpr.c
+OBJ=test.o rexpr.o
+CFLAGS = -g
+
+test: $(OBJ) $(SRC)
+       cc -g -o texpr $(OBJ)
+
+shar:
+       shar makefile test.c rexpr.c rexpr.h > rexpr.shar
+
+archive:
+       $(BAG) makefile test.c rexpr.c rexpr.h > rexpr.bag
+
+clean:
+       rm -rf *.o core texpr
+
+scrub:
+       rm -rf *.o core texpr