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

Contents of /qsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 753 - (show annotations) (download)
Wed Aug 24 17:44:59 2005 UTC (18 years, 7 months ago) by capela
File size: 236 byte(s)
Attempt to bring those aging autoconf templates to date;
  sample SPEC file for RPM build is now being included and
  generated at configure time.

1 all: configure
2
3 configure: Makefile.in configure.ac
4 @autoheader
5 @autoconf
6 @rm -rf *.cache
7
8 clean:
9 @if [ -f Makefile ]; then make clean; fi || true
10 @rm -rvf Makefile configure config.*
11 @rm -rvf *.cache *.log *.status *.pro *.spec

  ViewVC Help
Powered by ViewVC