some more changes to make file for automatic versioning, but changes to cpp file does not affect make, need to include that

This commit is contained in:
Dhanya Maliakal
2017-07-10 11:20:50 +02:00
parent cf0ef68cda
commit ef9fd77850
6 changed files with 37 additions and 44 deletions

View File

@ -55,7 +55,7 @@ doc:
htmldoc:
cd manual && $(MAKE) html DESTDIR=$(DOCDIR)
$(PROG): Makefile slsDetectorGui.pro $(DIR)
$(PROG): Makefile $(DIR)
$(MAKE) -f Makefile.gui SLSDETLIB=$(DESTDIR) DESTDIR=$(DESTDIR) SUBLIBS='$(LDFLAGDET)' INCLUDES='$(INCLUDES)' LIBDIR='$(LIBDIR)'
guiclient: