#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all share_laserboy=debian/tmp/usr/share/laserboy %: dh $@ override_dh_auto_build: $(MAKE) -C src \ BOOST_LIBS='-lboost_filesystem -lboost_thread -lboost_chrono' \ INC_PATHS='$(shell fltk-config --cxxflags --use-images)' \ FLTK_LIBS='$(shell fltk-config --ldflags --use-images)' \ IMG_LIBS= \ X11_LIBS= \ CXX='g++ $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)' override_dh_auto_install: install -D LaserBoy debian/tmp/usr/bin/laserboy install -d $(share_laserboy) cp -r bmp dxf ild txt utf8 wtf $(share_laserboy) mkdir $(share_laserboy)/ctn $(share_laserboy)/wav