Chunk is purely a wrapper class, any 'state variables', like 'characters in room...
[UnsignedByte.git] / src / Initializer / Initializer.mk
blob6269b71bc1331caeb964cccbd619f9ec55faa851
1 ##
2 ## Auto Generated makefile, please do not edit
3 ##
4 ProjectName:=Initializer
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/Initialize
24 Preprocessors :=
25 ObjectSwitch :=-o
26 ArchiveOutputSwitch :=
27 CmpOptions :=-g -Wall $(Preprocessors)
28 LinkOptions := -O0
29 IncludePath := $(IncludeSwitch). $(IncludeSwitch)../Sockets $(IncludeSwitch)../Resource $(IncludeSwitch)../DAL $(IncludeSwitch)../DB/Generated $(IncludeSwitch)../DB/Savables $(IncludeSwitch)../DB/Managers
30 RcIncludePath :=
31 Libs :=$(LibrarySwitch)ubdb $(LibrarySwitch)ubdal $(LibrarySwitch)ubresource $(LibrarySwitch)ubsockets $(LibrarySwitch)sqlite3 $(LibrarySwitch)pthread $(LibrarySwitch)dl
32 LibPath :=$(LibraryPathSwitch). $(LibraryPathSwitch)../../lib
33 endif
35 Objects=$(IntermediateDirectory)/main$(ObjectSuffix) $(IntermediateDirectory)/Initializer$(ObjectSuffix)
38 ## Main Build Tragets
40 all: $(OutputFile)
42 $(OutputFile): makeDirStep PrePreBuild $(Objects)
43 $(LinkerName) $(OutputSwitch)$(OutputFile) $(Objects) $(LibPath) $(Libs) $(LinkOptions)
45 makeDirStep:
46 @test -d ./Debug || mkdir ./Debug
48 PrePreBuild:
52 PreBuild:
56 ## Objects
58 $(IntermediateDirectory)/main$(ObjectSuffix): main.cpp $(IntermediateDirectory)/main$(ObjectSuffix).d
59 $(CompilerName) $(SourceSwitch)main.cpp $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/main$(ObjectSuffix) $(IncludePath)
60 $(IntermediateDirectory)/main$(ObjectSuffix).d:
61 @$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/main$(ObjectSuffix) -MF$(IntermediateDirectory)/main$(ObjectSuffix).d -MM main.cpp
63 $(IntermediateDirectory)/Initializer$(ObjectSuffix): Initializer.cpp $(IntermediateDirectory)/Initializer$(ObjectSuffix).d
64 $(CompilerName) $(SourceSwitch)Initializer.cpp $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/Initializer$(ObjectSuffix) $(IncludePath)
65 $(IntermediateDirectory)/Initializer$(ObjectSuffix).d:
66 @$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/Initializer$(ObjectSuffix) -MF$(IntermediateDirectory)/Initializer$(ObjectSuffix).d -MM Initializer.cpp
69 ## Clean
71 clean:
72 $(RM) $(IntermediateDirectory)/main$(ObjectSuffix)
73 $(RM) $(IntermediateDirectory)/main$(ObjectSuffix).d
74 $(RM) $(IntermediateDirectory)/Initializer$(ObjectSuffix)
75 $(RM) $(IntermediateDirectory)/Initializer$(ObjectSuffix).d
76 $(RM) $(OutputFile)
78 -include $(IntermediateDirectory)/*.d