mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 21:57:38 +01:00
lo.mk: Add install target
This commit is contained in:
parent
c1e646143b
commit
df0c270d38
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ BUILD_LOADABLE_OBJ_LIBS = $(addprefix $(LIBDIR)/, $(LOADABLE_OBJ_LIBS))
|
||||||
all: $(LOADABLE_OBJ_LIBS) $(BUILD_LOADABLE_OBJ_LIBS)
|
all: $(LOADABLE_OBJ_LIBS) $(BUILD_LOADABLE_OBJ_LIBS)
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.cpp *.so *.done *.dll
|
rm -f *.o *.cpp *.so *.done *.dll
|
||||||
|
install: $(ALL) installso
|
||||||
|
|
||||||
$(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o
|
$(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o
|
||||||
$(CPP) -shared $^ $(LDFLAGS) -o $@
|
$(CPP) -shared $^ $(LDFLAGS) -o $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue