mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 04:53:57 +01:00
plugin-version.mk, plugin.mk, smart-selection.mk: Add files
This commit is contained in:
parent
f029316f96
commit
d7150c1fef
3 changed files with 40 additions and 4 deletions
13
make/plugin-version.mk
Normal file
13
make/plugin-version.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
include $(MODDIR)/make/plugin-defs.mk
|
||||
include $(MODDIR)/make/defs.mk
|
||||
|
||||
all: $(PLUGIN_VERSION_LIB)
|
||||
clean: thisclean
|
||||
version.o: version.cpp
|
||||
g++ $(CPPFLAGS) -o $@ -c $<
|
||||
thisclean:
|
||||
rm -f version.o
|
||||
|
||||
$(PLUGIN_VERSION_LIB): version.o
|
||||
ar r $@ $<
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue