- Create initial 0.1.6 changelog
- Makefiles can now be called from sub directories - Makefiles know includes and recompile if they are changed (linux, macosx) - Build all tests except SingletonDll with the static library (linux, macosx) git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@695 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
81c7b0d3db
commit
3de4a064cb
25 changed files with 244 additions and 135 deletions
|
@ -1,13 +1,3 @@
|
|||
export CPPFLAGS = -I../../include -DNDEBUG
|
||||
export LDFLAGS = -L../../lib
|
||||
export LDLIBS = -lloki
|
||||
|
||||
ifeq ($(OS),Windows)
|
||||
export BIN_SUFFIX = .exe
|
||||
else
|
||||
export BIN_SUFFIX =
|
||||
endif
|
||||
|
||||
SUBTARGETS_ORIG := $(patsubst %/,%,$(dir $(wildcard */Makefile)))
|
||||
SUBTARGETS := $(filter-out $(SUBTARGETS_FILTER_OUT),$(SUBTARGETS_ORIG))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue