Chunk is purely a wrapper class, any 'state variables', like 'characters in room...
[UnsignedByte.git] / src / Sqlite3 / Sqlite3.mk
blob442bda6348cc7ae20d3f4d29772e119c37cff574
1 ##
2 ## Auto Generated makefile, please do not edit
3 ##
4 WorkspaceName=UnsignedByte
5 WorkspacePath=/home/sverre/code/ub
6 ProjectName=Sqlite3
8 ## Debug
9 ifeq ($(type),Debug)
10 ConfigurationName=Debug
11 IntermediateDirectory=./Debug
12 OutDir=$(IntermediateDirectory)
13 LinkerName=gcc
14 ArchiveTool=ar rcu
15 SharedObjectLinkerName=gcc -shared -fPIC
16 ObjectSuffix=.o
17 DebugSwitch=-g
18 IncludeSwitch=-I
19 LibrarySwitch=-l
20 OutputSwitch=-o
21 LibraryPathSwitch=-L
22 PreprocessorSwitch=-D
23 SourceSwitch=-c
24 CompilerName=gcc
25 RcCompilerName=windres
26 OutputFile=../lib/libMySqlite3.a
27 Preprocessors=
28 CmpOptions=-g $(Preprocessors)
29 RcCmpOptions=
30 LinkOptions=
31 IncludePath=$(IncludeSwitch).
32 RcIncludePath=
33 Libs=
34 LibPath=
35 endif
37 Objects=$(IntermediateDirectory)/sqlite3$(ObjectSuffix)
40 ## Main Build Tragets
42 all: $(IntermediateDirectory) $(OutputFile)
44 $(OutputFile): $(Objects)
45 $(ArchiveTool) $(OutputFile) $(Objects)
47 ./Debug:
48 @test -d ./Debug || mkdir ./Debug
51 PreBuild:
55 ## Objects
57 $(IntermediateDirectory)/sqlite3$(ObjectSuffix): sqlite3.c $(IntermediateDirectory)/sqlite3$(ObjectSuffix).d
58 $(CompilerName) $(SourceSwitch)sqlite3.c $(CmpOptions) $(OutputSwitch)$(IntermediateDirectory)/sqlite3$(ObjectSuffix) $(IncludePath)
59 $(IntermediateDirectory)/sqlite3$(ObjectSuffix).d:
60 @$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/sqlite3$(ObjectSuffix) -MF$(IntermediateDirectory)/sqlite3$(ObjectSuffix).d -MM sqlite3.c
63 ## Clean
65 clean:
66 $(RM) $(IntermediateDirectory)/sqlite3$(ObjectSuffix)
67 $(RM) $(IntermediateDirectory)/sqlite3$(ObjectSuffix).d
68 $(RM) $(OutputFile)
70 -include $(IntermediateDirectory)/*.d