a@54
|
1 # Automatically generated makefile, created by the Projucer
|
a@54
|
2 # Don't edit this file! Your changes will be overwritten when you re-save the Projucer project!
|
a@54
|
3
|
a@54
|
4 # build with "V=1" for verbose builds
|
a@54
|
5 ifeq ($(V), 1)
|
a@54
|
6 V_AT =
|
a@54
|
7 else
|
a@54
|
8 V_AT = @
|
a@54
|
9 endif
|
andrewm@0
|
10
|
andrewm@0
|
11 # (this disables dependency generation if multiple architectures are set)
|
andrewm@0
|
12 DEPFLAGS := $(if $(word 2, $(TARGET_ARCH)), , -MMD)
|
andrewm@0
|
13
|
a@54
|
14 ifndef STRIP
|
a@54
|
15 STRIP=strip
|
a@54
|
16 endif
|
a@54
|
17
|
a@54
|
18 ifndef AR
|
a@54
|
19 AR=ar
|
a@54
|
20 endif
|
a@54
|
21
|
andrewm@0
|
22 ifndef CONFIG
|
andrewm@0
|
23 CONFIG=Debug
|
andrewm@0
|
24 endif
|
andrewm@0
|
25
|
andrewm@0
|
26 ifeq ($(CONFIG),Debug)
|
a@54
|
27 JUCE_BINDIR := build
|
a@54
|
28 JUCE_LIBDIR := build
|
a@54
|
29 JUCE_OBJDIR := build/intermediate/Debug
|
a@54
|
30 JUCE_OUTDIR := build
|
andrewm@0
|
31
|
andrewm@0
|
32 ifeq ($(TARGET_ARCH),)
|
andrewm@0
|
33 TARGET_ARCH := -march=native
|
andrewm@0
|
34 endif
|
andrewm@0
|
35
|
a@54
|
36 JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DDEBUG=1 -D_DEBUG=1 -DJUCER_LINUX_MAKE_BCF8FE09=1 -DJUCE_APP_VERSION=0.1.0 -DJUCE_APP_VERSION_HEX=0x100 $(shell pkg-config --cflags alsa freetype2 libcurl x11 xext xinerama) -pthread -I../../JuceLibraryCode -I../../../juce/modules $(CPPFLAGS)
|
a@54
|
37 JUCE_CFLAGS += $(JUCE_CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 -m32 $(CFLAGS)
|
a@54
|
38 JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++11 $(CXXFLAGS)
|
a@54
|
39 JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) -L/usr/X11R6/lib/ $(shell pkg-config --libs alsa freetype2 libcurl x11 xext xinerama) -lGL -ldl -lpthread -lrt -L/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu/mesa -m32 /usr/local/lib/liblo32.a $(LDFLAGS)
|
a@54
|
40
|
andrewm@0
|
41 TARGET := TouchKeys
|
a@54
|
42 BLDCMD = $(CXX) -o $(JUCE_OUTDIR)/$(TARGET) $(OBJECTS) $(JUCE_LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
|
a@54
|
43 CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
|
andrewm@0
|
44 endif
|
andrewm@0
|
45
|
andrewm@0
|
46 ifeq ($(CONFIG),Release)
|
a@54
|
47 JUCE_BINDIR := build
|
a@54
|
48 JUCE_LIBDIR := build
|
a@54
|
49 JUCE_OBJDIR := build/intermediate/Release
|
a@54
|
50 JUCE_OUTDIR := build
|
andrewm@0
|
51
|
andrewm@0
|
52 ifeq ($(TARGET_ARCH),)
|
andrewm@0
|
53 TARGET_ARCH := -march=native
|
andrewm@0
|
54 endif
|
andrewm@0
|
55
|
a@54
|
56 JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DNDEBUG=1 -DJUCER_LINUX_MAKE_BCF8FE09=1 -DJUCE_APP_VERSION=0.1.0 -DJUCE_APP_VERSION_HEX=0x100 $(shell pkg-config --cflags alsa freetype2 libcurl x11 xext xinerama) -pthread -I../../JuceLibraryCode -I../../../juce/modules $(CPPFLAGS)
|
a@54
|
57 JUCE_CFLAGS += $(JUCE_CPPFLAGS) $(TARGET_ARCH) -Os -m32 $(CFLAGS)
|
a@54
|
58 JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++11 $(CXXFLAGS)
|
a@54
|
59 JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) -fvisibility=hidden -L/usr/X11R6/lib/ $(shell pkg-config --libs alsa freetype2 libcurl x11 xext xinerama) -lGL -ldl -lpthread -lrt -L/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu/mesa -m32 /usr/local/lib/liblo32.a $(LDFLAGS)
|
a@54
|
60
|
andrewm@0
|
61 TARGET := TouchKeys
|
a@54
|
62 BLDCMD = $(CXX) -o $(JUCE_OUTDIR)/$(TARGET) $(OBJECTS) $(JUCE_LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
|
a@54
|
63 CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
|
andrewm@0
|
64 endif
|
andrewm@0
|
65
|
andrewm@0
|
66 OBJECTS := \
|
a@54
|
67 $(JUCE_OBJDIR)/PreferencesComponent_8c094f62.o \
|
a@54
|
68 $(JUCE_OBJDIR)/MainWindow_ca618186.o \
|
a@54
|
69 $(JUCE_OBJDIR)/KeyboardZoneComponent_fd0d7a77.o \
|
a@54
|
70 $(JUCE_OBJDIR)/ControlWindowMainComponent_c67f9014.o \
|
a@54
|
71 $(JUCE_OBJDIR)/MappingListComponent_402cf84e.o \
|
a@54
|
72 $(JUCE_OBJDIR)/MappingListItem_7a9eebac.o \
|
a@54
|
73 $(JUCE_OBJDIR)/TouchkeyVibratoMappingShortEditor_27ad15dd.o \
|
a@54
|
74 $(JUCE_OBJDIR)/TouchkeyVibratoMapping_ea5c5156.o \
|
a@54
|
75 $(JUCE_OBJDIR)/TouchkeyVibratoMappingFactory_f90040de.o \
|
a@54
|
76 $(JUCE_OBJDIR)/TouchkeyReleaseAngleMappingExtendedEditor_cdb58770.o \
|
a@54
|
77 $(JUCE_OBJDIR)/TouchkeyReleaseAngleMapping_170b0b0a.o \
|
a@54
|
78 $(JUCE_OBJDIR)/TouchkeyReleaseAngleMappingFactory_9052f4aa.o \
|
a@54
|
79 $(JUCE_OBJDIR)/TouchkeyPitchBendMappingShortEditor_6afc649d.o \
|
a@54
|
80 $(JUCE_OBJDIR)/TouchkeyPitchBendMapping_78aba96.o \
|
a@54
|
81 $(JUCE_OBJDIR)/TouchkeyPitchBendMappingFactory_9fc4ef9e.o \
|
a@54
|
82 $(JUCE_OBJDIR)/TouchkeyOnsetAngleMapping_a77ca3ca.o \
|
a@54
|
83 $(JUCE_OBJDIR)/TouchkeyOnsetAngleMappingFactory_6a4803ea.o \
|
a@54
|
84 $(JUCE_OBJDIR)/TouchkeyMultiFingerTriggerMappingShortEditor_8604e029.o \
|
a@54
|
85 $(JUCE_OBJDIR)/TouchkeyMultiFingerTriggerMapping_f7bfe8a.o \
|
a@54
|
86 $(JUCE_OBJDIR)/TouchkeyMultiFingerTriggerMappingFactory_e811112a.o \
|
a@54
|
87 $(JUCE_OBJDIR)/TouchkeyKeyDivisionMappingShortEditor_a9e1dc43.o \
|
a@54
|
88 $(JUCE_OBJDIR)/TouchkeyKeyDivisionMapping_cea38eb0.o \
|
a@54
|
89 $(JUCE_OBJDIR)/TouchkeyKeyDivisionMappingFactory_33b42a44.o \
|
a@54
|
90 $(JUCE_OBJDIR)/TouchkeyControlMappingExtendedEditor_bb11f4.o \
|
a@54
|
91 $(JUCE_OBJDIR)/TouchkeyControlMappingShortEditor_993f27a5.o \
|
a@54
|
92 $(JUCE_OBJDIR)/TouchkeyControlMapping_1e638c8e.o \
|
a@54
|
93 $(JUCE_OBJDIR)/TouchkeyControlMappingFactory_1db276a6.o \
|
a@54
|
94 $(JUCE_OBJDIR)/MappingScheduler_3b3284f8.o \
|
a@54
|
95 $(JUCE_OBJDIR)/TouchkeyBaseMapping_d96a411c.o \
|
a@54
|
96 $(JUCE_OBJDIR)/Mapping_57653e8d.o \
|
a@54
|
97 $(JUCE_OBJDIR)/MappingFactorySplitter_9525552e.o \
|
a@54
|
98 $(JUCE_OBJDIR)/MIDIKeyPositionMapping_750093d2.o \
|
a@54
|
99 $(JUCE_OBJDIR)/MRPMapping_742529ce.o \
|
a@54
|
100 $(JUCE_OBJDIR)/KeyboardTesterDisplay_81722890.o \
|
a@54
|
101 $(JUCE_OBJDIR)/KeyboardDisplay_d9f334cf.o \
|
a@54
|
102 $(JUCE_OBJDIR)/KeyPositionGraphDisplay_5606e2d0.o \
|
a@54
|
103 $(JUCE_OBJDIR)/RawSensorDisplay_f15a0e36.o \
|
a@54
|
104 $(JUCE_OBJDIR)/IIRFilter_c9874248.o \
|
a@54
|
105 $(JUCE_OBJDIR)/Scheduler_5d9eed19.o \
|
a@54
|
106 $(JUCE_OBJDIR)/TimerNode_477a3545.o \
|
a@54
|
107 $(JUCE_OBJDIR)/TimestampSynchronizer_df7831b6.o \
|
a@54
|
108 $(JUCE_OBJDIR)/Trigger_66a771d6.o \
|
a@54
|
109 $(JUCE_OBJDIR)/TouchkeyEntropyGenerator_89f40fa7.o \
|
a@54
|
110 $(JUCE_OBJDIR)/TouchkeyOscEmulator_9ad15559.o \
|
a@54
|
111 $(JUCE_OBJDIR)/MidiKeyboardSegment_e1be9d70.o \
|
a@54
|
112 $(JUCE_OBJDIR)/KeyIdleDetector_2efa023e.o \
|
a@54
|
113 $(JUCE_OBJDIR)/KeyPositionTracker_4c4c0dd5.o \
|
a@54
|
114 $(JUCE_OBJDIR)/LogPlayback_1debad04.o \
|
a@54
|
115 $(JUCE_OBJDIR)/MidiInputController_1864322a.o \
|
a@54
|
116 $(JUCE_OBJDIR)/MidiOutputController_a68d4623.o \
|
a@54
|
117 $(JUCE_OBJDIR)/Osc_433b9284.o \
|
a@54
|
118 $(JUCE_OBJDIR)/OscMidiConverter_75608f25.o \
|
a@54
|
119 $(JUCE_OBJDIR)/PianoKey_1afca9bb.o \
|
a@54
|
120 $(JUCE_OBJDIR)/PianoKeyboard_f097ab55.o \
|
a@54
|
121 $(JUCE_OBJDIR)/PianoKeyCalibrator_6932659c.o \
|
a@54
|
122 $(JUCE_OBJDIR)/PianoPedal_34544d96.o \
|
a@54
|
123 $(JUCE_OBJDIR)/TouchkeyDevice_be3b7a9b.o \
|
a@54
|
124 $(JUCE_OBJDIR)/MainApplicationController_90b344b4.o \
|
a@54
|
125 $(JUCE_OBJDIR)/Main_90ebc5c2.o \
|
a@54
|
126 $(JUCE_OBJDIR)/BinaryData_ce4232d4.o \
|
a@54
|
127 $(JUCE_OBJDIR)/juce_audio_basics_6b797ca1.o \
|
a@54
|
128 $(JUCE_OBJDIR)/juce_audio_devices_a742c38b.o \
|
a@54
|
129 $(JUCE_OBJDIR)/juce_audio_formats_5a29c68a.o \
|
a@54
|
130 $(JUCE_OBJDIR)/juce_core_75b14332.o \
|
a@54
|
131 $(JUCE_OBJDIR)/juce_data_structures_72d3da2c.o \
|
a@54
|
132 $(JUCE_OBJDIR)/juce_events_d2be882c.o \
|
a@54
|
133 $(JUCE_OBJDIR)/juce_graphics_9c18891e.o \
|
a@54
|
134 $(JUCE_OBJDIR)/juce_gui_basics_8a6da59c.o \
|
a@54
|
135 $(JUCE_OBJDIR)/juce_gui_extra_4a026f23.o \
|
a@54
|
136 $(JUCE_OBJDIR)/juce_opengl_cd70b4c2.o \
|
andrewm@0
|
137
|
andrewm@0
|
138 .PHONY: clean
|
andrewm@0
|
139
|
a@54
|
140 $(JUCE_OUTDIR)/$(TARGET): check-pkg-config $(OBJECTS) $(RESOURCES)
|
andrewm@0
|
141 @echo Linking TouchKeys
|
a@54
|
142 -@mkdir -p $(JUCE_BINDIR)
|
a@54
|
143 -@mkdir -p $(JUCE_LIBDIR)
|
a@54
|
144 -@mkdir -p $(JUCE_OUTDIR)
|
a@54
|
145 $(V_AT)$(BLDCMD)
|
a@54
|
146
|
a@54
|
147 check-pkg-config:
|
a@54
|
148 @command -v pkg-config >/dev/null 2>&1 || { echo >&2 "pkg-config not installed. Please, install it."; exit 1; }
|
a@54
|
149 @pkg-config --print-errors alsa freetype2 libcurl x11 xext xinerama
|
andrewm@0
|
150
|
andrewm@0
|
151 clean:
|
andrewm@0
|
152 @echo Cleaning TouchKeys
|
a@54
|
153 $(V_AT)$(CLEANCMD)
|
andrewm@0
|
154
|
andrewm@0
|
155 strip:
|
andrewm@0
|
156 @echo Stripping TouchKeys
|
a@54
|
157 -@$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
|
andrewm@0
|
158
|
a@54
|
159 $(JUCE_OBJDIR)/PreferencesComponent_8c094f62.o: ../../Source/GUI/PreferencesComponent.cpp
|
a@54
|
160 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@41
|
161 @echo "Compiling PreferencesComponent.cpp"
|
a@54
|
162 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@41
|
163
|
a@54
|
164 $(JUCE_OBJDIR)/MainWindow_ca618186.o: ../../Source/GUI/MainWindow.cpp
|
a@54
|
165 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
166 @echo "Compiling MainWindow.cpp"
|
a@54
|
167 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
168
|
a@54
|
169 $(JUCE_OBJDIR)/KeyboardZoneComponent_fd0d7a77.o: ../../Source/GUI/KeyboardZoneComponent.cpp
|
a@54
|
170 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
171 @echo "Compiling KeyboardZoneComponent.cpp"
|
a@54
|
172 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
173
|
a@54
|
174 $(JUCE_OBJDIR)/ControlWindowMainComponent_c67f9014.o: ../../Source/GUI/ControlWindowMainComponent.cpp
|
a@54
|
175 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
176 @echo "Compiling ControlWindowMainComponent.cpp"
|
a@54
|
177 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
178
|
a@54
|
179 $(JUCE_OBJDIR)/MappingListComponent_402cf84e.o: ../../Source/GUI/MappingListComponent.cpp
|
a@54
|
180 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
181 @echo "Compiling MappingListComponent.cpp"
|
a@54
|
182 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
183
|
a@54
|
184 $(JUCE_OBJDIR)/MappingListItem_7a9eebac.o: ../../Source/GUI/MappingListItem.cpp
|
a@54
|
185 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
186 @echo "Compiling MappingListItem.cpp"
|
a@54
|
187 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
188
|
a@54
|
189 $(JUCE_OBJDIR)/TouchkeyVibratoMappingShortEditor_27ad15dd.o: ../../Source/Mappings/Vibrato/TouchkeyVibratoMappingShortEditor.cpp
|
a@54
|
190 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
191 @echo "Compiling TouchkeyVibratoMappingShortEditor.cpp"
|
a@54
|
192 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
193
|
a@54
|
194 $(JUCE_OBJDIR)/TouchkeyVibratoMapping_ea5c5156.o: ../../Source/Mappings/Vibrato/TouchkeyVibratoMapping.cpp
|
a@54
|
195 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
196 @echo "Compiling TouchkeyVibratoMapping.cpp"
|
a@54
|
197 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
198
|
a@54
|
199 $(JUCE_OBJDIR)/TouchkeyVibratoMappingFactory_f90040de.o: ../../Source/Mappings/Vibrato/TouchkeyVibratoMappingFactory.cpp
|
a@54
|
200 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
201 @echo "Compiling TouchkeyVibratoMappingFactory.cpp"
|
a@54
|
202 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
203
|
a@54
|
204 $(JUCE_OBJDIR)/TouchkeyReleaseAngleMappingExtendedEditor_cdb58770.o: ../../Source/Mappings/ReleaseAngle/TouchkeyReleaseAngleMappingExtendedEditor.cpp
|
a@54
|
205 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@46
|
206 @echo "Compiling TouchkeyReleaseAngleMappingExtendedEditor.cpp"
|
a@54
|
207 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@46
|
208
|
a@54
|
209 $(JUCE_OBJDIR)/TouchkeyReleaseAngleMapping_170b0b0a.o: ../../Source/Mappings/ReleaseAngle/TouchkeyReleaseAngleMapping.cpp
|
a@54
|
210 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
211 @echo "Compiling TouchkeyReleaseAngleMapping.cpp"
|
a@54
|
212 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
213
|
a@54
|
214 $(JUCE_OBJDIR)/TouchkeyReleaseAngleMappingFactory_9052f4aa.o: ../../Source/Mappings/ReleaseAngle/TouchkeyReleaseAngleMappingFactory.cpp
|
a@54
|
215 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
216 @echo "Compiling TouchkeyReleaseAngleMappingFactory.cpp"
|
a@54
|
217 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
218
|
a@54
|
219 $(JUCE_OBJDIR)/TouchkeyPitchBendMappingShortEditor_6afc649d.o: ../../Source/Mappings/PitchBend/TouchkeyPitchBendMappingShortEditor.cpp
|
a@54
|
220 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
221 @echo "Compiling TouchkeyPitchBendMappingShortEditor.cpp"
|
a@54
|
222 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
223
|
a@54
|
224 $(JUCE_OBJDIR)/TouchkeyPitchBendMapping_78aba96.o: ../../Source/Mappings/PitchBend/TouchkeyPitchBendMapping.cpp
|
a@54
|
225 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
226 @echo "Compiling TouchkeyPitchBendMapping.cpp"
|
a@54
|
227 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
228
|
a@54
|
229 $(JUCE_OBJDIR)/TouchkeyPitchBendMappingFactory_9fc4ef9e.o: ../../Source/Mappings/PitchBend/TouchkeyPitchBendMappingFactory.cpp
|
a@54
|
230 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
231 @echo "Compiling TouchkeyPitchBendMappingFactory.cpp"
|
a@54
|
232 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
233
|
a@54
|
234 $(JUCE_OBJDIR)/TouchkeyOnsetAngleMapping_a77ca3ca.o: ../../Source/Mappings/OnsetAngle/TouchkeyOnsetAngleMapping.cpp
|
a@54
|
235 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
236 @echo "Compiling TouchkeyOnsetAngleMapping.cpp"
|
a@54
|
237 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
238
|
a@54
|
239 $(JUCE_OBJDIR)/TouchkeyOnsetAngleMappingFactory_6a4803ea.o: ../../Source/Mappings/OnsetAngle/TouchkeyOnsetAngleMappingFactory.cpp
|
a@54
|
240 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
241 @echo "Compiling TouchkeyOnsetAngleMappingFactory.cpp"
|
a@54
|
242 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
243
|
a@54
|
244 $(JUCE_OBJDIR)/TouchkeyMultiFingerTriggerMappingShortEditor_8604e029.o: ../../Source/Mappings/MultiFingerTrigger/TouchkeyMultiFingerTriggerMappingShortEditor.cpp
|
a@54
|
245 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@42
|
246 @echo "Compiling TouchkeyMultiFingerTriggerMappingShortEditor.cpp"
|
a@54
|
247 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@42
|
248
|
a@54
|
249 $(JUCE_OBJDIR)/TouchkeyMultiFingerTriggerMapping_f7bfe8a.o: ../../Source/Mappings/MultiFingerTrigger/TouchkeyMultiFingerTriggerMapping.cpp
|
a@54
|
250 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
251 @echo "Compiling TouchkeyMultiFingerTriggerMapping.cpp"
|
a@54
|
252 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
253
|
a@54
|
254 $(JUCE_OBJDIR)/TouchkeyMultiFingerTriggerMappingFactory_e811112a.o: ../../Source/Mappings/MultiFingerTrigger/TouchkeyMultiFingerTriggerMappingFactory.cpp
|
a@54
|
255 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
256 @echo "Compiling TouchkeyMultiFingerTriggerMappingFactory.cpp"
|
a@54
|
257 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
258
|
a@54
|
259 $(JUCE_OBJDIR)/TouchkeyKeyDivisionMappingShortEditor_a9e1dc43.o: ../../Source/Mappings/KeyDivision/TouchkeyKeyDivisionMappingShortEditor.cpp
|
a@54
|
260 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@51
|
261 @echo "Compiling TouchkeyKeyDivisionMappingShortEditor.cpp"
|
a@54
|
262 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@51
|
263
|
a@54
|
264 $(JUCE_OBJDIR)/TouchkeyKeyDivisionMapping_cea38eb0.o: ../../Source/Mappings/KeyDivision/TouchkeyKeyDivisionMapping.cpp
|
a@54
|
265 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
266 @echo "Compiling TouchkeyKeyDivisionMapping.cpp"
|
a@54
|
267 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
268
|
a@54
|
269 $(JUCE_OBJDIR)/TouchkeyKeyDivisionMappingFactory_33b42a44.o: ../../Source/Mappings/KeyDivision/TouchkeyKeyDivisionMappingFactory.cpp
|
a@54
|
270 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
271 @echo "Compiling TouchkeyKeyDivisionMappingFactory.cpp"
|
a@54
|
272 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
273
|
a@54
|
274 $(JUCE_OBJDIR)/TouchkeyControlMappingExtendedEditor_bb11f4.o: ../../Source/Mappings/Control/TouchkeyControlMappingExtendedEditor.cpp
|
a@54
|
275 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@41
|
276 @echo "Compiling TouchkeyControlMappingExtendedEditor.cpp"
|
a@54
|
277 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@41
|
278
|
a@54
|
279 $(JUCE_OBJDIR)/TouchkeyControlMappingShortEditor_993f27a5.o: ../../Source/Mappings/Control/TouchkeyControlMappingShortEditor.cpp
|
a@54
|
280 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
281 @echo "Compiling TouchkeyControlMappingShortEditor.cpp"
|
a@54
|
282 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
283
|
a@54
|
284 $(JUCE_OBJDIR)/TouchkeyControlMapping_1e638c8e.o: ../../Source/Mappings/Control/TouchkeyControlMapping.cpp
|
a@54
|
285 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
286 @echo "Compiling TouchkeyControlMapping.cpp"
|
a@54
|
287 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
288
|
a@54
|
289 $(JUCE_OBJDIR)/TouchkeyControlMappingFactory_1db276a6.o: ../../Source/Mappings/Control/TouchkeyControlMappingFactory.cpp
|
a@54
|
290 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
291 @echo "Compiling TouchkeyControlMappingFactory.cpp"
|
a@54
|
292 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
293
|
a@54
|
294 $(JUCE_OBJDIR)/MappingScheduler_3b3284f8.o: ../../Source/Mappings/MappingScheduler.cpp
|
a@54
|
295 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
296 @echo "Compiling MappingScheduler.cpp"
|
a@54
|
297 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
298
|
a@54
|
299 $(JUCE_OBJDIR)/TouchkeyBaseMapping_d96a411c.o: ../../Source/Mappings/TouchkeyBaseMapping.cpp
|
a@54
|
300 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
301 @echo "Compiling TouchkeyBaseMapping.cpp"
|
a@54
|
302 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
303
|
a@54
|
304 $(JUCE_OBJDIR)/Mapping_57653e8d.o: ../../Source/Mappings/Mapping.cpp
|
a@54
|
305 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
306 @echo "Compiling Mapping.cpp"
|
a@54
|
307 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
308
|
a@54
|
309 $(JUCE_OBJDIR)/MappingFactorySplitter_9525552e.o: ../../Source/Mappings/MappingFactorySplitter.cpp
|
a@54
|
310 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
311 @echo "Compiling MappingFactorySplitter.cpp"
|
a@54
|
312 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
313
|
a@54
|
314 $(JUCE_OBJDIR)/MIDIKeyPositionMapping_750093d2.o: ../../Source/Mappings/MIDIKeyPositionMapping.cpp
|
a@54
|
315 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
316 @echo "Compiling MIDIKeyPositionMapping.cpp"
|
a@54
|
317 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
318
|
a@54
|
319 $(JUCE_OBJDIR)/MRPMapping_742529ce.o: ../../Source/Mappings/MRPMapping.cpp
|
a@54
|
320 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
321 @echo "Compiling MRPMapping.cpp"
|
a@54
|
322 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
323
|
a@54
|
324 $(JUCE_OBJDIR)/KeyboardTesterDisplay_81722890.o: ../../Source/Display/KeyboardTesterDisplay.cpp
|
a@54
|
325 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@17
|
326 @echo "Compiling KeyboardTesterDisplay.cpp"
|
a@54
|
327 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@17
|
328
|
a@54
|
329 $(JUCE_OBJDIR)/KeyboardDisplay_d9f334cf.o: ../../Source/Display/KeyboardDisplay.cpp
|
a@54
|
330 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
331 @echo "Compiling KeyboardDisplay.cpp"
|
a@54
|
332 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
333
|
a@54
|
334 $(JUCE_OBJDIR)/KeyPositionGraphDisplay_5606e2d0.o: ../../Source/Display/KeyPositionGraphDisplay.cpp
|
a@54
|
335 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
336 @echo "Compiling KeyPositionGraphDisplay.cpp"
|
a@54
|
337 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
338
|
a@54
|
339 $(JUCE_OBJDIR)/RawSensorDisplay_f15a0e36.o: ../../Source/Display/RawSensorDisplay.cpp
|
a@54
|
340 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
341 @echo "Compiling RawSensorDisplay.cpp"
|
a@54
|
342 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
343
|
a@54
|
344 $(JUCE_OBJDIR)/IIRFilter_c9874248.o: ../../Source/Utility/IIRFilter.cpp
|
a@54
|
345 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
346 @echo "Compiling IIRFilter.cpp"
|
a@54
|
347 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
348
|
a@54
|
349 $(JUCE_OBJDIR)/Scheduler_5d9eed19.o: ../../Source/Utility/Scheduler.cpp
|
a@54
|
350 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
351 @echo "Compiling Scheduler.cpp"
|
a@54
|
352 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
353
|
a@54
|
354 $(JUCE_OBJDIR)/TimerNode_477a3545.o: ../../Source/Utility/TimerNode.cpp
|
a@54
|
355 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
356 @echo "Compiling TimerNode.cpp"
|
a@54
|
357 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
358
|
a@54
|
359 $(JUCE_OBJDIR)/TimestampSynchronizer_df7831b6.o: ../../Source/Utility/TimestampSynchronizer.cpp
|
a@54
|
360 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
361 @echo "Compiling TimestampSynchronizer.cpp"
|
a@54
|
362 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
363
|
a@54
|
364 $(JUCE_OBJDIR)/Trigger_66a771d6.o: ../../Source/Utility/Trigger.cpp
|
a@54
|
365 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
366 @echo "Compiling Trigger.cpp"
|
a@54
|
367 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
368
|
a@54
|
369 $(JUCE_OBJDIR)/TouchkeyEntropyGenerator_89f40fa7.o: ../../Source/TouchKeys/TouchkeyEntropyGenerator.cpp
|
a@54
|
370 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@11
|
371 @echo "Compiling TouchkeyEntropyGenerator.cpp"
|
a@54
|
372 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@11
|
373
|
a@54
|
374 $(JUCE_OBJDIR)/TouchkeyOscEmulator_9ad15559.o: ../../Source/TouchKeys/TouchkeyOscEmulator.cpp
|
a@54
|
375 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@9
|
376 @echo "Compiling TouchkeyOscEmulator.cpp"
|
a@54
|
377 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@9
|
378
|
a@54
|
379 $(JUCE_OBJDIR)/MidiKeyboardSegment_e1be9d70.o: ../../Source/TouchKeys/MidiKeyboardSegment.cpp
|
a@54
|
380 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
381 @echo "Compiling MidiKeyboardSegment.cpp"
|
a@54
|
382 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
383
|
a@54
|
384 $(JUCE_OBJDIR)/KeyIdleDetector_2efa023e.o: ../../Source/TouchKeys/KeyIdleDetector.cpp
|
a@54
|
385 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
386 @echo "Compiling KeyIdleDetector.cpp"
|
a@54
|
387 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
388
|
a@54
|
389 $(JUCE_OBJDIR)/KeyPositionTracker_4c4c0dd5.o: ../../Source/TouchKeys/KeyPositionTracker.cpp
|
a@54
|
390 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
391 @echo "Compiling KeyPositionTracker.cpp"
|
a@54
|
392 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
393
|
a@54
|
394 $(JUCE_OBJDIR)/LogPlayback_1debad04.o: ../../Source/TouchKeys/LogPlayback.cpp
|
a@54
|
395 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
396 @echo "Compiling LogPlayback.cpp"
|
a@54
|
397 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
398
|
a@54
|
399 $(JUCE_OBJDIR)/MidiInputController_1864322a.o: ../../Source/TouchKeys/MidiInputController.cpp
|
a@54
|
400 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
401 @echo "Compiling MidiInputController.cpp"
|
a@54
|
402 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
403
|
a@54
|
404 $(JUCE_OBJDIR)/MidiOutputController_a68d4623.o: ../../Source/TouchKeys/MidiOutputController.cpp
|
a@54
|
405 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
406 @echo "Compiling MidiOutputController.cpp"
|
a@54
|
407 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
408
|
a@54
|
409 $(JUCE_OBJDIR)/Osc_433b9284.o: ../../Source/TouchKeys/Osc.cpp
|
a@54
|
410 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
411 @echo "Compiling Osc.cpp"
|
a@54
|
412 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
413
|
a@54
|
414 $(JUCE_OBJDIR)/OscMidiConverter_75608f25.o: ../../Source/TouchKeys/OscMidiConverter.cpp
|
a@54
|
415 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
416 @echo "Compiling OscMidiConverter.cpp"
|
a@54
|
417 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
418
|
a@54
|
419 $(JUCE_OBJDIR)/PianoKey_1afca9bb.o: ../../Source/TouchKeys/PianoKey.cpp
|
a@54
|
420 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
421 @echo "Compiling PianoKey.cpp"
|
a@54
|
422 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
423
|
a@54
|
424 $(JUCE_OBJDIR)/PianoKeyboard_f097ab55.o: ../../Source/TouchKeys/PianoKeyboard.cpp
|
a@54
|
425 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
426 @echo "Compiling PianoKeyboard.cpp"
|
a@54
|
427 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
428
|
a@54
|
429 $(JUCE_OBJDIR)/PianoKeyCalibrator_6932659c.o: ../../Source/TouchKeys/PianoKeyCalibrator.cpp
|
a@54
|
430 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
431 @echo "Compiling PianoKeyCalibrator.cpp"
|
a@54
|
432 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
433
|
a@54
|
434 $(JUCE_OBJDIR)/PianoPedal_34544d96.o: ../../Source/TouchKeys/PianoPedal.cpp
|
a@54
|
435 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
436 @echo "Compiling PianoPedal.cpp"
|
a@54
|
437 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
438
|
a@54
|
439 $(JUCE_OBJDIR)/TouchkeyDevice_be3b7a9b.o: ../../Source/TouchKeys/TouchkeyDevice.cpp
|
a@54
|
440 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
441 @echo "Compiling TouchkeyDevice.cpp"
|
a@54
|
442 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
443
|
a@54
|
444 $(JUCE_OBJDIR)/MainApplicationController_90b344b4.o: ../../Source/MainApplicationController.cpp
|
a@54
|
445 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
446 @echo "Compiling MainApplicationController.cpp"
|
a@54
|
447 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
448
|
a@54
|
449 $(JUCE_OBJDIR)/Main_90ebc5c2.o: ../../Source/Main.cpp
|
a@54
|
450 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
451 @echo "Compiling Main.cpp"
|
a@54
|
452 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
453
|
a@54
|
454 $(JUCE_OBJDIR)/BinaryData_ce4232d4.o: ../../JuceLibraryCode/BinaryData.cpp
|
a@54
|
455 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
456 @echo "Compiling BinaryData.cpp"
|
a@54
|
457 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
458
|
a@54
|
459 $(JUCE_OBJDIR)/juce_audio_basics_6b797ca1.o: ../../JuceLibraryCode/juce_audio_basics.cpp
|
a@54
|
460 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
461 @echo "Compiling juce_audio_basics.cpp"
|
a@54
|
462 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
463
|
a@54
|
464 $(JUCE_OBJDIR)/juce_audio_devices_a742c38b.o: ../../JuceLibraryCode/juce_audio_devices.cpp
|
a@54
|
465 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
466 @echo "Compiling juce_audio_devices.cpp"
|
a@54
|
467 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
468
|
a@54
|
469 $(JUCE_OBJDIR)/juce_audio_formats_5a29c68a.o: ../../JuceLibraryCode/juce_audio_formats.cpp
|
a@54
|
470 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
471 @echo "Compiling juce_audio_formats.cpp"
|
a@54
|
472 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
473
|
a@54
|
474 $(JUCE_OBJDIR)/juce_core_75b14332.o: ../../JuceLibraryCode/juce_core.cpp
|
a@54
|
475 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
476 @echo "Compiling juce_core.cpp"
|
a@54
|
477 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
478
|
a@54
|
479 $(JUCE_OBJDIR)/juce_data_structures_72d3da2c.o: ../../JuceLibraryCode/juce_data_structures.cpp
|
a@54
|
480 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
481 @echo "Compiling juce_data_structures.cpp"
|
a@54
|
482 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
483
|
a@54
|
484 $(JUCE_OBJDIR)/juce_events_d2be882c.o: ../../JuceLibraryCode/juce_events.cpp
|
a@54
|
485 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
486 @echo "Compiling juce_events.cpp"
|
a@54
|
487 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
488
|
a@54
|
489 $(JUCE_OBJDIR)/juce_graphics_9c18891e.o: ../../JuceLibraryCode/juce_graphics.cpp
|
a@54
|
490 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
491 @echo "Compiling juce_graphics.cpp"
|
a@54
|
492 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
493
|
a@54
|
494 $(JUCE_OBJDIR)/juce_gui_basics_8a6da59c.o: ../../JuceLibraryCode/juce_gui_basics.cpp
|
a@54
|
495 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
496 @echo "Compiling juce_gui_basics.cpp"
|
a@54
|
497 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
498
|
a@54
|
499 $(JUCE_OBJDIR)/juce_gui_extra_4a026f23.o: ../../JuceLibraryCode/juce_gui_extra.cpp
|
a@54
|
500 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
501 @echo "Compiling juce_gui_extra.cpp"
|
a@54
|
502 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
503
|
a@54
|
504 $(JUCE_OBJDIR)/juce_opengl_cd70b4c2.o: ../../JuceLibraryCode/juce_opengl.cpp
|
a@54
|
505 -@mkdir -p $(JUCE_OBJDIR)
|
andrewm@0
|
506 @echo "Compiling juce_opengl.cpp"
|
a@54
|
507 $(V_AT)$(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<"
|
andrewm@0
|
508
|
andrewm@0
|
509 -include $(OBJECTS:%.o=%.d)
|