mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
make, scripts: Add lots of "all" targets
This commit is contained in:
parent
7da7c34a25
commit
61e77a5686
5 changed files with 12 additions and 4 deletions
|
|
@ -3,7 +3,9 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
all.done: $(PREREQ_DONE) $(ALL)
|
||||
all: $(ALL)
|
||||
|
||||
all.done: $(PREREQ_DONE) all
|
||||
touch $@
|
||||
|
||||
%.done:
|
||||
|
|
@ -48,13 +50,13 @@ checkroot:
|
|||
echo " b) the Makefile variable CHECK_ROOT does not contain \"true\" as value." ;\
|
||||
fi
|
||||
|
||||
installexe: $(ALL) checkroot $(PREFIX)/bin
|
||||
installexe: all checkroot $(PREFIX)/bin
|
||||
$(INSTALL) $(EXE) $(PREFIX)/bin/
|
||||
|
||||
installso: $(ALL) checkroot $(PREFIX)/lib
|
||||
installso: all checkroot $(PREFIX)/lib
|
||||
$(INSTALL) $(SHOBJS) $(PREFIX)/lib/
|
||||
|
||||
installsh: $(ALL) checkroot $(PREFIX)/bin
|
||||
installsh: all checkroot $(PREFIX)/bin
|
||||
$(INSTALL) $(SHSCRIPTS) $(PREFIX)/bin/
|
||||
|
||||
pckgclean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue