all: genlib pixlib genlib: !IF ("$(LIBUSB_FLAG)"=="USE_LIBUSB") cd libsiusb && qmake -makefile && nmake release-all !ELSE cd USBDevicedll && qmake -makefile && nmake release-all !ENDIF cd VmeInterface && nmake cd USBpixI4dll && qmake -makefile && nmake release-all !IF ("$(GPIB_FLAG)"=="/DHAVE_GPIB") cd PixGPIB && nmake !ENDIF cd PixRS232 && nmake pixlib: cd Applications/Pixel/PixLib && nmake cd Applications/Pixel/PixAnalysis && nmake cd Applications/Pixel/ModuleAnalysis && qmake -makefile && nmake release-all && nmake lib cd Applications/Pixel/DBeditor && qmake -makefile && nmake release-all && nmake lib cd Applications/Pixel/STcontrol && qmake -makefile && nmake release-all pixtest: cd USBpixI4Test/Fitting && qmake -makefile && nmake release-all cd USBpixI4Test && qmake -makefile && nmake release-all clean: cleangl cleanpl cleangl: del *~ cd USBDevicedll && qmake -makefile && nmake clean cd libsiusb && qmake -makefile && nmake clean cd VmeInterface && nmake clean cd USBpixI4dll && qmake -makefile && nmake clean !IF ("$(GPIB_FLAG)"=="/DHAVE_GPIB") cd PixGPIB && nmake clean !ENDIF cd PixRS232 && nmake clean cleanpl: cd Applications/Pixel/PixLib && nmake clean cd Applications/Pixel/PixAnalysis && nmake clean cd Applications/Pixel/ModuleAnalysis && qmake -makefile && nmake clean && del /q dict* && del /q *~ cd Applications/Pixel/DBeditor && qmake -makefile && nmake clean && del /q *~ cd Applications/Pixel/STcontrol && qmake -makefile && nmake clean && del /q *~ cleanupt: cd USBpixI4Test/Fitting && qmake -makefile && nmake clean && del /q *~ cd USBpixI4Test && qmake -makefile && nmake clean && del /q *~