]> git.wh0rd.org - dump.git/blobdiff - compat/include/Makefile.in
Version 0.4b7.
[dump.git] / compat / include / Makefile.in
diff --git a/compat/include/Makefile.in b/compat/include/Makefile.in
new file mode 100644 (file)
index 0000000..9c2e02b
--- /dev/null
@@ -0,0 +1,24 @@
+top_srcdir=    @top_srcdir@
+srcdir=                @srcdir@
+
+@MCONFIG@
+
+all::          pathnames.h
+
+pathnames.h:   pathnames.h.in
+       sed -e "s|__DUMPDATES__|$(DUMPDATESPATH)|g" $< > $@
+
+install::
+
+clean::
+       $(RM) -f \#* *~ core pathnames.h
+
+distclean::    clean
+       $(RM) -f Makefile Makefile.old .depend
+
+# +++ Dependency line eater +++
+# 
+# Makefile dependencies follow.  This must be the last section in
+# the Makefile.in file
+#
+