Added a EditorSocial.
[UnsignedByte.git] / src / Initializer / Initializer.mk
blobb5afd89fe95d6ca3caa5372b0ce30623d5c09245
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 $(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
60 $(IntermediateDirectory)/Initializer$(ObjectSuffix): Initializer.cpp $(IntermediateDirectory)/Initializer$(ObjectSuffix).d
61 $(CompilerName) $(SourceSwitch)Initializer.cpp $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/Initializer$(ObjectSuffix) $(IncludePath)
62 $(IntermediateDirectory)/Initializer$(ObjectSuffix).d:
63 @$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/Initializer$(ObjectSuffix) -MF$(IntermediateDirectory)/Initializer$(ObjectSuffix).d -MM Initializer.cpp
66 ## Clean
68 clean:
69 $(RM) $(IntermediateDirectory)/main$(ObjectSuffix)
70 $(RM) $(IntermediateDirectory)/main$(ObjectSuffix).d
71 $(RM) $(IntermediateDirectory)/Initializer$(ObjectSuffix)
72 $(RM) $(IntermediateDirectory)/Initializer$(ObjectSuffix).d
73 $(RM) $(OutputFile)
75 -include $(IntermediateDirectory)/*.d