]> code.citadel.org Git - citadel.git/blob - libCxClient/Makefile.cvs
* Multiple files: Convert most remaining client code to use new Citadel IPC
[citadel.git] / libCxClient / Makefile.cvs
1 all:
2         @echo "- Preparing build system from CVS sources..."
3         @echo -n "  "
4         @aclocal
5         @echo -n "."
6         @autoheader
7         @echo -n "."
8         @automake
9         @echo -n "."
10         @autoconf
11         @echo -n "."
12         @echo "Done!"
13
14 clean:
15         @echo "- Preparing for CVS operation..."
16         @find . -name Makefile -or -name Makefile.in | xargs rm -f
17         @rm -f configure aclocal.m4 configure config.status config.cache config.log config.h
18         @echo "  Done!"