/[svn]/qsampler/trunk/debian/rules
ViewVC logotype

Diff of /qsampler/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 606 by flax, Fri Jun 3 12:12:02 2005 UTC revision 2028 by capela, Wed Nov 4 18:59:57 2009 UTC
# Line 27  endif Line 27  endif
27  config.status:  config.status:
28          dh_testdir          dh_testdir
29          # Add here commands to configure the package.          # Add here commands to configure the package.
30          $(MAKE) -f Makefile.cvs          $(MAKE) -f Makefile.svn
31          chmod a+x configure          chmod a+x configure
32          CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
33    
# Line 49  clean: Line 49  clean:
49          rm -f build-stamp          rm -f build-stamp
50    
51          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
52          -$(MAKE) -f Makefile.cvs          -$(MAKE) -f Makefile.svn
53          chmod a+x configure          chmod a+x configure
54          -$(MAKE) distclean          -$(MAKE) distclean
55  ifneq "$(wildcard /usr/share/misc/config.sub)" ""  ifneq "$(wildcard /usr/share/misc/config.sub)" ""

Legend:
Removed from v.606  
changed lines
  Added in v.2028

  ViewVC Help
Powered by ViewVC