/[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 3080 by capela, Thu Jan 5 18:40:29 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 62  resources = \ Line 63  resources = \
63    
64  translations_sources = \  translations_sources = \
65          src/translations/qsampler_cs.ts \          src/translations/qsampler_cs.ts \
66            src/translations/qsampler_fr.ts \
67          src/translations/qsampler_ru.ts          src/translations/qsampler_ru.ts
68    
69  translations_targets = \  translations_targets = \
70          src/translations/qsampler_cs.qm \          src/translations/qsampler_cs.qm \
71            src/translations/qsampler_fr.qm \
72          src/translations/qsampler_ru.qm          src/translations/qsampler_ru.qm
73    
74    
# Line 116  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.3080  
changed lines
  Added in v.3493

  ViewVC Help
Powered by ViewVC