summaryrefslogtreecommitdiffstats
path: root/rx/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'rx/Makefile.in')
-rw-r--r--rx/Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/rx/Makefile.in b/rx/Makefile.in
new file mode 100644
index 00000000..b52d64c7
--- /dev/null
+++ b/rx/Makefile.in
@@ -0,0 +1,19 @@
+#
+# A simplified Makefile for use with Mutt.
+#
+# Michael Elkins <me@cs.hmc.edu>
+# 1/23/97
+#
+OBJS= hashrexp.o rx.o rxanal.o rxbasic.o rxbitset.o rxcset.o \
+ rxgnucomp.o rxhash.o rxnfa.o rxnode.o rxposix.o rxsimp.o \
+ rxspencer.o rxstr.o rxsuper.o rxunfa.o
+
+VPATH=@srcdir@
+@SET_MAKE@
+
+librx.a: $(OBJS)
+ ar rc librx.a $(OBJS)
+ -ranlib librx.a
+
+clean:
+ rm -f *.o librx.a *~