X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=Makefile;h=2c4aef4e602afc977ce529703e234dddc22fc115;hp=dcbf36f12d33448a9d0a15820084a84428d193ff;hb=2fd3c13e324b077a9f0bb84ecf3893e4427093f3;hpb=3dc25aab78715e049093b1386f494ef472515cd3 diff --git a/Makefile b/Makefile index dcbf36f..2c4aef4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,3 @@ -#http://stackoverflow.com/questions/6273608/how-to-pass-argument-to-makefile-from-command-line -#to reconstruct dependency rules or not - LIBRARY = libcgds.so INSTALL_PREFIX = /usr/local @@ -19,7 +16,6 @@ clean: cd doc && $(MAKE) clean && cd .. install: -# if [ ! -e src/obj/libcds.so ]; then make src; fi cp src/obj/$(LIBRARY) $(INSTALL_PREFIX)/lib/ mkdir -p $(INSTALL_PREFIX)/include/cgds cp src/*.h $(INSTALL_PREFIX)/include/cgds/