|
| 1 | +## |
| 2 | +## Auto Generated makefile by CodeLite IDE |
| 3 | +## any manual changes will be erased |
| 4 | +## |
| 5 | +## Debug |
| 6 | +ProjectName :=specto |
| 7 | +ConfigurationName :=Debug |
| 8 | +WorkspacePath := "/home/sriolo/.codelite/riols" |
| 9 | +ProjectPath := "/home/sriolo/development/cpp/specto" |
| 10 | +IntermediateDirectory :=./Debug |
| 11 | +OutDir := $(IntermediateDirectory) |
| 12 | +CurrentFileName := |
| 13 | +CurrentFilePath := |
| 14 | +CurrentFileFullPath := |
| 15 | +User :=Samuel Riolo |
| 16 | +Date :=05/08/15 |
| 17 | +CodeLitePath :="/home/sriolo/.codelite" |
| 18 | +LinkerName :=/usr/bin/g++ |
| 19 | +SharedObjectLinkerName :=/usr/bin/g++ -shared -fPIC |
| 20 | +ObjectSuffix :=.o |
| 21 | +DependSuffix :=.o.d |
| 22 | +PreprocessSuffix :=.i |
| 23 | +DebugSwitch :=-g |
| 24 | +IncludeSwitch :=-I |
| 25 | +LibrarySwitch :=-l |
| 26 | +OutputSwitch :=-o |
| 27 | +LibraryPathSwitch :=-L |
| 28 | +PreprocessorSwitch :=-D |
| 29 | +SourceSwitch :=-c |
| 30 | +OutputFile :=$(IntermediateDirectory)/$(ProjectName) |
| 31 | +Preprocessors := |
| 32 | +ObjectSwitch :=-o |
| 33 | +ArchiveOutputSwitch := |
| 34 | +PreprocessOnlySwitch :=-E |
| 35 | +ObjectsFileList :="specto.txt" |
| 36 | +PCHCompileFlags := |
| 37 | +MakeDirCommand :=mkdir -p |
| 38 | +LinkOptions := |
| 39 | +IncludePath := $(IncludeSwitch). $(IncludeSwitch). |
| 40 | +IncludePCH := |
| 41 | +RcIncludePath := |
| 42 | +Libs := $(LibrarySwitch)expat |
| 43 | +ArLibs := "expat" |
| 44 | +LibPath := $(LibraryPathSwitch). |
| 45 | + |
| 46 | +## |
| 47 | +## Common variables |
| 48 | +## AR, CXX, CC, AS, CXXFLAGS and CFLAGS can be overriden using an environment variables |
| 49 | +## |
| 50 | +AR := /usr/bin/ar rcu |
| 51 | +CXX := /usr/bin/g++ |
| 52 | +CC := /usr/bin/gcc |
| 53 | +CXXFLAGS := -std=c++11 -g -O0 -Wall $(Preprocessors) |
| 54 | +CFLAGS := -g -O0 -Wall $(Preprocessors) |
| 55 | +ASFLAGS := |
| 56 | +AS := /usr/bin/as |
| 57 | + |
| 58 | + |
| 59 | +## |
| 60 | +## User defined environment variables |
| 61 | +## |
| 62 | +CodeLiteDir:=/usr/share/codelite |
| 63 | +Objects0=$(IntermediateDirectory)/main.cpp$(ObjectSuffix) $(IntermediateDirectory)/Vertex.cpp$(ObjectSuffix) $(IntermediateDirectory)/Camera.cpp$(ObjectSuffix) $(IntermediateDirectory)/World.cpp$(ObjectSuffix) |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +Objects=$(Objects0) |
| 68 | + |
| 69 | +## |
| 70 | +## Main Build Targets |
| 71 | +## |
| 72 | +.PHONY: all clean PreBuild PrePreBuild PostBuild |
| 73 | +all: $(OutputFile) |
| 74 | + |
| 75 | +$(OutputFile): $(IntermediateDirectory)/.d $(Objects) |
| 76 | + @$(MakeDirCommand) $(@D) |
| 77 | + @echo "" > $(IntermediateDirectory)/.d |
| 78 | + @echo $(Objects0) > $(ObjectsFileList) |
| 79 | + $(LinkerName) $(OutputSwitch)$(OutputFile) @$(ObjectsFileList) $(LibPath) $(Libs) $(LinkOptions) |
| 80 | + |
| 81 | +$(IntermediateDirectory)/.d: |
| 82 | + @test -d ./Debug || $(MakeDirCommand) ./Debug |
| 83 | + |
| 84 | +PreBuild: |
| 85 | + |
| 86 | + |
| 87 | +## |
| 88 | +## Objects |
| 89 | +## |
| 90 | +$(IntermediateDirectory)/main.cpp$(ObjectSuffix): main.cpp $(IntermediateDirectory)/main.cpp$(DependSuffix) |
| 91 | + $(CXX) $(IncludePCH) $(SourceSwitch) "/home/sriolo/development/cpp/specto/main.cpp" $(CXXFLAGS) $(ObjectSwitch)$(IntermediateDirectory)/main.cpp$(ObjectSuffix) $(IncludePath) |
| 92 | +$(IntermediateDirectory)/main.cpp$(DependSuffix): main.cpp |
| 93 | + @$(CXX) $(CXXFLAGS) $(IncludePCH) $(IncludePath) -MG -MP -MT$(IntermediateDirectory)/main.cpp$(ObjectSuffix) -MF$(IntermediateDirectory)/main.cpp$(DependSuffix) -MM "main.cpp" |
| 94 | + |
| 95 | +$(IntermediateDirectory)/main.cpp$(PreprocessSuffix): main.cpp |
| 96 | + @$(CXX) $(CXXFLAGS) $(IncludePCH) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/main.cpp$(PreprocessSuffix) "main.cpp" |
| 97 | + |
| 98 | +$(IntermediateDirectory)/Vertex.cpp$(ObjectSuffix): Vertex.cpp $(IntermediateDirectory)/Vertex.cpp$(DependSuffix) |
| 99 | + $(CXX) $(IncludePCH) $(SourceSwitch) "/home/sriolo/development/cpp/specto/Vertex.cpp" $(CXXFLAGS) $(ObjectSwitch)$(IntermediateDirectory)/Vertex.cpp$(ObjectSuffix) $(IncludePath) |
| 100 | +$(IntermediateDirectory)/Vertex.cpp$(DependSuffix): Vertex.cpp |
| 101 | + @$(CXX) $(CXXFLAGS) $(IncludePCH) $(IncludePath) -MG -MP -MT$(IntermediateDirectory)/Vertex.cpp$(ObjectSuffix) -MF$(IntermediateDirectory)/Vertex.cpp$(DependSuffix) -MM "Vertex.cpp" |
| 102 | + |
| 103 | +$(IntermediateDirectory)/Vertex.cpp$(PreprocessSuffix): Vertex.cpp |
| 104 | + @$(CXX) $(CXXFLAGS) $(IncludePCH) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/Vertex.cpp$(PreprocessSuffix) "Vertex.cpp" |
| 105 | + |
| 106 | +$(IntermediateDirectory)/Camera.cpp$(ObjectSuffix): Camera.cpp $(IntermediateDirectory)/Camera.cpp$(DependSuffix) |
| 107 | + $(CXX) $(IncludePCH) $(SourceSwitch) "/home/sriolo/development/cpp/specto/Camera.cpp" $(CXXFLAGS) $(ObjectSwitch)$(IntermediateDirectory)/Camera.cpp$(ObjectSuffix) $(IncludePath) |
| 108 | +$(IntermediateDirectory)/Camera.cpp$(DependSuffix): Camera.cpp |
| 109 | + @$(CXX) $(CXXFLAGS) $(IncludePCH) $(IncludePath) -MG -MP -MT$(IntermediateDirectory)/Camera.cpp$(ObjectSuffix) -MF$(IntermediateDirectory)/Camera.cpp$(DependSuffix) -MM "Camera.cpp" |
| 110 | + |
| 111 | +$(IntermediateDirectory)/Camera.cpp$(PreprocessSuffix): Camera.cpp |
| 112 | + @$(CXX) $(CXXFLAGS) $(IncludePCH) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/Camera.cpp$(PreprocessSuffix) "Camera.cpp" |
| 113 | + |
| 114 | +$(IntermediateDirectory)/World.cpp$(ObjectSuffix): World.cpp $(IntermediateDirectory)/World.cpp$(DependSuffix) |
| 115 | + $(CXX) $(IncludePCH) $(SourceSwitch) "/home/sriolo/development/cpp/specto/World.cpp" $(CXXFLAGS) $(ObjectSwitch)$(IntermediateDirectory)/World.cpp$(ObjectSuffix) $(IncludePath) |
| 116 | +$(IntermediateDirectory)/World.cpp$(DependSuffix): World.cpp |
| 117 | + @$(CXX) $(CXXFLAGS) $(IncludePCH) $(IncludePath) -MG -MP -MT$(IntermediateDirectory)/World.cpp$(ObjectSuffix) -MF$(IntermediateDirectory)/World.cpp$(DependSuffix) -MM "World.cpp" |
| 118 | + |
| 119 | +$(IntermediateDirectory)/World.cpp$(PreprocessSuffix): World.cpp |
| 120 | + @$(CXX) $(CXXFLAGS) $(IncludePCH) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/World.cpp$(PreprocessSuffix) "World.cpp" |
| 121 | + |
| 122 | + |
| 123 | +-include $(IntermediateDirectory)/*$(DependSuffix) |
| 124 | +## |
| 125 | +## Clean |
| 126 | +## |
| 127 | +clean: |
| 128 | + $(RM) -r ./Debug/ |
| 129 | + |
| 130 | + |
0 commit comments