/[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 3515 by schoenebeck, Wed Apr 6 20:16:43 2016 UTC revision 3516 by capela, Tue Jun 18 07:49:48 2019 UTC
# Line 7  APPNAME := qsampler Line 7  APPNAME := qsampler
7  # This is the debhelper compatibility version to use.  # This is the debhelper compatibility version to use.
8  #export DH_COMPAT=4  #export DH_COMPAT=4
9    
 # Set Qt5 environment for qtchooser.  
 export QT_SELECT=5  
   
 CFLAGS = -g  
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))  
 CFLAGS += -O0  
 else  
 CFLAGS += -O2  
 endif  
   
10  configure: configure-stamp  configure: configure-stamp
11  configure-stamp:  configure-stamp:
12          dh_testdir          dh_testdir
13    
14          # Add here commands to configure the package.          # Add here commands to configure the package.
15          -$(MAKE) -f Makefile.git          ./autogen.sh
16    
17          ./configure --prefix=/usr          ./configure --prefix=/usr
18          # --- end custom part for configure          # --- end custom part for configure
# Line 45  clean: Line 35  clean:
35          rm -f build-stamp configure-stamp          rm -f build-stamp configure-stamp
36    
37          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
38          -$(MAKE) -f Makefile.git clean          ./autogen.sh clean
39          # --- end custom part for cleaning up          # --- end custom part for cleaning up
40    
41          dh_clean          dh_clean

Legend:
Removed from v.3515  
changed lines
  Added in v.3516

  ViewVC Help
Powered by ViewVC