1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

make install

This commit is contained in:
tg(x) 2011-05-09 02:27:12 +02:00
parent 211c0bcefb
commit 6a2b160066
9 changed files with 75 additions and 3 deletions

View file

@ -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]"