makefile again

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@115 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
bergamaschi 2012-11-22 08:29:47 +00:00
parent 29a9678d3b
commit 90e219d402

View File

@ -14,8 +14,10 @@ clean:
Makefile.gui: slsDetectorGui.pro
qmake -o Makefile.gui INCLUDES='$(INCLUDES)' DESTDIR=$(DESTDIR)
Makefile.gui: mm
mm:
qmake -o Makefile.gui INCLUDES='$(INCLUDES)' DESTDIR=$(DESTDIR) SLSDETLIB=$(LIBDIR) SUBLIBS='$(LDFLAG)' INCLUDES='$(INCLUDES)'
doc:
cd manual && make DESTDIR=$(DOCDIR)