mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
$(TOPDIR), make: Initial commit
After making most modules independent from the Hamlet tree, place Makefiles in a central location for more centralized control over the build process.
This commit is contained in:
commit
46c67d77fc
11 changed files with 206 additions and 0 deletions
16
make/dirs.mk
Normal file
16
make/dirs.mk
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# generic utility modules
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/make/defs.mk
|
||||
|
||||
all:
|
||||
$(make_subdirs)
|
||||
|
||||
clean:
|
||||
rm -rf $(TEXTCLEAN) $(CLEAN)
|
||||
$(make_subdirs_target)
|
||||
|
||||
.DEFAULT:
|
||||
$(make_subdirs_target)
|
||||
Loading…
Add table
Add a link
Reference in a new issue