X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=874f5fcd923710aa51269f5e192ed68f55663941;hb=5de7494cf1d3672c9419ac0a3d6f26ae2b9855af;hp=19e177fc602825e00786c3b3830b3825b86f9b14;hpb=14d94bcf06d0e21bc36fbf9b6678f4d0ca19330f;p=snark14.git diff --git a/Makefile b/Makefile index 19e177f..874f5fc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ # Makefile to build an instance of snark14 +.PHONY: all install clean PREFIX = . XERCES = . @@ -86,10 +87,15 @@ $(LIBSDIR): $(BINDIR): @mkdir -p $@ +install: + @cp lib/* /usr/local/lib/. + @ldconfig + clean: @rm -rf $(BINDIR) $(OBJDIR) $(LIBSDIR) $(LDIGFILED) $(LDIGFILESD) $(LDIGFILERD) @rm -rf $(DIGFILED)/*.o $(DIGFILESD)/*.o $(DIGFILERD)/*.o src/snark/*.o + @rm -rf qt-x11-free-* @cd tools/Input ; make clean @cd tools/Display ; make clean - + @cd examples ; make clean