add test/SmartPtr and src/SmartPtr.cpp to the gcc build process
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@553 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
72449b4ab1
commit
4c5547fd44
2 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,10 @@
|
|||
OBJ = OrderedStatic.o SafeFormat.o Singleton.o SmallObj.o SmartPtr.o
|
||||
OBJ = \
|
||||
OrderedStatic.o \
|
||||
SafeFormat.o \
|
||||
Singleton.o \
|
||||
SmallObj.o \
|
||||
SmartPtr.o
|
||||
|
||||
BIN = ../lib/libloki.a
|
||||
CXXFLAGS = -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic -O2
|
||||
CPPFLAGS = -I../include -DNDEBUG
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUBTARGETS = DeletableSingleton Factory Longevity OrderedStatic Pimpl RegressionTest \
|
||||
SafeFormat ScopeGuard Singleton SmallObj Visitor flex_string
|
||||
SUBTARGETS = \DeletableSingleton Factory Longevity OrderedStatic Pimpl RegressionTest \
|
||||
SafeFormat ScopeGuard Singleton SmallObj SmartPtr Visitor flex_string
|
||||
SUBTARGETS_CLEAN = $(foreach SUBTARGET,$(SUBTARGETS),$(SUBTARGET)-clean)
|
||||
|
||||
.PHONY: clean all $(SUBTARGETS) $(SUBTARGETS_CLEAN)
|
||||
|
|
Loading…
Add table
Reference in a new issue