projects
/
cgds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc25aa
)
version 1.0
author
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 20 Oct 2016 15:42:50 +0000
(17:42 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 20 Oct 2016 15:42:50 +0000
(17:42 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
dcbf36f
..
2c4aef4
100644
(file)
--- 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/