DESTDIR = /home/d3vil/Desktop/animscreen/xwinwrapgui-1.0/ PROGS=xwinwrap xwinwrap: xwinwrap.o build: $(PROGS) install: cp $(PROGS) $(DESTDIR)/usr/bin/ cp animscreen $(DESTDIR)/usr/bin/ cp animscreen.desktop $(DESTDIR)/usr/share/applications/ cp animscreen.png $(DESTDIR)/usr/share/pixmaps/animscreen.png cp xwinwrap.png $(DESTDIR)/usr/share/pixmaps/xwinwrap.png clean: rm -f $(PROGS) *.o uninstall: rm -f $(DESTDIR)/usr/bin/$(PROGS) rm -f $(DESTDIR)/usr/bin/animscreen rm -f $(DESTDIR)/usr/share/applications/animscreen.desktop rm -f $(DESTDIR)/usr/share/pixmaps/animscreen.png rm -f $(DESTDIR)/usr/share/pixmaps/xwinwrap.png