/[svn]/libgig/trunk/Makefile.cvs
ViewVC logotype

Annotation of /libgig/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (hide annotations) (download)
Fri Jul 2 19:37:09 2004 UTC (19 years, 9 months ago) by capela
File size: 454 byte(s)
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.

1 capela 168 all: configure
2 schoenebeck 2
3 capela 168 configure: configure.in Makefile.am src/Makefile.am
4     @aclocal
5     @libtoolize --force --copy
6     @autoheader
7     @automake --add-missing --copy
8     @autoconf
9 schoenebeck 2
10 capela 168 clean:
11     @if [ -f Makefile ]; then make distclean; fi || true
12     @rm -rvf *.cache *.log *.status *.m4
13     @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*
14     @rm -rvf Makefile.in config.*
15     @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
16     @rm -rvf configure stamp-h.*

  ViewVC Help
Powered by ViewVC