mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
so.mk: Beautification
This commit is contained in:
parent
137ebfbd9c
commit
76b50851de
1 changed files with 3 additions and 3 deletions
|
|
@ -3,14 +3,14 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
LDFLAGS += -shared
|
||||
BUILD_SHOBJS = $(addprefix $(LIBDIR)/, $(SHOBJS))
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/ldlibpath.mk
|
||||
LDFLAGS += -shared
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
BUILD_SHOBJS = $(addprefix $(LIBDIR)/, $(SHOBJS))
|
||||
all: $(SHOBJS) $(BUILD_SHOBJS)
|
||||
|
||||
clean: objclean textclean localclean
|
||||
install: $(ALL) installso
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue