1 # Automatically generated makefile, created by the Jucer
2 # Don't edit this file! Your changes will be overwritten when you re-save the Jucer project!
9 TARGET_ARCH
:= -march
=native
12 # (this disables dependency generation if multiple architectures are set)
13 DEPFLAGS
:= $(if
$(word 2, $(TARGET_ARCH
)), , -MMD
)
15 ifeq ($(CONFIG
),Debug
)
18 OBJDIR
:= build
/intermediate
/Debug
20 CPPFLAGS
:= $(DEPFLAGS
) -D
"LINUX=1" -D
"DEBUG=1" -D
"_DEBUG=1" -D
"JUCER_LINUX_MAKE_7346DA2A=1" -I
"/usr/include" -I
"/usr/include/freetype2"
21 CFLAGS
+= $(CPPFLAGS
) $(TARGET_ARCH
) -g
-ggdb
-O0
23 LDFLAGS
+= -L
$(BINDIR
) -L
$(LIBDIR
) -L
"/usr/X11R6/lib/" -L
"../../../../../juce/bin" -lfreetype
-lpthread
-lrt
-lX11
-lGL
-lGLU
-lXinerama
-lasound
25 RESFLAGS
:= -D
"LINUX=1" -D
"DEBUG=1" -D
"_DEBUG=1" -D
"JUCER_LINUX_MAKE_7346DA2A=1" -I
"/usr/include" -I
"/usr/include/freetype2"
26 TARGET
:= BinaryBuilder
27 BLDCMD
= $(CXX
) -o
$(OUTDIR
)/$(TARGET
) $(OBJECTS
) $(LDFLAGS
) $(RESOURCES
) $(TARGET_ARCH
)
30 ifeq ($(CONFIG
),Release
)
33 OBJDIR
:= build
/intermediate
/Release
35 CPPFLAGS
:= $(DEPFLAGS
) -D
"LINUX=1" -D
"NDEBUG=1" -D
"JUCER_LINUX_MAKE_7346DA2A=1" -I
"/usr/include" -I
"/usr/include/freetype2"
36 CFLAGS
+= $(CPPFLAGS
) $(TARGET_ARCH
) -Os
38 LDFLAGS
+= -L
$(BINDIR
) -L
$(LIBDIR
) -L
"/usr/X11R6/lib/" -L
"../../../../../juce/bin" -lfreetype
-lpthread
-lrt
-lX11
-lGL
-lGLU
-lXinerama
-lasound
40 RESFLAGS
:= -D
"LINUX=1" -D
"NDEBUG=1" -D
"JUCER_LINUX_MAKE_7346DA2A=1" -I
"/usr/include" -I
"/usr/include/freetype2"
41 TARGET
:= BinaryBuilder
42 BLDCMD
= $(CXX
) -o
$(OUTDIR
)/$(TARGET
) $(OBJECTS
) $(LDFLAGS
) $(RESOURCES
) $(TARGET_ARCH
)
46 $(OBJDIR
)/Main_90ebc5c2.o \
47 $(OBJDIR
)/JuceLibraryCode_9800db7c.o \
51 $(OUTDIR
)/$(TARGET
): $(OBJECTS
) $(LDDEPS
) $(RESOURCES
)
52 @echo Linking BinaryBuilder
59 @echo Cleaning BinaryBuilder
60 -@
rm -f
$(OUTDIR
)/$(TARGET
)
64 $(OBJDIR
)/Main_90ebc5c2.o
: ..
/..
/Source
/Main.
cpp
66 @echo
"Compiling Main.cpp"
67 @
$(CXX
) $(CXXFLAGS
) -o
"$@" -c
"$<"
69 $(OBJDIR
)/JuceLibraryCode_9800db7c.o
: ..
/..
/JuceLibraryCode
/JuceLibraryCode.
cpp
71 @echo
"Compiling JuceLibraryCode.cpp"
72 @
$(CXX
) $(CXXFLAGS
) -o
"$@" -c
"$<"
74 -include $(OBJECTS
:%.o
=%.d
)