root/trunk/libfreebobctl/Makefile.cvs

Revision 61, 0.6 kB (checked in by pieterpalmers, 19 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 all:    configure
2
3 configure:       configure.in Makefile.am src/Makefile.am freebobctl/Makefile.am doc/Makefile.am examples/Makefile.am
4         @aclocal
5         @libtoolize --force --copy
6         @autoheader
7         @automake --add-missing --copy
8         @autoconf
9
10 clean:
11         @if [ -f Makefile ]; then make distclean; fi || true
12         @rm -rvf *.cache *.log *.status *.m4
13         @rm -rvf examples/Makefile.in
14         @rm -rvf doc/Makefile.in
15         @rm -rvf freebobctl/Makefile.in
16         @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*
17         @rm -rvf Makefile.in config.* stamp-h.*
18         @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
19         @rm -rvf configure
Note: See TracBrowser for help on using the browser.