mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
standalone-exe.mk: Add file
This commit is contained in:
parent
cf6dcadcc7
commit
46ae128325
1 changed files with 24 additions and 0 deletions
24
make/standalone-exe.mk
Normal file
24
make/standalone-exe.mk
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# generic utility modules
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
ifeq ($(EXE),)
|
||||
EXE = $(notdir $(shell pwd))
|
||||
endif
|
||||
|
||||
include $(MODDIR)/make/run.mk
|
||||
include $(MODDIR)/make/depend.mk
|
||||
|
||||
all: $(EXE) $(EXE_BIN)
|
||||
install: $(INSTALLED_EXE) $(INSTALLED_EXE_BIN)
|
||||
run: all.dirs $(EXE) $(EXE_BIN)
|
||||
strace: $(EXE) $(EXE_BIN)
|
||||
kdbg gdb ddd:
|
||||
debug: gdb
|
||||
|
||||
clean: execlean localclean
|
||||
|
||||
#$(LIB_SO): $(LIB_A)
|
||||
#$(EXE): $(LIB_SO)
|
||||
all.dirs:
|
||||
Loading…
Add table
Add a link
Reference in a new issue