mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
- Remove half-completed archives (st*), too - Include defs.mk before rules.mk, otherwise all doesn\'t run
16 lines
342 B
Makefile
16 lines
342 B
Makefile
# generic utility modules
|
|
# (c) 2001 jannet it services
|
|
# contact@jannet.de
|
|
# $Id$
|
|
|
|
|
|
include $(MODDIR)/make/defs.mk
|
|
|
|
all: $(LIB_SO) $(LINKS_SO)
|
|
|
|
include $(MODDIR)/make/rules.mk
|
|
|
|
clean:
|
|
rm -rf *.a *.o *.so.* *.so *~ st* .*.swp *.done
|
|
distclean: clean
|
|
install: $(LOCAL_TARGETS) all $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED_LINKS_SO)
|