l_msdetect 96c805f7bf Makefile with clean label addded
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@66 af1100a4-978c-4157-bff7-07162d2ba061
2012-09-21 08:37:34 +00:00

18 lines
360 B
Makefile

PROG= bin/slsDetectorGui
DIR= $(shell ls src/* slsDetectorPlotting/include/* slsDetectorPlotting/src/* include/* forms/include/*)
all: $(PROG)
clean:
if test -e Makefile.gui; then make -f Makefile.gui clean; make -f Makefile.gui mocclean; fi
Makefile.gui: slsDetectorGui.pro
qmake -o Makefile.gui
$(PROG): Makefile.gui $(DIR)
make -f Makefile.gui