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

Diff of /qsampler/trunk/Makefile.in

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

revision 3383 by capela, Fri Dec 1 14:47:13 2017 UTC revision 3493 by capela, Sat Mar 9 21:47:46 2019 UTC
# Line 6  target  = src/$(name) Line 6  target  = src/$(name)
6    
7  headers = \  headers = \
8          src/config.h \          src/config.h \
9            src/qsampler.h \
10          src/qsamplerAbout.h \          src/qsamplerAbout.h \
11          src/qsamplerOptions.h \          src/qsamplerOptions.h \
12          src/qsamplerChannel.h \          src/qsamplerChannel.h \
# Line 118  uninstall:     $(DESTDIR)$(prefix)/bin/$(nam Line 119  uninstall:     $(DESTDIR)$(prefix)/bin/$(nam
119    
120    
121  clean:  $(name).mak  clean:  $(name).mak
122          @$(MAKE) -f $(name).mak distclean          @$(MAKE) -f $(name).mak distclean || true
123          @rm -f $(target) $(target).mak $(name).mak          @rm -f $(target) $(target).mak $(name).mak
124          @rm -rf *.cache *.log *.status $(translations_targets)          @rm -rf *.cache *.log *.status $(translations_targets)

Legend:
Removed from v.3383  
changed lines
  Added in v.3493

  ViewVC Help
Powered by ViewVC