X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=98e8c12f2b14203b00d28593a681b6f574ab4a82;hb=4dbced6b2345ceb73e3eea66bf52d59e6092d9ba;hp=5db009e4a31a80ae398cfe0d2c00b1b321444812;hpb=df1c989e59a7ebf883990d7cc0a00999cb0b2d73;p=ozzloy%40gmail.com%2Foble diff --git a/Makefile b/Makefile index 5db009e..98e8c12 100644 --- a/Makefile +++ b/Makefile @@ -8,18 +8,22 @@ OBJS = idle_x11.o oble.o idle_x11.o: idle_x11.h oble.o: oble.h +print_screen_saver_stats.o: print_screensaver_stats.h -oble: $(OBJS) haarcascade_frontalface_alt.xml +oble: $(OBJS) gcc $(OBJS) $(LDFLAGS) -o $@ #haarcascade_frontalface_alt.xml: # wget http://eclecti.cc/files/2008/03/haarcascade_frontalface_alt.xml +print_screensaver_stats: print_screensaver_stats.o + gcc print_screensaver_stats.o $(LDFLAGS) -o $@ + test: all ./oble -c haarcascade_frontalface_alt.xml -dependencies: - sudo aptitude install -y libxss-dev +ubuntu-dependencies: + ./initial_oble_setup_ubuntu.bash clean: rm -rf oble *.o