mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
make install
This commit is contained in:
parent
211c0bcefb
commit
6a2b160066
9 changed files with 75 additions and 3 deletions
13
Makefile
13
Makefile
|
@ -3,6 +3,17 @@
|
|||
all:
|
||||
${MAKE} -C src
|
||||
|
||||
install: install-lib install-inc install-d
|
||||
|
||||
install-lib: all
|
||||
${MAKE} -C lib install
|
||||
|
||||
install-inc: all
|
||||
${MAKE} -C include install
|
||||
|
||||
install-d: all
|
||||
${MAKE} -C d install
|
||||
|
||||
debug:
|
||||
${MAKE} -C src debug
|
||||
|
||||
|
@ -26,4 +37,4 @@ clean:
|
|||
rm -rf doc/html doc/latex doc/man
|
||||
|
||||
help:
|
||||
@/bin/echo -e "Usage:\n\tmake - compile\n\tmake diet - compile with diet libc\n\tmake test\n\tmake doc"
|
||||
@/bin/echo -e "Usage:\n\tmake - compile\n\tmake diet - compile with diet libc\n\tmake test\n\tmake doc\n\tmake install [prefix=/usr]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue