$(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:
Jan Lindemann 2001-07-06 13:12:14 +00:00 committed by Jan Lindemann
commit 46c67d77fc
11 changed files with 206 additions and 0 deletions

11
make/so.mk Normal file
View file

@ -0,0 +1,11 @@
# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(TOPDIR)/make/defs.mk
ALL = $(SHOBJS)
LDFLAGS := $(LDFLAGS) -shared
include $(TOPDIR)/make/rules.mk
clean: objclean textclean localclean
install: $(ALL) installso