Chunk is purely a wrapper class, any 'state variables', like 'characters in room...
[UnsignedByte.git] / src / Server / Server.mk
blob364b9216d5596cf585d4b7d27fe40602a7130bf7
1 ##
2 ## Auto Generated makefile, please do not edit
3 ##
4 ProjectName:=Server
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/UnsignedByte
24 Preprocessors :=
25 ObjectSwitch :=-o
26 ArchiveOutputSwitch :=
27 CmpOptions :=-g -Wall $(Preprocessors)
28 LinkOptions :=
29 IncludePath := $(IncludeSwitch). $(IncludeSwitch)../Sockets $(IncludeSwitch)../Resource $(IncludeSwitch)../DAL $(IncludeSwitch)../DB/Generated $(IncludeSwitch)../DB/Savables $(IncludeSwitch)../DB/Managers $(IncludeSwitch)../Core/Socket
30 RcIncludePath :=
31 Libs :=$(LibrarySwitch)ubcore $(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)
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