Added the 'exits' command.
[UnsignedByte.git] / src / TestCases / TestCases.mk
blob810985bac2e218747805008469b55c814cc5ac02
1 ##
2 ## Auto Generated makefile, please do not edit
3 ##
4 ProjectName:=TestCases
6 ## Debug
7 ifeq ($(type),Debug)
8 ConfigurationName :=Debug
9 IntermediateDirectory :=./Debug
10 OutDir := $(IntermediateDirectory)
11 LinkerName:=g++
12 ArchiveTool :=ar rcu
13 SharedObjectLinkerName :=g++ -shared -fPIC
14 ObjectSuffix :=.o
15 DebugSwitch :=-gstab
16 IncludeSwitch :=-I
17 LibrarySwitch :=-l
18 OutputSwitch :=-o
19 LibraryPathSwitch :=-L
20 PreprocessorSwitch :=-D
21 SourceSwitch :=-c
22 CompilerName :=g++
23 OutputFile :=../../bin/TestCase
24 Preprocessors :=
25 ObjectSwitch :=-o
26 ArchiveOutputSwitch :=
27 CmpOptions :=-g $(Preprocessors)
28 LinkOptions :=
29 IncludePath := $(IncludeSwitch). $(IncludeSwitch)../Sockets $(IncludeSwitch)../Resource $(IncludeSwitch)../DAL $(IncludeSwitch)../DB/Generated $(IncludeSwitch)../DB/Savables $(IncludeSwitch)../DB/Managers $(IncludeSwitch)../Core/Editors
30 RcIncludePath :=
31 Libs :=$(LibrarySwitch)ubcore $(LibrarySwitch)ubdb $(LibrarySwitch)ubdal $(LibrarySwitch)ubresource $(LibrarySwitch)ubsockets $(LibrarySwitch)sqlite3
32 LibPath :=$(LibraryPathSwitch)../../lib
33 endif
35 Objects=$(IntermediateDirectory)/main$(ObjectSuffix)
38 ## Main Build Tragets
40 all: $(OutputFile)
42 $(OutputFile): makeDirStep $(Objects)
43 $(LinkerName) $(OutputSwitch)$(OutputFile) $(Objects) $(LibPath) $(Libs) $(LinkOptions)
45 makeDirStep:
46 @test -d ./Debug || mkdir ./Debug
49 PreBuild:
53 ## Objects
55 $(IntermediateDirectory)/main$(ObjectSuffix): main.cpp $(IntermediateDirectory)/main$(ObjectSuffix).d
56 $(CompilerName) $(SourceSwitch)main.cpp $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/main$(ObjectSuffix) $(IncludePath)
57 $(IntermediateDirectory)/main$(ObjectSuffix).d:
58 @$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/main$(ObjectSuffix) -MF$(IntermediateDirectory)/main$(ObjectSuffix).d -MM main.cpp
61 ## Clean
63 clean:
64 $(RM) $(IntermediateDirectory)/main$(ObjectSuffix)
65 $(RM) $(IntermediateDirectory)/main$(ObjectSuffix).d
66 $(RM) $(OutputFile)
68 -include $(IntermediateDirectory)/*.d