jw-pkg/make/lib.mk
Jan Lindemann 9f0b16e172 lib.mk: Remove half-completed archives (st*), too
- Remove half-completed archives (st*), too
  - Include defs.mk before rules.mk, otherwise all doesn\'t run
2005-04-02 20:05:31 +00:00

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)