]> code.citadel.org Git - citadel.git/commitdiff
* Added missing files.
authorBrian <brian@uncensored.citadel.org>
Mon, 10 Sep 2001 13:11:31 +0000 (13:11 +0000)
committerBrian <brian@uncensored.citadel.org>
Mon, 10 Sep 2001 13:11:31 +0000 (13:11 +0000)
libCxClient/Makefile.cvs [new file with mode: 0644]
libCxClient/stamp-h.in [new file with mode: 0644]

diff --git a/libCxClient/Makefile.cvs b/libCxClient/Makefile.cvs
new file mode 100644 (file)
index 0000000..3a5af4c
--- /dev/null
@@ -0,0 +1,20 @@
+all:
+       @echo "- Preparing build system from CVS sources..."
+       @echo -n "  "
+       @aclocal
+       @echo -n "."
+       @autoheader
+       @echo -n "."
+       @automake
+       @echo -n "."
+       @./am_edit
+       @echo -n "."
+       @autoconf
+       @echo -n "."
+       @echo "Done!"
+
+clean:
+       @echo "- Preparing for CVS operation..."
+       @find . -name Makefile -or -name Makefile.in | xargs rm -f
+       @rm -f configure aclocal.m4 configure config.status config.cache config.log config.h
+       @echo "  Done!"
diff --git a/libCxClient/stamp-h.in b/libCxClient/stamp-h.in
new file mode 100644 (file)
index 0000000..e69de29