2 ## Auto Generated makefile, please do not edit
8 ConfigurationName
:=Debug
9 IntermediateDirectory
:=.
/Debug
10 OutDir
:= $(IntermediateDirectory
)
13 SharedObjectLinkerName
:=g
++ -shared
-fPIC
19 LibraryPathSwitch
:=-L
20 PreprocessorSwitch
:=-D
23 OutputFile
:=..
/..
/bin
/TestCase
26 ArchiveOutputSwitch
:=
27 CmpOptions
:=-g
$(Preprocessors
)
29 IncludePath
:= $(IncludeSwitch
).
$(IncludeSwitch
)..
/Sockets
$(IncludeSwitch
)..
/Resource
$(IncludeSwitch
)..
/DAL
$(IncludeSwitch
)..
/DB
/Generated
$(IncludeSwitch
)..
/DB
/Savables
$(IncludeSwitch
)..
/DB
/Managers
$(IncludeSwitch
)..
/Core
/Editors
31 Libs
:=$(LibrarySwitch
)ubcore
$(LibrarySwitch
)ubdb
$(LibrarySwitch
)ubdal
$(LibrarySwitch
)ubresource
$(LibrarySwitch
)ubsockets
$(LibrarySwitch
)sqlite3
32 LibPath
:=$(LibraryPathSwitch
)..
/..
/lib
35 Objects
=$(IntermediateDirectory
)/main
$(ObjectSuffix
)
42 $(OutputFile
): makeDirStep
$(Objects
)
43 $(LinkerName
) $(OutputSwitch
)$(OutputFile
) $(Objects
) $(LibPath
) $(Libs
) $(LinkOptions
)
46 @
test -d .
/Debug || mkdir .
/Debug
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
64 $(RM
) $(IntermediateDirectory
)/main
$(ObjectSuffix
)
65 $(RM
) $(IntermediateDirectory
)/main
$(ObjectSuffix
).d
68 -include $(IntermediateDirectory
)/*.d