1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90@ENABLE_TESTS_TRUE@TESTS = resource$(EXEEXT) enginetest$(EXEEXT) \
91@ENABLE_TESTS_TRUE@	paintertest$(EXEEXT) configfile$(EXEEXT) \
92@ENABLE_TESTS_TRUE@	audiocache$(EXEEXT) audiocachefile$(EXEEXT) \
93@ENABLE_TESTS_TRUE@	audiocacheidmanager$(EXEEXT) \
94@ENABLE_TESTS_TRUE@	audiocacheeventhandler$(EXEEXT) \
95@ENABLE_TESTS_TRUE@	randomtest$(EXEEXT) atomictest$(EXEEXT) \
96@ENABLE_TESTS_TRUE@	syncedsettingstest$(EXEEXT) \
97@ENABLE_TESTS_TRUE@	imagecachetest$(EXEEXT) \
98@ENABLE_TESTS_TRUE@	semaphoretest$(EXEEXT) \
99@ENABLE_TESTS_TRUE@	drumkitcreatortest$(EXEEXT) \
100@ENABLE_TESTS_TRUE@	bytesizeparsertest$(EXEEXT) \
101@ENABLE_TESTS_TRUE@	notifiertest$(EXEEXT) \
102@ENABLE_TESTS_TRUE@	dgxmlparsertest$(EXEEXT) \
103@ENABLE_TESTS_TRUE@	domloadertest$(EXEEXT) \
104@ENABLE_TESTS_TRUE@	configparsertest$(EXEEXT) \
105@ENABLE_TESTS_TRUE@	midimapparsertest$(EXEEXT) \
106@ENABLE_TESTS_TRUE@	eventsdstest$(EXEEXT) powermaptest$(EXEEXT) \
107@ENABLE_TESTS_TRUE@	$(am__EXEEXT_1) $(am__EXEEXT_2)
108@ENABLE_TESTS_TRUE@@WITH_NLS_TRUE@am__append_1 = translationtest
109@ENABLE_LV2_TRUE@@ENABLE_TESTS_TRUE@am__append_2 = lv2
110@ENABLE_TESTS_TRUE@check_PROGRAMS = $(am__EXEEXT_3)
111subdir = test
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113am__aclocal_m4_deps = $(top_srcdir)/configure.ac
114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115	$(ACLOCAL_M4)
116DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
117mkinstalldirs = $(install_sh) -d
118CONFIG_HEADER = $(top_builddir)/config.h
119CONFIG_CLEAN_FILES =
120CONFIG_CLEAN_VPATH_FILES =
121@ENABLE_TESTS_TRUE@@WITH_NLS_TRUE@am__EXEEXT_1 =  \
122@ENABLE_TESTS_TRUE@@WITH_NLS_TRUE@	translationtest$(EXEEXT)
123@ENABLE_LV2_TRUE@@ENABLE_TESTS_TRUE@am__EXEEXT_2 = lv2$(EXEEXT)
124@ENABLE_TESTS_TRUE@am__EXEEXT_3 = resource$(EXEEXT) \
125@ENABLE_TESTS_TRUE@	enginetest$(EXEEXT) paintertest$(EXEEXT) \
126@ENABLE_TESTS_TRUE@	configfile$(EXEEXT) audiocache$(EXEEXT) \
127@ENABLE_TESTS_TRUE@	audiocachefile$(EXEEXT) \
128@ENABLE_TESTS_TRUE@	audiocacheidmanager$(EXEEXT) \
129@ENABLE_TESTS_TRUE@	audiocacheeventhandler$(EXEEXT) \
130@ENABLE_TESTS_TRUE@	randomtest$(EXEEXT) atomictest$(EXEEXT) \
131@ENABLE_TESTS_TRUE@	syncedsettingstest$(EXEEXT) \
132@ENABLE_TESTS_TRUE@	imagecachetest$(EXEEXT) \
133@ENABLE_TESTS_TRUE@	semaphoretest$(EXEEXT) \
134@ENABLE_TESTS_TRUE@	drumkitcreatortest$(EXEEXT) \
135@ENABLE_TESTS_TRUE@	bytesizeparsertest$(EXEEXT) \
136@ENABLE_TESTS_TRUE@	notifiertest$(EXEEXT) \
137@ENABLE_TESTS_TRUE@	dgxmlparsertest$(EXEEXT) \
138@ENABLE_TESTS_TRUE@	domloadertest$(EXEEXT) \
139@ENABLE_TESTS_TRUE@	configparsertest$(EXEEXT) \
140@ENABLE_TESTS_TRUE@	midimapparsertest$(EXEEXT) \
141@ENABLE_TESTS_TRUE@	eventsdstest$(EXEEXT) powermaptest$(EXEEXT) \
142@ENABLE_TESTS_TRUE@	$(am__EXEEXT_1) $(am__EXEEXT_2)
143am__atomictest_SOURCES_DIST = atomictest.cc uunit/uunit.cc
144@ENABLE_TESTS_TRUE@am_atomictest_OBJECTS =  \
145@ENABLE_TESTS_TRUE@	atomictest-atomictest.$(OBJEXT) \
146@ENABLE_TESTS_TRUE@	atomictest-uunit.$(OBJEXT)
147atomictest_OBJECTS = $(am_atomictest_OBJECTS)
148atomictest_LDADD = $(LDADD)
149AM_V_lt = $(am__v_lt_@AM_V@)
150am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
151am__v_lt_0 = --silent
152am__v_lt_1 =
153atomictest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
154	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(atomictest_CXXFLAGS) \
155	$(CXXFLAGS) $(atomictest_LDFLAGS) $(LDFLAGS) -o $@
156am__audiocache_SOURCES_DIST = $(top_srcdir)/src/audiocache.cc \
157	$(top_srcdir)/src/audiocacheeventhandler.cc \
158	$(top_srcdir)/src/audiocachefile.cc \
159	$(top_srcdir)/src/audiocacheidmanager.cc \
160	$(top_srcdir)/src/thread.cc $(top_srcdir)/src/sem.cc \
161	$(top_srcdir)/src/audiofile.cc $(top_srcdir)/src/random.cc \
162	uunit/uunit.cc drumkit_creator.cc audiocachetest.cc
163@ENABLE_TESTS_TRUE@am_audiocache_OBJECTS =  \
164@ENABLE_TESTS_TRUE@	audiocache-audiocache.$(OBJEXT) \
165@ENABLE_TESTS_TRUE@	audiocache-audiocacheeventhandler.$(OBJEXT) \
166@ENABLE_TESTS_TRUE@	audiocache-audiocachefile.$(OBJEXT) \
167@ENABLE_TESTS_TRUE@	audiocache-audiocacheidmanager.$(OBJEXT) \
168@ENABLE_TESTS_TRUE@	audiocache-thread.$(OBJEXT) \
169@ENABLE_TESTS_TRUE@	audiocache-sem.$(OBJEXT) \
170@ENABLE_TESTS_TRUE@	audiocache-audiofile.$(OBJEXT) \
171@ENABLE_TESTS_TRUE@	audiocache-random.$(OBJEXT) \
172@ENABLE_TESTS_TRUE@	audiocache-uunit.$(OBJEXT) \
173@ENABLE_TESTS_TRUE@	audiocache-drumkit_creator.$(OBJEXT) \
174@ENABLE_TESTS_TRUE@	audiocache-audiocachetest.$(OBJEXT)
175audiocache_OBJECTS = $(am_audiocache_OBJECTS)
176audiocache_LDADD = $(LDADD)
177audiocache_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
178	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(audiocache_CXXFLAGS) \
179	$(CXXFLAGS) $(audiocache_LDFLAGS) $(LDFLAGS) -o $@
180am__audiocacheeventhandler_SOURCES_DIST =  \
181	$(top_srcdir)/src/audiocacheeventhandler.cc \
182	$(top_srcdir)/src/audiocacheidmanager.cc \
183	$(top_srcdir)/src/audiocachefile.cc \
184	$(top_srcdir)/src/thread.cc $(top_srcdir)/src/sem.cc \
185	uunit/uunit.cc audiocacheeventhandlertest.cc
186@ENABLE_TESTS_TRUE@am_audiocacheeventhandler_OBJECTS = audiocacheeventhandler-audiocacheeventhandler.$(OBJEXT) \
187@ENABLE_TESTS_TRUE@	audiocacheeventhandler-audiocacheidmanager.$(OBJEXT) \
188@ENABLE_TESTS_TRUE@	audiocacheeventhandler-audiocachefile.$(OBJEXT) \
189@ENABLE_TESTS_TRUE@	audiocacheeventhandler-thread.$(OBJEXT) \
190@ENABLE_TESTS_TRUE@	audiocacheeventhandler-sem.$(OBJEXT) \
191@ENABLE_TESTS_TRUE@	audiocacheeventhandler-uunit.$(OBJEXT) \
192@ENABLE_TESTS_TRUE@	audiocacheeventhandler-audiocacheeventhandlertest.$(OBJEXT)
193audiocacheeventhandler_OBJECTS = $(am_audiocacheeventhandler_OBJECTS)
194audiocacheeventhandler_LDADD = $(LDADD)
195audiocacheeventhandler_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
196	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
197	$(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) \
198	$(audiocacheeventhandler_LDFLAGS) $(LDFLAGS) -o $@
199am__audiocachefile_SOURCES_DIST = $(top_srcdir)/src/audiocachefile.cc \
200	$(top_srcdir)/src/thread.cc $(top_srcdir)/src/sem.cc \
201	$(top_srcdir)/src/audiofile.cc $(top_srcdir)/src/random.cc \
202	uunit/uunit.cc drumkit_creator.cc audiocachefiletest.cc
203@ENABLE_TESTS_TRUE@am_audiocachefile_OBJECTS =  \
204@ENABLE_TESTS_TRUE@	audiocachefile-audiocachefile.$(OBJEXT) \
205@ENABLE_TESTS_TRUE@	audiocachefile-thread.$(OBJEXT) \
206@ENABLE_TESTS_TRUE@	audiocachefile-sem.$(OBJEXT) \
207@ENABLE_TESTS_TRUE@	audiocachefile-audiofile.$(OBJEXT) \
208@ENABLE_TESTS_TRUE@	audiocachefile-random.$(OBJEXT) \
209@ENABLE_TESTS_TRUE@	audiocachefile-uunit.$(OBJEXT) \
210@ENABLE_TESTS_TRUE@	audiocachefile-drumkit_creator.$(OBJEXT) \
211@ENABLE_TESTS_TRUE@	audiocachefile-audiocachefiletest.$(OBJEXT)
212audiocachefile_OBJECTS = $(am_audiocachefile_OBJECTS)
213audiocachefile_LDADD = $(LDADD)
214audiocachefile_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
215	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
216	$(audiocachefile_CXXFLAGS) $(CXXFLAGS) \
217	$(audiocachefile_LDFLAGS) $(LDFLAGS) -o $@
218am__audiocacheidmanager_SOURCES_DIST =  \
219	$(top_srcdir)/src/audiocacheidmanager.cc uunit/uunit.cc \
220	audiocacheidmanagertest.cc
221@ENABLE_TESTS_TRUE@am_audiocacheidmanager_OBJECTS = audiocacheidmanager-audiocacheidmanager.$(OBJEXT) \
222@ENABLE_TESTS_TRUE@	audiocacheidmanager-uunit.$(OBJEXT) \
223@ENABLE_TESTS_TRUE@	audiocacheidmanager-audiocacheidmanagertest.$(OBJEXT)
224audiocacheidmanager_OBJECTS = $(am_audiocacheidmanager_OBJECTS)
225audiocacheidmanager_LDADD = $(LDADD)
226audiocacheidmanager_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
227	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
228	$(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) \
229	$(audiocacheidmanager_LDFLAGS) $(LDFLAGS) -o $@
230am__bytesizeparsertest_SOURCES_DIST =  \
231	$(top_srcdir)/src/bytesizeparser.cc bytesizeparsertest.cc \
232	uunit/uunit.cc
233@ENABLE_TESTS_TRUE@am_bytesizeparsertest_OBJECTS = bytesizeparsertest-bytesizeparser.$(OBJEXT) \
234@ENABLE_TESTS_TRUE@	bytesizeparsertest-bytesizeparsertest.$(OBJEXT) \
235@ENABLE_TESTS_TRUE@	bytesizeparsertest-uunit.$(OBJEXT)
236bytesizeparsertest_OBJECTS = $(am_bytesizeparsertest_OBJECTS)
237bytesizeparsertest_LDADD = $(LDADD)
238bytesizeparsertest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
239	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
240	$(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) \
241	$(bytesizeparsertest_LDFLAGS) $(LDFLAGS) -o $@
242am__configfile_SOURCES_DIST = $(top_srcdir)/src/configfile.cc \
243	$(top_srcdir)/src/directory.cc $(top_srcdir)/hugin/hugin.c \
244	uunit/uunit.cc configtest.cc
245@ENABLE_TESTS_TRUE@am_configfile_OBJECTS =  \
246@ENABLE_TESTS_TRUE@	configfile-configfile.$(OBJEXT) \
247@ENABLE_TESTS_TRUE@	configfile-directory.$(OBJEXT) \
248@ENABLE_TESTS_TRUE@	hugin.$(OBJEXT) configfile-uunit.$(OBJEXT) \
249@ENABLE_TESTS_TRUE@	configfile-configtest.$(OBJEXT)
250configfile_OBJECTS = $(am_configfile_OBJECTS)
251configfile_LDADD = $(LDADD)
252configfile_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
253	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(configfile_CXXFLAGS) \
254	$(CXXFLAGS) $(configfile_LDFLAGS) $(LDFLAGS) -o $@
255am__configparsertest_SOURCES_DIST = $(top_srcdir)/hugin/hugin.c \
256	$(top_srcdir)/src/configparser.cc \
257	$(top_srcdir)/pugixml/src/pugixml.cpp configparsertest.cc \
258	uunit/uunit.cc
259@ENABLE_TESTS_TRUE@am_configparsertest_OBJECTS = hugin.$(OBJEXT) \
260@ENABLE_TESTS_TRUE@	configparsertest-configparser.$(OBJEXT) \
261@ENABLE_TESTS_TRUE@	configparsertest-pugixml.$(OBJEXT) \
262@ENABLE_TESTS_TRUE@	configparsertest-configparsertest.$(OBJEXT) \
263@ENABLE_TESTS_TRUE@	configparsertest-uunit.$(OBJEXT)
264configparsertest_OBJECTS = $(am_configparsertest_OBJECTS)
265configparsertest_LDADD = $(LDADD)
266configparsertest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
267	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
268	$(configparsertest_CXXFLAGS) $(CXXFLAGS) \
269	$(configparsertest_LDFLAGS) $(LDFLAGS) -o $@
270am__dgxmlparsertest_SOURCES_DIST = $(top_srcdir)/hugin/hugin.c \
271	$(top_srcdir)/src/dgxmlparser.cc \
272	$(top_srcdir)/pugixml/src/pugixml.cpp dgxmlparsertest.cc \
273	scopedfile.cc uunit/uunit.cc
274@ENABLE_TESTS_TRUE@am_dgxmlparsertest_OBJECTS = hugin.$(OBJEXT) \
275@ENABLE_TESTS_TRUE@	dgxmlparsertest-dgxmlparser.$(OBJEXT) \
276@ENABLE_TESTS_TRUE@	dgxmlparsertest-pugixml.$(OBJEXT) \
277@ENABLE_TESTS_TRUE@	dgxmlparsertest-dgxmlparsertest.$(OBJEXT) \
278@ENABLE_TESTS_TRUE@	dgxmlparsertest-scopedfile.$(OBJEXT) \
279@ENABLE_TESTS_TRUE@	dgxmlparsertest-uunit.$(OBJEXT)
280dgxmlparsertest_OBJECTS = $(am_dgxmlparsertest_OBJECTS)
281dgxmlparsertest_LDADD = $(LDADD)
282dgxmlparsertest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
283	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
284	$(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) \
285	$(dgxmlparsertest_LDFLAGS) $(LDFLAGS) -o $@
286am__domloadertest_SOURCES_DIST = $(top_srcdir)/hugin/hugin.c \
287	domloadertest.cc scopedfile.cc uunit/uunit.cc
288@ENABLE_TESTS_TRUE@am_domloadertest_OBJECTS = hugin.$(OBJEXT) \
289@ENABLE_TESTS_TRUE@	domloadertest-domloadertest.$(OBJEXT) \
290@ENABLE_TESTS_TRUE@	domloadertest-scopedfile.$(OBJEXT) \
291@ENABLE_TESTS_TRUE@	domloadertest-uunit.$(OBJEXT)
292domloadertest_OBJECTS = $(am_domloadertest_OBJECTS)
293domloadertest_LDADD = $(LDADD)
294domloadertest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
295	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
296	$(domloadertest_CXXFLAGS) $(CXXFLAGS) $(domloadertest_LDFLAGS) \
297	$(LDFLAGS) -o $@
298am__drumkitcreatortest_SOURCES_DIST = $(top_srcdir)/src/random.cc \
299	uunit/uunit.cc drumkit_creator.cc drumkitcreatortest.cc
300@ENABLE_TESTS_TRUE@am_drumkitcreatortest_OBJECTS =  \
301@ENABLE_TESTS_TRUE@	drumkitcreatortest-random.$(OBJEXT) \
302@ENABLE_TESTS_TRUE@	drumkitcreatortest-uunit.$(OBJEXT) \
303@ENABLE_TESTS_TRUE@	drumkitcreatortest-drumkit_creator.$(OBJEXT) \
304@ENABLE_TESTS_TRUE@	drumkitcreatortest-drumkitcreatortest.$(OBJEXT)
305drumkitcreatortest_OBJECTS = $(am_drumkitcreatortest_OBJECTS)
306drumkitcreatortest_LDADD = $(LDADD)
307drumkitcreatortest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
308	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
309	$(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) \
310	$(drumkitcreatortest_LDFLAGS) $(LDFLAGS) -o $@
311am__enginetest_SOURCES_DIST = $(top_srcdir)/hugin/hugin.c \
312	uunit/uunit.cc drumkit_creator.cc enginetest.cc
313@ENABLE_TESTS_TRUE@am_enginetest_OBJECTS = hugin.$(OBJEXT) \
314@ENABLE_TESTS_TRUE@	enginetest-uunit.$(OBJEXT) \
315@ENABLE_TESTS_TRUE@	enginetest-drumkit_creator.$(OBJEXT) \
316@ENABLE_TESTS_TRUE@	enginetest-enginetest.$(OBJEXT)
317enginetest_OBJECTS = $(am_enginetest_OBJECTS)
318enginetest_LDADD = $(LDADD)
319enginetest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
320	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(enginetest_CXXFLAGS) \
321	$(CXXFLAGS) $(enginetest_LDFLAGS) $(LDFLAGS) -o $@
322am__eventsdstest_SOURCES_DIST = $(top_srcdir)/src/events_ds.cc \
323	eventsdstest.cc uunit/uunit.cc
324@ENABLE_TESTS_TRUE@am_eventsdstest_OBJECTS =  \
325@ENABLE_TESTS_TRUE@	eventsdstest-events_ds.$(OBJEXT) \
326@ENABLE_TESTS_TRUE@	eventsdstest-eventsdstest.$(OBJEXT) \
327@ENABLE_TESTS_TRUE@	eventsdstest-uunit.$(OBJEXT)
328eventsdstest_OBJECTS = $(am_eventsdstest_OBJECTS)
329eventsdstest_LDADD = $(LDADD)
330eventsdstest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
331	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(eventsdstest_CXXFLAGS) \
332	$(CXXFLAGS) $(eventsdstest_LDFLAGS) $(LDFLAGS) -o $@
333am__imagecachetest_SOURCES_DIST = $(top_srcdir)/hugin/hugin.c \
334	imagecachetest.cc uunit/uunit.cc
335@ENABLE_TESTS_TRUE@am_imagecachetest_OBJECTS = hugin.$(OBJEXT) \
336@ENABLE_TESTS_TRUE@	imagecachetest-imagecachetest.$(OBJEXT) \
337@ENABLE_TESTS_TRUE@	imagecachetest-uunit.$(OBJEXT)
338imagecachetest_OBJECTS = $(am_imagecachetest_OBJECTS)
339imagecachetest_LDADD = $(LDADD)
340imagecachetest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
341	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
342	$(imagecachetest_CXXFLAGS) $(CXXFLAGS) \
343	$(imagecachetest_LDFLAGS) $(LDFLAGS) -o $@
344am__lv2_SOURCES_DIST = $(top_srcdir)/src/random.cc uunit/uunit.cc \
345	drumkit_creator.cc lv2_test_host.cc lv2.cc
346@ENABLE_TESTS_TRUE@am_lv2_OBJECTS = lv2-random.$(OBJEXT) \
347@ENABLE_TESTS_TRUE@	lv2-uunit.$(OBJEXT) \
348@ENABLE_TESTS_TRUE@	lv2-drumkit_creator.$(OBJEXT) \
349@ENABLE_TESTS_TRUE@	lv2-lv2_test_host.$(OBJEXT) \
350@ENABLE_TESTS_TRUE@	lv2-lv2.$(OBJEXT)
351lv2_OBJECTS = $(am_lv2_OBJECTS)
352lv2_LDADD = $(LDADD)
353lv2_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
354	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(lv2_CXXFLAGS) \
355	$(CXXFLAGS) $(lv2_LDFLAGS) $(LDFLAGS) -o $@
356am__midimapparsertest_SOURCES_DIST = $(top_srcdir)/hugin/hugin.c \
357	$(top_srcdir)/src/midimapparser.cc \
358	$(top_srcdir)/pugixml/src/pugixml.cpp scopedfile.cc \
359	midimapparsertest.cc uunit/uunit.cc
360@ENABLE_TESTS_TRUE@am_midimapparsertest_OBJECTS = hugin.$(OBJEXT) \
361@ENABLE_TESTS_TRUE@	midimapparsertest-midimapparser.$(OBJEXT) \
362@ENABLE_TESTS_TRUE@	midimapparsertest-pugixml.$(OBJEXT) \
363@ENABLE_TESTS_TRUE@	midimapparsertest-scopedfile.$(OBJEXT) \
364@ENABLE_TESTS_TRUE@	midimapparsertest-midimapparsertest.$(OBJEXT) \
365@ENABLE_TESTS_TRUE@	midimapparsertest-uunit.$(OBJEXT)
366midimapparsertest_OBJECTS = $(am_midimapparsertest_OBJECTS)
367midimapparsertest_LDADD = $(LDADD)
368midimapparsertest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
369	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
370	$(midimapparsertest_CXXFLAGS) $(CXXFLAGS) \
371	$(midimapparsertest_LDFLAGS) $(LDFLAGS) -o $@
372am__notifiertest_SOURCES_DIST = notifiertest.cc uunit/uunit.cc
373@ENABLE_TESTS_TRUE@am_notifiertest_OBJECTS =  \
374@ENABLE_TESTS_TRUE@	notifiertest-notifiertest.$(OBJEXT) \
375@ENABLE_TESTS_TRUE@	notifiertest-uunit.$(OBJEXT)
376notifiertest_OBJECTS = $(am_notifiertest_OBJECTS)
377notifiertest_LDADD = $(LDADD)
378notifiertest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
379	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(notifiertest_CXXFLAGS) \
380	$(CXXFLAGS) $(notifiertest_LDFLAGS) $(LDFLAGS) -o $@
381am__paintertest_SOURCES_DIST = $(top_srcdir)/hugin/hugin.c \
382	uunit/uunit.cc paintertest.cc
383@ENABLE_TESTS_TRUE@am_paintertest_OBJECTS = hugin.$(OBJEXT) \
384@ENABLE_TESTS_TRUE@	paintertest-uunit.$(OBJEXT) \
385@ENABLE_TESTS_TRUE@	paintertest-paintertest.$(OBJEXT)
386paintertest_OBJECTS = $(am_paintertest_OBJECTS)
387paintertest_LDADD = $(LDADD)
388paintertest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
389	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(paintertest_CXXFLAGS) \
390	$(CXXFLAGS) $(paintertest_LDFLAGS) $(LDFLAGS) -o $@
391am__powermaptest_SOURCES_DIST = $(top_srcdir)/src/powermap.cc \
392	powermaptest.cc uunit/uunit.cc
393@ENABLE_TESTS_TRUE@am_powermaptest_OBJECTS =  \
394@ENABLE_TESTS_TRUE@	powermaptest-powermap.$(OBJEXT) \
395@ENABLE_TESTS_TRUE@	powermaptest-powermaptest.$(OBJEXT) \
396@ENABLE_TESTS_TRUE@	powermaptest-uunit.$(OBJEXT)
397powermaptest_OBJECTS = $(am_powermaptest_OBJECTS)
398powermaptest_LDADD = $(LDADD)
399powermaptest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
400	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(powermaptest_CXXFLAGS) \
401	$(CXXFLAGS) $(powermaptest_LDFLAGS) $(LDFLAGS) -o $@
402am__randomtest_SOURCES_DIST = $(top_srcdir)/src/random.cc \
403	uunit/uunit.cc randomtest.cc
404@ENABLE_TESTS_TRUE@am_randomtest_OBJECTS =  \
405@ENABLE_TESTS_TRUE@	randomtest-random.$(OBJEXT) \
406@ENABLE_TESTS_TRUE@	randomtest-uunit.$(OBJEXT) \
407@ENABLE_TESTS_TRUE@	randomtest-randomtest.$(OBJEXT)
408randomtest_OBJECTS = $(am_randomtest_OBJECTS)
409randomtest_LDADD = $(LDADD)
410randomtest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
411	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(randomtest_CXXFLAGS) \
412	$(CXXFLAGS) $(randomtest_LDFLAGS) $(LDFLAGS) -o $@
413am__resource_SOURCES_DIST = $(top_srcdir)/plugingui/resource.cc \
414	$(top_srcdir)/hugin/hugin.c $(top_srcdir)/src/random.cc \
415	uunit/uunit.cc drumkit_creator.cc resource_test.cc
416@ENABLE_TESTS_TRUE@am_resource_OBJECTS = resource-resource.$(OBJEXT) \
417@ENABLE_TESTS_TRUE@	hugin.$(OBJEXT) resource-random.$(OBJEXT) \
418@ENABLE_TESTS_TRUE@	resource-uunit.$(OBJEXT) \
419@ENABLE_TESTS_TRUE@	resource-drumkit_creator.$(OBJEXT) \
420@ENABLE_TESTS_TRUE@	resource-resource_test.$(OBJEXT)
421@ENABLE_TESTS_TRUE@nodist_resource_OBJECTS =  \
422@ENABLE_TESTS_TRUE@	resource-resource_data.$(OBJEXT)
423resource_OBJECTS = $(am_resource_OBJECTS) $(nodist_resource_OBJECTS)
424resource_LDADD = $(LDADD)
425resource_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
426	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(resource_CXXFLAGS) \
427	$(CXXFLAGS) $(resource_LDFLAGS) $(LDFLAGS) -o $@
428am__semaphoretest_SOURCES_DIST = $(top_srcdir)/hugin/hugin.c \
429	$(top_srcdir)/src/sem.cc semaphoretest.cc uunit/uunit.cc
430@ENABLE_TESTS_TRUE@am_semaphoretest_OBJECTS = hugin.$(OBJEXT) \
431@ENABLE_TESTS_TRUE@	semaphoretest-sem.$(OBJEXT) \
432@ENABLE_TESTS_TRUE@	semaphoretest-semaphoretest.$(OBJEXT) \
433@ENABLE_TESTS_TRUE@	semaphoretest-uunit.$(OBJEXT)
434semaphoretest_OBJECTS = $(am_semaphoretest_OBJECTS)
435semaphoretest_LDADD = $(LDADD)
436semaphoretest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
437	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
438	$(semaphoretest_CXXFLAGS) $(CXXFLAGS) $(semaphoretest_LDFLAGS) \
439	$(LDFLAGS) -o $@
440am__syncedsettingstest_SOURCES_DIST = syncedsettings.cc uunit/uunit.cc
441@ENABLE_TESTS_TRUE@am_syncedsettingstest_OBJECTS = syncedsettingstest-syncedsettings.$(OBJEXT) \
442@ENABLE_TESTS_TRUE@	syncedsettingstest-uunit.$(OBJEXT)
443syncedsettingstest_OBJECTS = $(am_syncedsettingstest_OBJECTS)
444syncedsettingstest_LDADD = $(LDADD)
445syncedsettingstest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
446	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
447	$(syncedsettingstest_CXXFLAGS) $(CXXFLAGS) \
448	$(syncedsettingstest_LDFLAGS) $(LDFLAGS) -o $@
449am__translationtest_SOURCES_DIST = $(top_srcdir)/hugin/hugin.c \
450	$(top_srcdir)/plugingui/resource.cc \
451	$(top_srcdir)/src/translation.cc \
452	$(top_srcdir)/plugingui/uitranslation.cc translationtest.cc \
453	uunit/uunit.cc
454@ENABLE_TESTS_TRUE@am_translationtest_OBJECTS = hugin.$(OBJEXT) \
455@ENABLE_TESTS_TRUE@	translationtest-resource.$(OBJEXT) \
456@ENABLE_TESTS_TRUE@	translationtest-translation.$(OBJEXT) \
457@ENABLE_TESTS_TRUE@	translationtest-uitranslation.$(OBJEXT) \
458@ENABLE_TESTS_TRUE@	translationtest-translationtest.$(OBJEXT) \
459@ENABLE_TESTS_TRUE@	translationtest-uunit.$(OBJEXT)
460@ENABLE_TESTS_TRUE@nodist_translationtest_OBJECTS = translationtest-translationtest_resource_data.$(OBJEXT)
461translationtest_OBJECTS = $(am_translationtest_OBJECTS) \
462	$(nodist_translationtest_OBJECTS)
463translationtest_LDADD = $(LDADD)
464translationtest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
465	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
466	$(translationtest_CXXFLAGS) $(CXXFLAGS) \
467	$(translationtest_LDFLAGS) $(LDFLAGS) -o $@
468AM_V_P = $(am__v_P_@AM_V@)
469am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
470am__v_P_0 = false
471am__v_P_1 = :
472AM_V_GEN = $(am__v_GEN_@AM_V@)
473am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
474am__v_GEN_0 = @echo "  GEN     " $@;
475am__v_GEN_1 =
476AM_V_at = $(am__v_at_@AM_V@)
477am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
478am__v_at_0 = @
479am__v_at_1 =
480DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
481depcomp = $(SHELL) $(top_srcdir)/depcomp
482am__depfiles_maybe = depfiles
483am__mv = mv -f
484COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
485	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
486LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
487	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
488	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
489	$(AM_CFLAGS) $(CFLAGS)
490AM_V_CC = $(am__v_CC_@AM_V@)
491am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
492am__v_CC_0 = @echo "  CC      " $@;
493am__v_CC_1 =
494CCLD = $(CC)
495LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
496	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
497	$(AM_LDFLAGS) $(LDFLAGS) -o $@
498AM_V_CCLD = $(am__v_CCLD_@AM_V@)
499am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
500am__v_CCLD_0 = @echo "  CCLD    " $@;
501am__v_CCLD_1 =
502CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
503	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
504LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
505	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
506	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
507	$(AM_CXXFLAGS) $(CXXFLAGS)
508AM_V_CXX = $(am__v_CXX_@AM_V@)
509am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
510am__v_CXX_0 = @echo "  CXX     " $@;
511am__v_CXX_1 =
512CXXLD = $(CXX)
513CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
514	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
515	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
516AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
517am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
518am__v_CXXLD_0 = @echo "  CXXLD   " $@;
519am__v_CXXLD_1 =
520SOURCES = $(atomictest_SOURCES) $(audiocache_SOURCES) \
521	$(audiocacheeventhandler_SOURCES) $(audiocachefile_SOURCES) \
522	$(audiocacheidmanager_SOURCES) $(bytesizeparsertest_SOURCES) \
523	$(configfile_SOURCES) $(configparsertest_SOURCES) \
524	$(dgxmlparsertest_SOURCES) $(domloadertest_SOURCES) \
525	$(drumkitcreatortest_SOURCES) $(enginetest_SOURCES) \
526	$(eventsdstest_SOURCES) $(imagecachetest_SOURCES) \
527	$(lv2_SOURCES) $(midimapparsertest_SOURCES) \
528	$(notifiertest_SOURCES) $(paintertest_SOURCES) \
529	$(powermaptest_SOURCES) $(randomtest_SOURCES) \
530	$(resource_SOURCES) $(nodist_resource_SOURCES) \
531	$(semaphoretest_SOURCES) $(syncedsettingstest_SOURCES) \
532	$(translationtest_SOURCES) $(nodist_translationtest_SOURCES)
533DIST_SOURCES = $(am__atomictest_SOURCES_DIST) \
534	$(am__audiocache_SOURCES_DIST) \
535	$(am__audiocacheeventhandler_SOURCES_DIST) \
536	$(am__audiocachefile_SOURCES_DIST) \
537	$(am__audiocacheidmanager_SOURCES_DIST) \
538	$(am__bytesizeparsertest_SOURCES_DIST) \
539	$(am__configfile_SOURCES_DIST) \
540	$(am__configparsertest_SOURCES_DIST) \
541	$(am__dgxmlparsertest_SOURCES_DIST) \
542	$(am__domloadertest_SOURCES_DIST) \
543	$(am__drumkitcreatortest_SOURCES_DIST) \
544	$(am__enginetest_SOURCES_DIST) \
545	$(am__eventsdstest_SOURCES_DIST) \
546	$(am__imagecachetest_SOURCES_DIST) $(am__lv2_SOURCES_DIST) \
547	$(am__midimapparsertest_SOURCES_DIST) \
548	$(am__notifiertest_SOURCES_DIST) \
549	$(am__paintertest_SOURCES_DIST) \
550	$(am__powermaptest_SOURCES_DIST) \
551	$(am__randomtest_SOURCES_DIST) $(am__resource_SOURCES_DIST) \
552	$(am__semaphoretest_SOURCES_DIST) \
553	$(am__syncedsettingstest_SOURCES_DIST) \
554	$(am__translationtest_SOURCES_DIST)
555RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
556	ctags-recursive dvi-recursive html-recursive info-recursive \
557	install-data-recursive install-dvi-recursive \
558	install-exec-recursive install-html-recursive \
559	install-info-recursive install-pdf-recursive \
560	install-ps-recursive install-recursive installcheck-recursive \
561	installdirs-recursive pdf-recursive ps-recursive \
562	tags-recursive uninstall-recursive
563am__can_run_installinfo = \
564  case $$AM_UPDATE_INFO_DIR in \
565    n|no|NO) false;; \
566    *) (install-info --version) >/dev/null 2>&1;; \
567  esac
568RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
569  distclean-recursive maintainer-clean-recursive
570am__recursive_targets = \
571  $(RECURSIVE_TARGETS) \
572  $(RECURSIVE_CLEAN_TARGETS) \
573  $(am__extra_recursive_targets)
574AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
575	check recheck distdir
576am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
577# Read a list of newline-separated strings from the standard input,
578# and print each of them once, without duplicates.  Input order is
579# *not* preserved.
580am__uniquify_input = $(AWK) '\
581  BEGIN { nonempty = 0; } \
582  { items[$$0] = 1; nonempty = 1; } \
583  END { if (nonempty) { for (i in items) print i; }; } \
584'
585# Make sure the list of sources is unique.  This is necessary because,
586# e.g., the same source file might be shared among _SOURCES variables
587# for different programs/libraries.
588am__define_uniq_tagged_files = \
589  list='$(am__tagged_files)'; \
590  unique=`for i in $$list; do \
591    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
592  done | $(am__uniquify_input)`
593ETAGS = etags
594CTAGS = ctags
595am__tty_colors_dummy = \
596  mgn= red= grn= lgn= blu= brg= std=; \
597  am__color_tests=no
598am__tty_colors = { \
599  $(am__tty_colors_dummy); \
600  if test "X$(AM_COLOR_TESTS)" = Xno; then \
601    am__color_tests=no; \
602  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
603    am__color_tests=yes; \
604  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
605    am__color_tests=yes; \
606  fi; \
607  if test $$am__color_tests = yes; then \
608    red=''; \
609    grn=''; \
610    lgn=''; \
611    blu=''; \
612    mgn=''; \
613    brg=''; \
614    std=''; \
615  fi; \
616}
617am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
618am__vpath_adj = case $$p in \
619    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
620    *) f=$$p;; \
621  esac;
622am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
623am__install_max = 40
624am__nobase_strip_setup = \
625  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
626am__nobase_strip = \
627  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
628am__nobase_list = $(am__nobase_strip_setup); \
629  for p in $$list; do echo "$$p $$p"; done | \
630  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
631  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
632    if (++n[$$2] == $(am__install_max)) \
633      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
634    END { for (dir in files) print dir, files[dir] }'
635am__base_list = \
636  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
637  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
638am__uninstall_files_from_dir = { \
639  test -z "$$files" \
640    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
641    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
642         $(am__cd) "$$dir" && rm -f $$files; }; \
643  }
644am__recheck_rx = ^[ 	]*:recheck:[ 	]*
645am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
646am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
647# A command that, given a newline-separated list of test names on the
648# standard input, print the name of the tests that are to be re-run
649# upon "make recheck".
650am__list_recheck_tests = $(AWK) '{ \
651  recheck = 1; \
652  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
653    { \
654      if (rc < 0) \
655        { \
656          if ((getline line2 < ($$0 ".log")) < 0) \
657	    recheck = 0; \
658          break; \
659        } \
660      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
661        { \
662          recheck = 0; \
663          break; \
664        } \
665      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
666        { \
667          break; \
668        } \
669    }; \
670  if (recheck) \
671    print $$0; \
672  close ($$0 ".trs"); \
673  close ($$0 ".log"); \
674}'
675# A command that, given a newline-separated list of test names on the
676# standard input, create the global log from their .trs and .log files.
677am__create_global_log = $(AWK) ' \
678function fatal(msg) \
679{ \
680  print "fatal: making $@: " msg | "cat >&2"; \
681  exit 1; \
682} \
683function rst_section(header) \
684{ \
685  print header; \
686  len = length(header); \
687  for (i = 1; i <= len; i = i + 1) \
688    printf "="; \
689  printf "\n\n"; \
690} \
691{ \
692  copy_in_global_log = 1; \
693  global_test_result = "RUN"; \
694  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
695    { \
696      if (rc < 0) \
697         fatal("failed to read from " $$0 ".trs"); \
698      if (line ~ /$(am__global_test_result_rx)/) \
699        { \
700          sub("$(am__global_test_result_rx)", "", line); \
701          sub("[ 	]*$$", "", line); \
702          global_test_result = line; \
703        } \
704      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
705        copy_in_global_log = 0; \
706    }; \
707  if (copy_in_global_log) \
708    { \
709      rst_section(global_test_result ": " $$0); \
710      while ((rc = (getline line < ($$0 ".log"))) != 0) \
711      { \
712        if (rc < 0) \
713          fatal("failed to read from " $$0 ".log"); \
714        print line; \
715      }; \
716      printf "\n"; \
717    }; \
718  close ($$0 ".trs"); \
719  close ($$0 ".log"); \
720}'
721# Restructured Text title.
722am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
723# Solaris 10 'make', and several other traditional 'make' implementations,
724# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
725# by disabling -e (using the XSI extension "set +e") if it's set.
726am__sh_e_setup = case $$- in *e*) set +e;; esac
727# Default flags passed to test drivers.
728am__common_driver_flags = \
729  --color-tests "$$am__color_tests" \
730  --enable-hard-errors "$$am__enable_hard_errors" \
731  --expect-failure "$$am__expect_failure"
732# To be inserted before the command running the test.  Creates the
733# directory for the log if needed.  Stores in $dir the directory
734# containing $f, in $tst the test, in $log the log.  Executes the
735# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
736# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
737# will run the test scripts (or their associated LOG_COMPILER, if
738# thy have one).
739am__check_pre = \
740$(am__sh_e_setup);					\
741$(am__vpath_adj_setup) $(am__vpath_adj)			\
742$(am__tty_colors);					\
743srcdir=$(srcdir); export srcdir;			\
744case "$@" in						\
745  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
746    *) am__odir=.;; 					\
747esac;							\
748test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
749  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
750if test -f "./$$f"; then dir=./;			\
751elif test -f "$$f"; then dir=;				\
752else dir="$(srcdir)/"; fi;				\
753tst=$$dir$$f; log='$@'; 				\
754if test -n '$(DISABLE_HARD_ERRORS)'; then		\
755  am__enable_hard_errors=no; 				\
756else							\
757  am__enable_hard_errors=yes; 				\
758fi; 							\
759case " $(XFAIL_TESTS) " in				\
760  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
761    am__expect_failure=yes;;				\
762  *)							\
763    am__expect_failure=no;;				\
764esac; 							\
765$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
766# A shell command to get the names of the tests scripts with any registered
767# extension removed (i.e., equivalently, the names of the test logs, with
768# the '.log' extension removed).  The result is saved in the shell variable
769# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
770# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
771# since that might cause problem with VPATH rewrites for suffix-less tests.
772# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
773am__set_TESTS_bases = \
774  bases='$(TEST_LOGS)'; \
775  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
776  bases=`echo $$bases`
777RECHECK_LOGS = $(TEST_LOGS)
778TEST_SUITE_LOG = test-suite.log
779TEST_EXTENSIONS = @EXEEXT@ .test
780LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
781LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
782am__set_b = \
783  case '$@' in \
784    */*) \
785      case '$*' in \
786        */*) b='$*';; \
787          *) b=`echo '$@' | sed 's/\.log$$//'`; \
788       esac;; \
789    *) \
790      b='$*';; \
791  esac
792am__test_logs1 = $(TESTS:=.log)
793am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
794TEST_LOGS = $(am__test_logs2:.test.log=.log)
795TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
796TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
797	$(TEST_LOG_FLAGS)
798DIST_SUBDIRS = $(SUBDIRS)
799am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
800	$(top_srcdir)/test-driver
801DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
802am__relativize = \
803  dir0=`pwd`; \
804  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
805  sed_rest='s,^[^/]*/*,,'; \
806  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
807  sed_butlast='s,/*[^/]*$$,,'; \
808  while test -n "$$dir1"; do \
809    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
810    if test "$$first" != "."; then \
811      if test "$$first" = ".."; then \
812        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
813        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
814      else \
815        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
816        if test "$$first2" = "$$first"; then \
817          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
818        else \
819          dir2="../$$dir2"; \
820        fi; \
821        dir0="$$dir0"/"$$first"; \
822      fi; \
823    fi; \
824    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
825  done; \
826  reldir="$$dir2"
827ACLOCAL = @ACLOCAL@
828ALSA_CFLAGS = @ALSA_CFLAGS@
829ALSA_LIBS = @ALSA_LIBS@
830AMTAR = @AMTAR@
831AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
832AR = @AR@
833AUTOCONF = @AUTOCONF@
834AUTOHEADER = @AUTOHEADER@
835AUTOMAKE = @AUTOMAKE@
836AWK = @AWK@
837CC = @CC@
838CCDEPMODE = @CCDEPMODE@
839CFLAGS = @CFLAGS@
840CPP = @CPP@
841CPPFLAGS = @CPPFLAGS@
842CXX = @CXX@
843CXXCPP = @CXXCPP@
844CXXDEPMODE = @CXXDEPMODE@
845CXXFLAGS = @CXXFLAGS@
846CYGPATH_W = @CYGPATH_W@
847DEBUG_FLAGS = @DEBUG_FLAGS@
848DEFS = @DEFS@
849DEPDIR = @DEPDIR@
850DLLTOOL = @DLLTOOL@
851DL_CFLAGS = @DL_CFLAGS@
852DL_LIBS = @DL_LIBS@
853DSYMUTIL = @DSYMUTIL@
854DUMPBIN = @DUMPBIN@
855ECHO_C = @ECHO_C@
856ECHO_N = @ECHO_N@
857ECHO_T = @ECHO_T@
858EGREP = @EGREP@
859EXEEXT = @EXEEXT@
860FGREP = @FGREP@
861FLOAT_STORE = @FLOAT_STORE@
862GREP = @GREP@
863GUI_CPPFLAGS = @GUI_CPPFLAGS@
864GUI_LIBS = @GUI_LIBS@
865INPUT_PLUGINS = @INPUT_PLUGINS@
866INPUT_PLUGIN_DIR = @INPUT_PLUGIN_DIR@
867INSTALL = @INSTALL@
868INSTALL_DATA = @INSTALL_DATA@
869INSTALL_PROGRAM = @INSTALL_PROGRAM@
870INSTALL_SCRIPT = @INSTALL_SCRIPT@
871INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
872JACK_CFLAGS = @JACK_CFLAGS@
873JACK_LIBS = @JACK_LIBS@
874LD = @LD@
875LDFLAGS = @LDFLAGS@
876LIBOBJS = @LIBOBJS@
877LIBS = @LIBS@
878LIBTOOL = @LIBTOOL@
879LIPO = @LIPO@
880LN_S = @LN_S@
881LTLIBOBJS = @LTLIBOBJS@
882LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
883LV2DIR = @LV2DIR@
884LV2_CFLAGS = @LV2_CFLAGS@
885LV2_LIBS = @LV2_LIBS@
886MAKEINFO = @MAKEINFO@
887MANIFEST_TOOL = @MANIFEST_TOOL@
888MKDIR_P = @MKDIR_P@
889MSGFMT = @MSGFMT@
890MSGMERGE = @MSGMERGE@
891NM = @NM@
892NMEDIT = @NMEDIT@
893OBJC = @OBJC@
894OBJCDEPMODE = @OBJCDEPMODE@
895OBJCFLAGS = @OBJCFLAGS@
896OBJCXX = @OBJCXX@
897OBJCXXDEPMODE = @OBJCXXDEPMODE@
898OBJCXXFLAGS = @OBJCXXFLAGS@
899OBJDUMP = @OBJDUMP@
900OBJEXT = @OBJEXT@
901OTOOL = @OTOOL@
902OTOOL64 = @OTOOL64@
903OUTPUT_PLUGINS = @OUTPUT_PLUGINS@
904OUTPUT_PLUGIN_DIR = @OUTPUT_PLUGIN_DIR@
905PACKAGE = @PACKAGE@
906PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
907PACKAGE_NAME = @PACKAGE_NAME@
908PACKAGE_STRING = @PACKAGE_STRING@
909PACKAGE_TARNAME = @PACKAGE_TARNAME@
910PACKAGE_URL = @PACKAGE_URL@
911PACKAGE_VERSION = @PACKAGE_VERSION@
912PATH_SEPARATOR = @PATH_SEPARATOR@
913PKG_CONFIG = @PKG_CONFIG@
914PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
915PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
916PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
917PTHREAD_LIBS = @PTHREAD_LIBS@
918RANLIB = @RANLIB@
919SED = @SED@
920SET_MAKE = @SET_MAKE@
921SHELL = @SHELL@
922SMF_CFLAGS = @SMF_CFLAGS@
923SMF_LIBS = @SMF_LIBS@
924SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
925SNDFILE_LIBS = @SNDFILE_LIBS@
926SSEFLAGS = @SSEFLAGS@
927STRIP = @STRIP@
928VERSION = @VERSION@
929VST_CPPFLAGS = @VST_CPPFLAGS@
930VST_SOURCE_PATH = @VST_SOURCE_PATH@
931X11_CFLAGS = @X11_CFLAGS@
932X11_LIBS = @X11_LIBS@
933XEXT_CFLAGS = @XEXT_CFLAGS@
934XEXT_LIBS = @XEXT_LIBS@
935XGETTEXT = @XGETTEXT@
936abs_builddir = @abs_builddir@
937abs_srcdir = @abs_srcdir@
938abs_top_builddir = @abs_top_builddir@
939abs_top_srcdir = @abs_top_srcdir@
940ac_ct_AR = @ac_ct_AR@
941ac_ct_CC = @ac_ct_CC@
942ac_ct_CXX = @ac_ct_CXX@
943ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
944ac_ct_OBJC = @ac_ct_OBJC@
945ac_ct_OBJCXX = @ac_ct_OBJCXX@
946am__include = @am__include@
947am__leading_dot = @am__leading_dot@
948am__quote = @am__quote@
949am__tar = @am__tar@
950am__untar = @am__untar@
951bindir = @bindir@
952build = @build@
953build_alias = @build_alias@
954build_cpu = @build_cpu@
955build_os = @build_os@
956build_vendor = @build_vendor@
957builddir = @builddir@
958datadir = @datadir@
959datarootdir = @datarootdir@
960dgplugindir = @dgplugindir@
961docdir = @docdir@
962dvidir = @dvidir@
963exec_prefix = @exec_prefix@
964host = @host@
965host_alias = @host_alias@
966host_cpu = @host_cpu@
967host_os = @host_os@
968host_vendor = @host_vendor@
969htmldir = @htmldir@
970includedir = @includedir@
971infodir = @infodir@
972install_sh = @install_sh@
973libdir = @libdir@
974libexecdir = @libexecdir@
975localedir = @localedir@
976localstatedir = @localstatedir@
977mandir = @mandir@
978mkdir_p = @mkdir_p@
979oldincludedir = @oldincludedir@
980pdfdir = @pdfdir@
981prefix = @prefix@
982program_transform_name = @program_transform_name@
983psdir = @psdir@
984sbindir = @sbindir@
985sharedstatedir = @sharedstatedir@
986srcdir = @srcdir@
987sysconfdir = @sysconfdir@
988target_alias = @target_alias@
989top_build_prefix = @top_build_prefix@
990top_builddir = @top_builddir@
991top_srcdir = @top_srcdir@
992
993# Rules for the test code (use `make check` to execute)
994SUBDIRS = dgreftest uitests
995@ENABLE_TESTS_TRUE@EXTRA_DIST = \
996@ENABLE_TESTS_TRUE@	drumkit_creator.h \
997@ENABLE_TESTS_TRUE@	lv2_test_host.h \
998@ENABLE_TESTS_TRUE@	scopedfile.h \
999@ENABLE_TESTS_TRUE@	locale/da.mo
1000
1001@ENABLE_TESTS_TRUE@resource_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"resource\" $(SNDFILE_CFLAGS) \
1002@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1003@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1004@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/plugingui \
1005@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin
1006
1007@ENABLE_TESTS_TRUE@resource_LDFLAGS = $(SNDFILE_LIBS)
1008@ENABLE_TESTS_TRUE@nodist_resource_SOURCES = \
1009@ENABLE_TESTS_TRUE@	$(top_builddir)/plugingui/resource_data.cc
1010
1011@ENABLE_TESTS_TRUE@resource_SOURCES = \
1012@ENABLE_TESTS_TRUE@	$(top_srcdir)/plugingui/resource.cc \
1013@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1014@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/random.cc \
1015@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1016@ENABLE_TESTS_TRUE@	drumkit_creator.cc \
1017@ENABLE_TESTS_TRUE@	resource_test.cc
1018
1019@ENABLE_TESTS_TRUE@audiocache_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"audiocache\" \
1020@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1021@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1022@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin -DDISABLE_HUGIN $(PTHREAD_CFLAGS) $(SNDFILE_CFLAGS)
1023
1024@ENABLE_TESTS_TRUE@audiocache_LDFLAGS = $(PTHREAD_LIBS) $(SNDFILE_LIBS)
1025@ENABLE_TESTS_TRUE@audiocache_SOURCES = \
1026@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiocache.cc \
1027@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiocacheeventhandler.cc \
1028@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiocachefile.cc \
1029@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiocacheidmanager.cc \
1030@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/thread.cc \
1031@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/sem.cc \
1032@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiofile.cc \
1033@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/random.cc \
1034@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1035@ENABLE_TESTS_TRUE@	drumkit_creator.cc \
1036@ENABLE_TESTS_TRUE@	audiocachetest.cc
1037
1038@ENABLE_TESTS_TRUE@audiocachefile_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"audiocachefile\" \
1039@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1040@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1041@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin -DDISABLE_HUGIN $(PTHREAD_CFLAGS) $(SNDFILE_CFLAGS)
1042
1043@ENABLE_TESTS_TRUE@audiocachefile_LDFLAGS = $(PTHREAD_LIBS) $(SNDFILE_LIBS)
1044@ENABLE_TESTS_TRUE@audiocachefile_SOURCES = \
1045@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiocachefile.cc \
1046@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/thread.cc \
1047@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/sem.cc \
1048@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiofile.cc \
1049@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/random.cc \
1050@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1051@ENABLE_TESTS_TRUE@	drumkit_creator.cc \
1052@ENABLE_TESTS_TRUE@	audiocachefiletest.cc
1053
1054@ENABLE_TESTS_TRUE@audiocacheidmanager_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"audiocacheidmanager\" \
1055@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1056@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1057@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin -DDISABLE_HUGIN $(SNDFILE_CFLAGS)
1058
1059@ENABLE_TESTS_TRUE@audiocacheidmanager_LDFLAGS = $(SNDFILE_LIBS)
1060@ENABLE_TESTS_TRUE@audiocacheidmanager_SOURCES = \
1061@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiocacheidmanager.cc \
1062@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1063@ENABLE_TESTS_TRUE@	audiocacheidmanagertest.cc
1064
1065@ENABLE_TESTS_TRUE@audiocacheeventhandler_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"audiocacheeventhandler\" \
1066@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1067@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1068@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin -DDISABLE_HUGIN $(PTHREAD_CFLAGS) $(SNDFILE_CFLAGS)
1069
1070@ENABLE_TESTS_TRUE@audiocacheeventhandler_LDFLAGS = $(PTHREAD_LIBS) $(SNDFILE_LIBS)
1071@ENABLE_TESTS_TRUE@audiocacheeventhandler_SOURCES = \
1072@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiocacheeventhandler.cc \
1073@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiocacheidmanager.cc \
1074@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/audiocachefile.cc \
1075@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/thread.cc \
1076@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/sem.cc \
1077@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1078@ENABLE_TESTS_TRUE@	audiocacheeventhandlertest.cc
1079
1080@ENABLE_TESTS_TRUE@enginetest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"enginetest\" \
1081@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1082@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1083@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin $(PTHREAD_CFLAGS) $(SNDFILE_CFLAGS)
1084
1085@ENABLE_TESTS_TRUE@enginetest_LDFLAGS = $(PTHREAD_LIBS) $(SNDFILE_LIBS) \
1086@ENABLE_TESTS_TRUE@	 $(top_builddir)/src/libdg.la
1087
1088@ENABLE_TESTS_TRUE@enginetest_SOURCES = \
1089@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1090@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1091@ENABLE_TESTS_TRUE@	drumkit_creator.cc \
1092@ENABLE_TESTS_TRUE@	enginetest.cc
1093
1094@ENABLE_TESTS_TRUE@paintertest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"paintertest\" \
1095@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1096@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src -I$(top_srcdir)/plugingui \
1097@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin $(PTHREAD_CFLAGS)
1098
1099@ENABLE_TESTS_TRUE@paintertest_LDFLAGS = $(top_builddir)/plugingui/libdggui.la
1100@ENABLE_TESTS_TRUE@paintertest_SOURCES = \
1101@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1102@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1103@ENABLE_TESTS_TRUE@	paintertest.cc
1104
1105@ENABLE_TESTS_TRUE@lv2_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"lv2\" \
1106@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1107@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1108@ENABLE_TESTS_TRUE@	 `pkg-config --cflags serd-0` `pkg-config --cflags lilv-0` \
1109@ENABLE_TESTS_TRUE@	-DLV2_PATH=\"@LV2DIR@\" $(SNDFILE_CFLAGS)
1110
1111@ENABLE_TESTS_TRUE@lv2_LDFLAGS = `pkg-config --libs serd-0` \
1112@ENABLE_TESTS_TRUE@	`pkg-config --libs lilv-0` -lcrypto \
1113@ENABLE_TESTS_TRUE@	$(SNDFILE_LIBS)
1114
1115@ENABLE_TESTS_TRUE@lv2_SOURCES = \
1116@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/random.cc \
1117@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1118@ENABLE_TESTS_TRUE@	drumkit_creator.cc \
1119@ENABLE_TESTS_TRUE@	lv2_test_host.cc \
1120@ENABLE_TESTS_TRUE@	lv2.cc
1121
1122@ENABLE_TESTS_TRUE@configfile_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"configfile\" \
1123@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1124@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin -I$(top_srcdir)/src
1125
1126@ENABLE_TESTS_TRUE@configfile_LDFLAGS =
1127@ENABLE_TESTS_TRUE@configfile_SOURCES = \
1128@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/configfile.cc \
1129@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/directory.cc \
1130@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1131@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1132@ENABLE_TESTS_TRUE@	configtest.cc
1133
1134@ENABLE_TESTS_TRUE@randomtest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"randomtest\" \
1135@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1136@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1137@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin -DDISABLE_HUGIN
1138
1139@ENABLE_TESTS_TRUE@randomtest_CFLAGS = -DDISABLE_HUGIN
1140@ENABLE_TESTS_TRUE@randomtest_LDFLAGS =
1141@ENABLE_TESTS_TRUE@randomtest_SOURCES = \
1142@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/random.cc \
1143@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1144@ENABLE_TESTS_TRUE@	randomtest.cc
1145
1146@ENABLE_TESTS_TRUE@atomictest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"atomictest\" \
1147@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1148@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src -I$(top_srcdir)/hugin
1149
1150@ENABLE_TESTS_TRUE@atomictest_LDFLAGS =
1151@ENABLE_TESTS_TRUE@atomictest_SOURCES = atomictest.cc uunit/uunit.cc
1152@ENABLE_TESTS_TRUE@syncedsettingstest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"syncedsettingstest\" \
1153@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1154@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src -I$(top_srcdir)/hugin
1155
1156@ENABLE_TESTS_TRUE@syncedsettingstest_LDFLAGS =
1157@ENABLE_TESTS_TRUE@syncedsettingstest_SOURCES = syncedsettings.cc uunit/uunit.cc
1158@ENABLE_TESTS_TRUE@imagecachetest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"imagecachetest\" \
1159@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1160@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src -I$(top_srcdir)/plugingui  -I$(top_srcdir)/hugin
1161
1162@ENABLE_TESTS_TRUE@imagecachetest_LDFLAGS = $(top_builddir)/plugingui/libdggui.la
1163@ENABLE_TESTS_TRUE@imagecachetest_SOURCES = \
1164@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1165@ENABLE_TESTS_TRUE@	imagecachetest.cc \
1166@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1167
1168@ENABLE_TESTS_TRUE@semaphoretest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"semaphoretest\" \
1169@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1170@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src -I$(top_srcdir)/hugin $(PTHREAD_CFLAGS)
1171
1172@ENABLE_TESTS_TRUE@semaphoretest_LDFLAGS = $(PTHREAD_LIBS)
1173@ENABLE_TESTS_TRUE@semaphoretest_SOURCES = \
1174@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1175@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/sem.cc \
1176@ENABLE_TESTS_TRUE@	semaphoretest.cc \
1177@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1178
1179@ENABLE_TESTS_TRUE@drumkitcreatortest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"drumkitcreatortest\" \
1180@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1181@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1182@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin -DDISABLE_HUGIN $(SNDFILE_CFLAGS)
1183
1184@ENABLE_TESTS_TRUE@drumkitcreatortest_CFLAGS = -DDISABLE_HUGIN
1185@ENABLE_TESTS_TRUE@drumkitcreatortest_LDFLAGS = $(SNDFILE_LIBS)
1186@ENABLE_TESTS_TRUE@drumkitcreatortest_SOURCES = \
1187@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/random.cc \
1188@ENABLE_TESTS_TRUE@	uunit/uunit.cc \
1189@ENABLE_TESTS_TRUE@	drumkit_creator.cc \
1190@ENABLE_TESTS_TRUE@	drumkitcreatortest.cc
1191
1192@ENABLE_TESTS_TRUE@bytesizeparsertest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"bytesizeparsertest\" \
1193@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1194@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src
1195
1196@ENABLE_TESTS_TRUE@bytesizeparsertest_LDFLAGS =
1197@ENABLE_TESTS_TRUE@bytesizeparsertest_SOURCES = \
1198@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/bytesizeparser.cc \
1199@ENABLE_TESTS_TRUE@	bytesizeparsertest.cc \
1200@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1201
1202@ENABLE_TESTS_TRUE@notifiertest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"notifiertest\" \
1203@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1204@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src
1205
1206@ENABLE_TESTS_TRUE@notifiertest_LDFLAGS =
1207@ENABLE_TESTS_TRUE@notifiertest_SOURCES = \
1208@ENABLE_TESTS_TRUE@	notifiertest.cc \
1209@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1210
1211@ENABLE_TESTS_TRUE@dgxmlparsertest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"dgxmlparsertest\" \
1212@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1213@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src -I$(top_srcdir)/hugin \
1214@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/pugixml/src
1215
1216@ENABLE_TESTS_TRUE@dgxmlparsertest_LDFLAGS =
1217@ENABLE_TESTS_TRUE@dgxmlparsertest_SOURCES = \
1218@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1219@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/dgxmlparser.cc \
1220@ENABLE_TESTS_TRUE@	$(top_srcdir)/pugixml/src/pugixml.cpp \
1221@ENABLE_TESTS_TRUE@	dgxmlparsertest.cc \
1222@ENABLE_TESTS_TRUE@	scopedfile.cc \
1223@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1224
1225@ENABLE_TESTS_TRUE@domloadertest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"domloadertest\" \
1226@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1227@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src
1228
1229@ENABLE_TESTS_TRUE@domloadertest_LDFLAGS = \
1230@ENABLE_TESTS_TRUE@	 $(top_builddir)/src/libdg.la
1231
1232@ENABLE_TESTS_TRUE@domloadertest_SOURCES = \
1233@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1234@ENABLE_TESTS_TRUE@	domloadertest.cc \
1235@ENABLE_TESTS_TRUE@	scopedfile.cc \
1236@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1237
1238@ENABLE_TESTS_TRUE@configparsertest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"configparsertest\" \
1239@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1240@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src -I$(top_srcdir)/hugin \
1241@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/pugixml/src
1242
1243@ENABLE_TESTS_TRUE@configparsertest_LDFLAGS =
1244@ENABLE_TESTS_TRUE@configparsertest_SOURCES = \
1245@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1246@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/configparser.cc \
1247@ENABLE_TESTS_TRUE@	$(top_srcdir)/pugixml/src/pugixml.cpp \
1248@ENABLE_TESTS_TRUE@	configparsertest.cc \
1249@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1250
1251@ENABLE_TESTS_TRUE@midimapparsertest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"midimapparsertest\" \
1252@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1253@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src -I$(top_srcdir)/hugin \
1254@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/pugixml/src
1255
1256@ENABLE_TESTS_TRUE@midimapparsertest_LDFLAGS =
1257@ENABLE_TESTS_TRUE@midimapparsertest_SOURCES = \
1258@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1259@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/midimapparser.cc \
1260@ENABLE_TESTS_TRUE@	$(top_srcdir)/pugixml/src/pugixml.cpp \
1261@ENABLE_TESTS_TRUE@	scopedfile.cc \
1262@ENABLE_TESTS_TRUE@	midimapparsertest.cc \
1263@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1264
1265@ENABLE_TESTS_TRUE@eventsdstest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"eventsdstest\" \
1266@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1267@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src
1268
1269@ENABLE_TESTS_TRUE@eventsdstest_LDFLAGS =
1270@ENABLE_TESTS_TRUE@eventsdstest_SOURCES = \
1271@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/events_ds.cc \
1272@ENABLE_TESTS_TRUE@	eventsdstest.cc \
1273@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1274
1275@ENABLE_TESTS_TRUE@powermaptest_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"powermaptest\" \
1276@ENABLE_TESTS_TRUE@	$(DEBUG_FLAGS) \
1277@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src
1278
1279@ENABLE_TESTS_TRUE@powermaptest_LDFLAGS =
1280@ENABLE_TESTS_TRUE@powermaptest_SOURCES = \
1281@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/powermap.cc \
1282@ENABLE_TESTS_TRUE@	powermaptest.cc \
1283@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1284
1285@ENABLE_TESTS_TRUE@RES = \
1286@ENABLE_TESTS_TRUE@	$(top_srcdir)/test/locale/da.mo
1287
1288@ENABLE_TESTS_TRUE@rcgen_verbose = $(rcgen_verbose_@AM_V@)
1289@ENABLE_TESTS_TRUE@rcgen_verbose_ = $(rcgen_verbose_@AM_DEFAULT_V@)
1290@ENABLE_TESTS_TRUE@rcgen_verbose_0 = @echo "  RCGEN    "$@;
1291@ENABLE_TESTS_TRUE@translationtest_CXXFLAGS = -I$(top_srcdir)/test/uunit \
1292@ENABLE_TESTS_TRUE@	-DOUTPUT=\"translationtest\" \
1293@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/plugingui \
1294@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/src \
1295@ENABLE_TESTS_TRUE@	-I$(top_srcdir)/hugin \
1296@ENABLE_TESTS_TRUE@	-DMO_SRC=\"$(top_srcdir)/test/locale/da.mo\" \
1297@ENABLE_TESTS_TRUE@	-Wno-invalid-source-encoding
1298
1299@ENABLE_TESTS_TRUE@translationtest_LDFLAGS =
1300@ENABLE_TESTS_TRUE@nodist_translationtest_SOURCES = \
1301@ENABLE_TESTS_TRUE@	$(top_builddir)/test/translationtest_resource_data.cc
1302
1303@ENABLE_TESTS_TRUE@translationtest_SOURCES = \
1304@ENABLE_TESTS_TRUE@	$(top_srcdir)/hugin/hugin.c \
1305@ENABLE_TESTS_TRUE@	$(top_srcdir)/plugingui/resource.cc \
1306@ENABLE_TESTS_TRUE@	$(top_srcdir)/src/translation.cc \
1307@ENABLE_TESTS_TRUE@	$(top_srcdir)/plugingui/uitranslation.cc \
1308@ENABLE_TESTS_TRUE@	translationtest.cc \
1309@ENABLE_TESTS_TRUE@	uunit/uunit.cc
1310
1311@ENABLE_TESTS_TRUE@BUILT_SOURCES = translationtest_resource_data.cc
1312@ENABLE_TESTS_TRUE@CLEANFILES = translationtest_resource_data.cc
1313all: $(BUILT_SOURCES)
1314	$(MAKE) $(AM_MAKEFLAGS) all-recursive
1315
1316.SUFFIXES:
1317.SUFFIXES: .c .cc .cpp .lo .log .o .obj .test .test$(EXEEXT) .trs
1318$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1319	@for dep in $?; do \
1320	  case '$(am__configure_deps)' in \
1321	    *$$dep*) \
1322	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1323	        && { if test -f $@; then exit 0; else break; fi; }; \
1324	      exit 1;; \
1325	  esac; \
1326	done; \
1327	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
1328	$(am__cd) $(top_srcdir) && \
1329	  $(AUTOMAKE) --gnu test/Makefile
1330Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1331	@case '$?' in \
1332	  *config.status*) \
1333	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1334	  *) \
1335	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1336	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1337	esac;
1338
1339$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1340	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1341
1342$(top_srcdir)/configure:  $(am__configure_deps)
1343	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1344$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1345	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1346$(am__aclocal_m4_deps):
1347
1348clean-checkPROGRAMS:
1349	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1350	echo " rm -f" $$list; \
1351	rm -f $$list || exit $$?; \
1352	test -n "$(EXEEXT)" || exit 0; \
1353	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1354	echo " rm -f" $$list; \
1355	rm -f $$list
1356
1357atomictest$(EXEEXT): $(atomictest_OBJECTS) $(atomictest_DEPENDENCIES) $(EXTRA_atomictest_DEPENDENCIES)
1358	@rm -f atomictest$(EXEEXT)
1359	$(AM_V_CXXLD)$(atomictest_LINK) $(atomictest_OBJECTS) $(atomictest_LDADD) $(LIBS)
1360
1361audiocache$(EXEEXT): $(audiocache_OBJECTS) $(audiocache_DEPENDENCIES) $(EXTRA_audiocache_DEPENDENCIES)
1362	@rm -f audiocache$(EXEEXT)
1363	$(AM_V_CXXLD)$(audiocache_LINK) $(audiocache_OBJECTS) $(audiocache_LDADD) $(LIBS)
1364
1365audiocacheeventhandler$(EXEEXT): $(audiocacheeventhandler_OBJECTS) $(audiocacheeventhandler_DEPENDENCIES) $(EXTRA_audiocacheeventhandler_DEPENDENCIES)
1366	@rm -f audiocacheeventhandler$(EXEEXT)
1367	$(AM_V_CXXLD)$(audiocacheeventhandler_LINK) $(audiocacheeventhandler_OBJECTS) $(audiocacheeventhandler_LDADD) $(LIBS)
1368
1369audiocachefile$(EXEEXT): $(audiocachefile_OBJECTS) $(audiocachefile_DEPENDENCIES) $(EXTRA_audiocachefile_DEPENDENCIES)
1370	@rm -f audiocachefile$(EXEEXT)
1371	$(AM_V_CXXLD)$(audiocachefile_LINK) $(audiocachefile_OBJECTS) $(audiocachefile_LDADD) $(LIBS)
1372
1373audiocacheidmanager$(EXEEXT): $(audiocacheidmanager_OBJECTS) $(audiocacheidmanager_DEPENDENCIES) $(EXTRA_audiocacheidmanager_DEPENDENCIES)
1374	@rm -f audiocacheidmanager$(EXEEXT)
1375	$(AM_V_CXXLD)$(audiocacheidmanager_LINK) $(audiocacheidmanager_OBJECTS) $(audiocacheidmanager_LDADD) $(LIBS)
1376
1377bytesizeparsertest$(EXEEXT): $(bytesizeparsertest_OBJECTS) $(bytesizeparsertest_DEPENDENCIES) $(EXTRA_bytesizeparsertest_DEPENDENCIES)
1378	@rm -f bytesizeparsertest$(EXEEXT)
1379	$(AM_V_CXXLD)$(bytesizeparsertest_LINK) $(bytesizeparsertest_OBJECTS) $(bytesizeparsertest_LDADD) $(LIBS)
1380
1381configfile$(EXEEXT): $(configfile_OBJECTS) $(configfile_DEPENDENCIES) $(EXTRA_configfile_DEPENDENCIES)
1382	@rm -f configfile$(EXEEXT)
1383	$(AM_V_CXXLD)$(configfile_LINK) $(configfile_OBJECTS) $(configfile_LDADD) $(LIBS)
1384
1385configparsertest$(EXEEXT): $(configparsertest_OBJECTS) $(configparsertest_DEPENDENCIES) $(EXTRA_configparsertest_DEPENDENCIES)
1386	@rm -f configparsertest$(EXEEXT)
1387	$(AM_V_CXXLD)$(configparsertest_LINK) $(configparsertest_OBJECTS) $(configparsertest_LDADD) $(LIBS)
1388
1389dgxmlparsertest$(EXEEXT): $(dgxmlparsertest_OBJECTS) $(dgxmlparsertest_DEPENDENCIES) $(EXTRA_dgxmlparsertest_DEPENDENCIES)
1390	@rm -f dgxmlparsertest$(EXEEXT)
1391	$(AM_V_CXXLD)$(dgxmlparsertest_LINK) $(dgxmlparsertest_OBJECTS) $(dgxmlparsertest_LDADD) $(LIBS)
1392
1393domloadertest$(EXEEXT): $(domloadertest_OBJECTS) $(domloadertest_DEPENDENCIES) $(EXTRA_domloadertest_DEPENDENCIES)
1394	@rm -f domloadertest$(EXEEXT)
1395	$(AM_V_CXXLD)$(domloadertest_LINK) $(domloadertest_OBJECTS) $(domloadertest_LDADD) $(LIBS)
1396
1397drumkitcreatortest$(EXEEXT): $(drumkitcreatortest_OBJECTS) $(drumkitcreatortest_DEPENDENCIES) $(EXTRA_drumkitcreatortest_DEPENDENCIES)
1398	@rm -f drumkitcreatortest$(EXEEXT)
1399	$(AM_V_CXXLD)$(drumkitcreatortest_LINK) $(drumkitcreatortest_OBJECTS) $(drumkitcreatortest_LDADD) $(LIBS)
1400
1401enginetest$(EXEEXT): $(enginetest_OBJECTS) $(enginetest_DEPENDENCIES) $(EXTRA_enginetest_DEPENDENCIES)
1402	@rm -f enginetest$(EXEEXT)
1403	$(AM_V_CXXLD)$(enginetest_LINK) $(enginetest_OBJECTS) $(enginetest_LDADD) $(LIBS)
1404
1405eventsdstest$(EXEEXT): $(eventsdstest_OBJECTS) $(eventsdstest_DEPENDENCIES) $(EXTRA_eventsdstest_DEPENDENCIES)
1406	@rm -f eventsdstest$(EXEEXT)
1407	$(AM_V_CXXLD)$(eventsdstest_LINK) $(eventsdstest_OBJECTS) $(eventsdstest_LDADD) $(LIBS)
1408
1409imagecachetest$(EXEEXT): $(imagecachetest_OBJECTS) $(imagecachetest_DEPENDENCIES) $(EXTRA_imagecachetest_DEPENDENCIES)
1410	@rm -f imagecachetest$(EXEEXT)
1411	$(AM_V_CXXLD)$(imagecachetest_LINK) $(imagecachetest_OBJECTS) $(imagecachetest_LDADD) $(LIBS)
1412
1413lv2$(EXEEXT): $(lv2_OBJECTS) $(lv2_DEPENDENCIES) $(EXTRA_lv2_DEPENDENCIES)
1414	@rm -f lv2$(EXEEXT)
1415	$(AM_V_CXXLD)$(lv2_LINK) $(lv2_OBJECTS) $(lv2_LDADD) $(LIBS)
1416
1417midimapparsertest$(EXEEXT): $(midimapparsertest_OBJECTS) $(midimapparsertest_DEPENDENCIES) $(EXTRA_midimapparsertest_DEPENDENCIES)
1418	@rm -f midimapparsertest$(EXEEXT)
1419	$(AM_V_CXXLD)$(midimapparsertest_LINK) $(midimapparsertest_OBJECTS) $(midimapparsertest_LDADD) $(LIBS)
1420
1421notifiertest$(EXEEXT): $(notifiertest_OBJECTS) $(notifiertest_DEPENDENCIES) $(EXTRA_notifiertest_DEPENDENCIES)
1422	@rm -f notifiertest$(EXEEXT)
1423	$(AM_V_CXXLD)$(notifiertest_LINK) $(notifiertest_OBJECTS) $(notifiertest_LDADD) $(LIBS)
1424
1425paintertest$(EXEEXT): $(paintertest_OBJECTS) $(paintertest_DEPENDENCIES) $(EXTRA_paintertest_DEPENDENCIES)
1426	@rm -f paintertest$(EXEEXT)
1427	$(AM_V_CXXLD)$(paintertest_LINK) $(paintertest_OBJECTS) $(paintertest_LDADD) $(LIBS)
1428
1429powermaptest$(EXEEXT): $(powermaptest_OBJECTS) $(powermaptest_DEPENDENCIES) $(EXTRA_powermaptest_DEPENDENCIES)
1430	@rm -f powermaptest$(EXEEXT)
1431	$(AM_V_CXXLD)$(powermaptest_LINK) $(powermaptest_OBJECTS) $(powermaptest_LDADD) $(LIBS)
1432
1433randomtest$(EXEEXT): $(randomtest_OBJECTS) $(randomtest_DEPENDENCIES) $(EXTRA_randomtest_DEPENDENCIES)
1434	@rm -f randomtest$(EXEEXT)
1435	$(AM_V_CXXLD)$(randomtest_LINK) $(randomtest_OBJECTS) $(randomtest_LDADD) $(LIBS)
1436
1437resource$(EXEEXT): $(resource_OBJECTS) $(resource_DEPENDENCIES) $(EXTRA_resource_DEPENDENCIES)
1438	@rm -f resource$(EXEEXT)
1439	$(AM_V_CXXLD)$(resource_LINK) $(resource_OBJECTS) $(resource_LDADD) $(LIBS)
1440
1441semaphoretest$(EXEEXT): $(semaphoretest_OBJECTS) $(semaphoretest_DEPENDENCIES) $(EXTRA_semaphoretest_DEPENDENCIES)
1442	@rm -f semaphoretest$(EXEEXT)
1443	$(AM_V_CXXLD)$(semaphoretest_LINK) $(semaphoretest_OBJECTS) $(semaphoretest_LDADD) $(LIBS)
1444
1445syncedsettingstest$(EXEEXT): $(syncedsettingstest_OBJECTS) $(syncedsettingstest_DEPENDENCIES) $(EXTRA_syncedsettingstest_DEPENDENCIES)
1446	@rm -f syncedsettingstest$(EXEEXT)
1447	$(AM_V_CXXLD)$(syncedsettingstest_LINK) $(syncedsettingstest_OBJECTS) $(syncedsettingstest_LDADD) $(LIBS)
1448
1449translationtest$(EXEEXT): $(translationtest_OBJECTS) $(translationtest_DEPENDENCIES) $(EXTRA_translationtest_DEPENDENCIES)
1450	@rm -f translationtest$(EXEEXT)
1451	$(AM_V_CXXLD)$(translationtest_LINK) $(translationtest_OBJECTS) $(translationtest_LDADD) $(LIBS)
1452
1453mostlyclean-compile:
1454	-rm -f *.$(OBJEXT)
1455
1456distclean-compile:
1457	-rm -f *.tab.c
1458
1459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomictest-atomictest.Po@am__quote@
1460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomictest-uunit.Po@am__quote@
1461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-audiocache.Po@am__quote@
1462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-audiocacheeventhandler.Po@am__quote@
1463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-audiocachefile.Po@am__quote@
1464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-audiocacheidmanager.Po@am__quote@
1465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-audiocachetest.Po@am__quote@
1466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-audiofile.Po@am__quote@
1467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-drumkit_creator.Po@am__quote@
1468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-random.Po@am__quote@
1469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-sem.Po@am__quote@
1470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-thread.Po@am__quote@
1471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocache-uunit.Po@am__quote@
1472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheeventhandler-audiocacheeventhandler.Po@am__quote@
1473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheeventhandler-audiocacheeventhandlertest.Po@am__quote@
1474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheeventhandler-audiocachefile.Po@am__quote@
1475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheeventhandler-audiocacheidmanager.Po@am__quote@
1476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheeventhandler-sem.Po@am__quote@
1477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheeventhandler-thread.Po@am__quote@
1478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheeventhandler-uunit.Po@am__quote@
1479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocachefile-audiocachefile.Po@am__quote@
1480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocachefile-audiocachefiletest.Po@am__quote@
1481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocachefile-audiofile.Po@am__quote@
1482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocachefile-drumkit_creator.Po@am__quote@
1483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocachefile-random.Po@am__quote@
1484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocachefile-sem.Po@am__quote@
1485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocachefile-thread.Po@am__quote@
1486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocachefile-uunit.Po@am__quote@
1487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheidmanager-audiocacheidmanager.Po@am__quote@
1488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheidmanager-audiocacheidmanagertest.Po@am__quote@
1489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiocacheidmanager-uunit.Po@am__quote@
1490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bytesizeparsertest-bytesizeparser.Po@am__quote@
1491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bytesizeparsertest-bytesizeparsertest.Po@am__quote@
1492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bytesizeparsertest-uunit.Po@am__quote@
1493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configfile-configfile.Po@am__quote@
1494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configfile-configtest.Po@am__quote@
1495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configfile-directory.Po@am__quote@
1496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configfile-uunit.Po@am__quote@
1497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configparsertest-configparser.Po@am__quote@
1498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configparsertest-configparsertest.Po@am__quote@
1499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configparsertest-pugixml.Po@am__quote@
1500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configparsertest-uunit.Po@am__quote@
1501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dgxmlparsertest-dgxmlparser.Po@am__quote@
1502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dgxmlparsertest-dgxmlparsertest.Po@am__quote@
1503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dgxmlparsertest-pugixml.Po@am__quote@
1504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dgxmlparsertest-scopedfile.Po@am__quote@
1505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dgxmlparsertest-uunit.Po@am__quote@
1506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domloadertest-domloadertest.Po@am__quote@
1507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domloadertest-scopedfile.Po@am__quote@
1508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domloadertest-uunit.Po@am__quote@
1509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drumkitcreatortest-drumkit_creator.Po@am__quote@
1510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drumkitcreatortest-drumkitcreatortest.Po@am__quote@
1511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drumkitcreatortest-random.Po@am__quote@
1512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drumkitcreatortest-uunit.Po@am__quote@
1513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enginetest-drumkit_creator.Po@am__quote@
1514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enginetest-enginetest.Po@am__quote@
1515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enginetest-uunit.Po@am__quote@
1516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eventsdstest-events_ds.Po@am__quote@
1517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eventsdstest-eventsdstest.Po@am__quote@
1518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eventsdstest-uunit.Po@am__quote@
1519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hugin.Po@am__quote@
1520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagecachetest-imagecachetest.Po@am__quote@
1521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagecachetest-uunit.Po@am__quote@
1522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lv2-drumkit_creator.Po@am__quote@
1523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lv2-lv2.Po@am__quote@
1524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lv2-lv2_test_host.Po@am__quote@
1525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lv2-random.Po@am__quote@
1526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lv2-uunit.Po@am__quote@
1527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midimapparsertest-midimapparser.Po@am__quote@
1528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midimapparsertest-midimapparsertest.Po@am__quote@
1529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midimapparsertest-pugixml.Po@am__quote@
1530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midimapparsertest-scopedfile.Po@am__quote@
1531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midimapparsertest-uunit.Po@am__quote@
1532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notifiertest-notifiertest.Po@am__quote@
1533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notifiertest-uunit.Po@am__quote@
1534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paintertest-paintertest.Po@am__quote@
1535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paintertest-uunit.Po@am__quote@
1536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powermaptest-powermap.Po@am__quote@
1537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powermaptest-powermaptest.Po@am__quote@
1538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powermaptest-uunit.Po@am__quote@
1539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randomtest-random.Po@am__quote@
1540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randomtest-randomtest.Po@am__quote@
1541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randomtest-uunit.Po@am__quote@
1542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource-drumkit_creator.Po@am__quote@
1543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource-random.Po@am__quote@
1544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource-resource.Po@am__quote@
1545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource-resource_data.Po@am__quote@
1546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource-resource_test.Po@am__quote@
1547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource-uunit.Po@am__quote@
1548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/semaphoretest-sem.Po@am__quote@
1549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/semaphoretest-semaphoretest.Po@am__quote@
1550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/semaphoretest-uunit.Po@am__quote@
1551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syncedsettingstest-syncedsettings.Po@am__quote@
1552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syncedsettingstest-uunit.Po@am__quote@
1553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/translationtest-resource.Po@am__quote@
1554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/translationtest-translation.Po@am__quote@
1555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/translationtest-translationtest.Po@am__quote@
1556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/translationtest-translationtest_resource_data.Po@am__quote@
1557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/translationtest-uitranslation.Po@am__quote@
1558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/translationtest-uunit.Po@am__quote@
1559
1560.c.o:
1561@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1562@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1563@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1564@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1565@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1566
1567.c.obj:
1568@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1569@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1570@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1571@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1572@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1573
1574.c.lo:
1575@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1576@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1577@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1578@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1579@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1580
1581hugin.o: $(top_srcdir)/hugin/hugin.c
1582@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hugin.o -MD -MP -MF $(DEPDIR)/hugin.Tpo -c -o hugin.o `test -f '$(top_srcdir)/hugin/hugin.c' || echo '$(srcdir)/'`$(top_srcdir)/hugin/hugin.c
1583@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hugin.Tpo $(DEPDIR)/hugin.Po
1584@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/hugin/hugin.c' object='hugin.o' libtool=no @AMDEPBACKSLASH@
1585@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1586@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hugin.o `test -f '$(top_srcdir)/hugin/hugin.c' || echo '$(srcdir)/'`$(top_srcdir)/hugin/hugin.c
1587
1588hugin.obj: $(top_srcdir)/hugin/hugin.c
1589@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hugin.obj -MD -MP -MF $(DEPDIR)/hugin.Tpo -c -o hugin.obj `if test -f '$(top_srcdir)/hugin/hugin.c'; then $(CYGPATH_W) '$(top_srcdir)/hugin/hugin.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/hugin/hugin.c'; fi`
1590@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hugin.Tpo $(DEPDIR)/hugin.Po
1591@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/hugin/hugin.c' object='hugin.obj' libtool=no @AMDEPBACKSLASH@
1592@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1593@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hugin.obj `if test -f '$(top_srcdir)/hugin/hugin.c'; then $(CYGPATH_W) '$(top_srcdir)/hugin/hugin.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/hugin/hugin.c'; fi`
1594
1595.cc.o:
1596@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1597@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1598@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1599@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1600@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1601
1602.cc.obj:
1603@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1604@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1605@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1606@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1607@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1608
1609.cc.lo:
1610@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1611@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1612@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1613@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1614@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
1615
1616atomictest-atomictest.o: atomictest.cc
1617@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atomictest_CXXFLAGS) $(CXXFLAGS) -MT atomictest-atomictest.o -MD -MP -MF $(DEPDIR)/atomictest-atomictest.Tpo -c -o atomictest-atomictest.o `test -f 'atomictest.cc' || echo '$(srcdir)/'`atomictest.cc
1618@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/atomictest-atomictest.Tpo $(DEPDIR)/atomictest-atomictest.Po
1619@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='atomictest.cc' object='atomictest-atomictest.o' libtool=no @AMDEPBACKSLASH@
1620@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1621@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atomictest_CXXFLAGS) $(CXXFLAGS) -c -o atomictest-atomictest.o `test -f 'atomictest.cc' || echo '$(srcdir)/'`atomictest.cc
1622
1623atomictest-atomictest.obj: atomictest.cc
1624@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atomictest_CXXFLAGS) $(CXXFLAGS) -MT atomictest-atomictest.obj -MD -MP -MF $(DEPDIR)/atomictest-atomictest.Tpo -c -o atomictest-atomictest.obj `if test -f 'atomictest.cc'; then $(CYGPATH_W) 'atomictest.cc'; else $(CYGPATH_W) '$(srcdir)/atomictest.cc'; fi`
1625@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/atomictest-atomictest.Tpo $(DEPDIR)/atomictest-atomictest.Po
1626@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='atomictest.cc' object='atomictest-atomictest.obj' libtool=no @AMDEPBACKSLASH@
1627@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1628@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atomictest_CXXFLAGS) $(CXXFLAGS) -c -o atomictest-atomictest.obj `if test -f 'atomictest.cc'; then $(CYGPATH_W) 'atomictest.cc'; else $(CYGPATH_W) '$(srcdir)/atomictest.cc'; fi`
1629
1630atomictest-uunit.o: uunit/uunit.cc
1631@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atomictest_CXXFLAGS) $(CXXFLAGS) -MT atomictest-uunit.o -MD -MP -MF $(DEPDIR)/atomictest-uunit.Tpo -c -o atomictest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
1632@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/atomictest-uunit.Tpo $(DEPDIR)/atomictest-uunit.Po
1633@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='atomictest-uunit.o' libtool=no @AMDEPBACKSLASH@
1634@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1635@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atomictest_CXXFLAGS) $(CXXFLAGS) -c -o atomictest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
1636
1637atomictest-uunit.obj: uunit/uunit.cc
1638@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atomictest_CXXFLAGS) $(CXXFLAGS) -MT atomictest-uunit.obj -MD -MP -MF $(DEPDIR)/atomictest-uunit.Tpo -c -o atomictest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
1639@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/atomictest-uunit.Tpo $(DEPDIR)/atomictest-uunit.Po
1640@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='atomictest-uunit.obj' libtool=no @AMDEPBACKSLASH@
1641@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1642@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(atomictest_CXXFLAGS) $(CXXFLAGS) -c -o atomictest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
1643
1644audiocache-audiocache.o: $(top_srcdir)/src/audiocache.cc
1645@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocache.o -MD -MP -MF $(DEPDIR)/audiocache-audiocache.Tpo -c -o audiocache-audiocache.o `test -f '$(top_srcdir)/src/audiocache.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocache.cc
1646@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocache.Tpo $(DEPDIR)/audiocache-audiocache.Po
1647@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocache.cc' object='audiocache-audiocache.o' libtool=no @AMDEPBACKSLASH@
1648@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1649@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocache.o `test -f '$(top_srcdir)/src/audiocache.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocache.cc
1650
1651audiocache-audiocache.obj: $(top_srcdir)/src/audiocache.cc
1652@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocache.obj -MD -MP -MF $(DEPDIR)/audiocache-audiocache.Tpo -c -o audiocache-audiocache.obj `if test -f '$(top_srcdir)/src/audiocache.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocache.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocache.cc'; fi`
1653@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocache.Tpo $(DEPDIR)/audiocache-audiocache.Po
1654@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocache.cc' object='audiocache-audiocache.obj' libtool=no @AMDEPBACKSLASH@
1655@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1656@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocache.obj `if test -f '$(top_srcdir)/src/audiocache.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocache.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocache.cc'; fi`
1657
1658audiocache-audiocacheeventhandler.o: $(top_srcdir)/src/audiocacheeventhandler.cc
1659@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocacheeventhandler.o -MD -MP -MF $(DEPDIR)/audiocache-audiocacheeventhandler.Tpo -c -o audiocache-audiocacheeventhandler.o `test -f '$(top_srcdir)/src/audiocacheeventhandler.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheeventhandler.cc
1660@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocacheeventhandler.Tpo $(DEPDIR)/audiocache-audiocacheeventhandler.Po
1661@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheeventhandler.cc' object='audiocache-audiocacheeventhandler.o' libtool=no @AMDEPBACKSLASH@
1662@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1663@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocacheeventhandler.o `test -f '$(top_srcdir)/src/audiocacheeventhandler.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheeventhandler.cc
1664
1665audiocache-audiocacheeventhandler.obj: $(top_srcdir)/src/audiocacheeventhandler.cc
1666@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocacheeventhandler.obj -MD -MP -MF $(DEPDIR)/audiocache-audiocacheeventhandler.Tpo -c -o audiocache-audiocacheeventhandler.obj `if test -f '$(top_srcdir)/src/audiocacheeventhandler.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheeventhandler.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheeventhandler.cc'; fi`
1667@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocacheeventhandler.Tpo $(DEPDIR)/audiocache-audiocacheeventhandler.Po
1668@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheeventhandler.cc' object='audiocache-audiocacheeventhandler.obj' libtool=no @AMDEPBACKSLASH@
1669@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1670@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocacheeventhandler.obj `if test -f '$(top_srcdir)/src/audiocacheeventhandler.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheeventhandler.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheeventhandler.cc'; fi`
1671
1672audiocache-audiocachefile.o: $(top_srcdir)/src/audiocachefile.cc
1673@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocachefile.o -MD -MP -MF $(DEPDIR)/audiocache-audiocachefile.Tpo -c -o audiocache-audiocachefile.o `test -f '$(top_srcdir)/src/audiocachefile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocachefile.cc
1674@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocachefile.Tpo $(DEPDIR)/audiocache-audiocachefile.Po
1675@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocachefile.cc' object='audiocache-audiocachefile.o' libtool=no @AMDEPBACKSLASH@
1676@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1677@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocachefile.o `test -f '$(top_srcdir)/src/audiocachefile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocachefile.cc
1678
1679audiocache-audiocachefile.obj: $(top_srcdir)/src/audiocachefile.cc
1680@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocachefile.obj -MD -MP -MF $(DEPDIR)/audiocache-audiocachefile.Tpo -c -o audiocache-audiocachefile.obj `if test -f '$(top_srcdir)/src/audiocachefile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocachefile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocachefile.cc'; fi`
1681@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocachefile.Tpo $(DEPDIR)/audiocache-audiocachefile.Po
1682@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocachefile.cc' object='audiocache-audiocachefile.obj' libtool=no @AMDEPBACKSLASH@
1683@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1684@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocachefile.obj `if test -f '$(top_srcdir)/src/audiocachefile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocachefile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocachefile.cc'; fi`
1685
1686audiocache-audiocacheidmanager.o: $(top_srcdir)/src/audiocacheidmanager.cc
1687@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocacheidmanager.o -MD -MP -MF $(DEPDIR)/audiocache-audiocacheidmanager.Tpo -c -o audiocache-audiocacheidmanager.o `test -f '$(top_srcdir)/src/audiocacheidmanager.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheidmanager.cc
1688@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocacheidmanager.Tpo $(DEPDIR)/audiocache-audiocacheidmanager.Po
1689@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheidmanager.cc' object='audiocache-audiocacheidmanager.o' libtool=no @AMDEPBACKSLASH@
1690@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1691@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocacheidmanager.o `test -f '$(top_srcdir)/src/audiocacheidmanager.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheidmanager.cc
1692
1693audiocache-audiocacheidmanager.obj: $(top_srcdir)/src/audiocacheidmanager.cc
1694@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocacheidmanager.obj -MD -MP -MF $(DEPDIR)/audiocache-audiocacheidmanager.Tpo -c -o audiocache-audiocacheidmanager.obj `if test -f '$(top_srcdir)/src/audiocacheidmanager.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheidmanager.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheidmanager.cc'; fi`
1695@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocacheidmanager.Tpo $(DEPDIR)/audiocache-audiocacheidmanager.Po
1696@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheidmanager.cc' object='audiocache-audiocacheidmanager.obj' libtool=no @AMDEPBACKSLASH@
1697@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1698@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocacheidmanager.obj `if test -f '$(top_srcdir)/src/audiocacheidmanager.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheidmanager.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheidmanager.cc'; fi`
1699
1700audiocache-thread.o: $(top_srcdir)/src/thread.cc
1701@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-thread.o -MD -MP -MF $(DEPDIR)/audiocache-thread.Tpo -c -o audiocache-thread.o `test -f '$(top_srcdir)/src/thread.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/thread.cc
1702@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-thread.Tpo $(DEPDIR)/audiocache-thread.Po
1703@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/thread.cc' object='audiocache-thread.o' libtool=no @AMDEPBACKSLASH@
1704@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1705@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-thread.o `test -f '$(top_srcdir)/src/thread.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/thread.cc
1706
1707audiocache-thread.obj: $(top_srcdir)/src/thread.cc
1708@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-thread.obj -MD -MP -MF $(DEPDIR)/audiocache-thread.Tpo -c -o audiocache-thread.obj `if test -f '$(top_srcdir)/src/thread.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/thread.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/thread.cc'; fi`
1709@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-thread.Tpo $(DEPDIR)/audiocache-thread.Po
1710@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/thread.cc' object='audiocache-thread.obj' libtool=no @AMDEPBACKSLASH@
1711@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1712@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-thread.obj `if test -f '$(top_srcdir)/src/thread.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/thread.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/thread.cc'; fi`
1713
1714audiocache-sem.o: $(top_srcdir)/src/sem.cc
1715@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-sem.o -MD -MP -MF $(DEPDIR)/audiocache-sem.Tpo -c -o audiocache-sem.o `test -f '$(top_srcdir)/src/sem.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/sem.cc
1716@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-sem.Tpo $(DEPDIR)/audiocache-sem.Po
1717@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/sem.cc' object='audiocache-sem.o' libtool=no @AMDEPBACKSLASH@
1718@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1719@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-sem.o `test -f '$(top_srcdir)/src/sem.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/sem.cc
1720
1721audiocache-sem.obj: $(top_srcdir)/src/sem.cc
1722@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-sem.obj -MD -MP -MF $(DEPDIR)/audiocache-sem.Tpo -c -o audiocache-sem.obj `if test -f '$(top_srcdir)/src/sem.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/sem.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/sem.cc'; fi`
1723@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-sem.Tpo $(DEPDIR)/audiocache-sem.Po
1724@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/sem.cc' object='audiocache-sem.obj' libtool=no @AMDEPBACKSLASH@
1725@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1726@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-sem.obj `if test -f '$(top_srcdir)/src/sem.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/sem.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/sem.cc'; fi`
1727
1728audiocache-audiofile.o: $(top_srcdir)/src/audiofile.cc
1729@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiofile.o -MD -MP -MF $(DEPDIR)/audiocache-audiofile.Tpo -c -o audiocache-audiofile.o `test -f '$(top_srcdir)/src/audiofile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiofile.cc
1730@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiofile.Tpo $(DEPDIR)/audiocache-audiofile.Po
1731@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiofile.cc' object='audiocache-audiofile.o' libtool=no @AMDEPBACKSLASH@
1732@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1733@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiofile.o `test -f '$(top_srcdir)/src/audiofile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiofile.cc
1734
1735audiocache-audiofile.obj: $(top_srcdir)/src/audiofile.cc
1736@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiofile.obj -MD -MP -MF $(DEPDIR)/audiocache-audiofile.Tpo -c -o audiocache-audiofile.obj `if test -f '$(top_srcdir)/src/audiofile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiofile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiofile.cc'; fi`
1737@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiofile.Tpo $(DEPDIR)/audiocache-audiofile.Po
1738@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiofile.cc' object='audiocache-audiofile.obj' libtool=no @AMDEPBACKSLASH@
1739@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1740@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiofile.obj `if test -f '$(top_srcdir)/src/audiofile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiofile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiofile.cc'; fi`
1741
1742audiocache-random.o: $(top_srcdir)/src/random.cc
1743@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-random.o -MD -MP -MF $(DEPDIR)/audiocache-random.Tpo -c -o audiocache-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
1744@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-random.Tpo $(DEPDIR)/audiocache-random.Po
1745@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='audiocache-random.o' libtool=no @AMDEPBACKSLASH@
1746@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1747@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
1748
1749audiocache-random.obj: $(top_srcdir)/src/random.cc
1750@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-random.obj -MD -MP -MF $(DEPDIR)/audiocache-random.Tpo -c -o audiocache-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
1751@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-random.Tpo $(DEPDIR)/audiocache-random.Po
1752@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='audiocache-random.obj' libtool=no @AMDEPBACKSLASH@
1753@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1754@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
1755
1756audiocache-uunit.o: uunit/uunit.cc
1757@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-uunit.o -MD -MP -MF $(DEPDIR)/audiocache-uunit.Tpo -c -o audiocache-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
1758@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-uunit.Tpo $(DEPDIR)/audiocache-uunit.Po
1759@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='audiocache-uunit.o' libtool=no @AMDEPBACKSLASH@
1760@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1761@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
1762
1763audiocache-uunit.obj: uunit/uunit.cc
1764@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-uunit.obj -MD -MP -MF $(DEPDIR)/audiocache-uunit.Tpo -c -o audiocache-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
1765@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-uunit.Tpo $(DEPDIR)/audiocache-uunit.Po
1766@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='audiocache-uunit.obj' libtool=no @AMDEPBACKSLASH@
1767@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1768@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
1769
1770audiocache-drumkit_creator.o: drumkit_creator.cc
1771@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-drumkit_creator.o -MD -MP -MF $(DEPDIR)/audiocache-drumkit_creator.Tpo -c -o audiocache-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
1772@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-drumkit_creator.Tpo $(DEPDIR)/audiocache-drumkit_creator.Po
1773@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='audiocache-drumkit_creator.o' libtool=no @AMDEPBACKSLASH@
1774@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1775@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
1776
1777audiocache-drumkit_creator.obj: drumkit_creator.cc
1778@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-drumkit_creator.obj -MD -MP -MF $(DEPDIR)/audiocache-drumkit_creator.Tpo -c -o audiocache-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
1779@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-drumkit_creator.Tpo $(DEPDIR)/audiocache-drumkit_creator.Po
1780@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='audiocache-drumkit_creator.obj' libtool=no @AMDEPBACKSLASH@
1781@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1782@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
1783
1784audiocache-audiocachetest.o: audiocachetest.cc
1785@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocachetest.o -MD -MP -MF $(DEPDIR)/audiocache-audiocachetest.Tpo -c -o audiocache-audiocachetest.o `test -f 'audiocachetest.cc' || echo '$(srcdir)/'`audiocachetest.cc
1786@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocachetest.Tpo $(DEPDIR)/audiocache-audiocachetest.Po
1787@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocachetest.cc' object='audiocache-audiocachetest.o' libtool=no @AMDEPBACKSLASH@
1788@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1789@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocachetest.o `test -f 'audiocachetest.cc' || echo '$(srcdir)/'`audiocachetest.cc
1790
1791audiocache-audiocachetest.obj: audiocachetest.cc
1792@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -MT audiocache-audiocachetest.obj -MD -MP -MF $(DEPDIR)/audiocache-audiocachetest.Tpo -c -o audiocache-audiocachetest.obj `if test -f 'audiocachetest.cc'; then $(CYGPATH_W) 'audiocachetest.cc'; else $(CYGPATH_W) '$(srcdir)/audiocachetest.cc'; fi`
1793@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocache-audiocachetest.Tpo $(DEPDIR)/audiocache-audiocachetest.Po
1794@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocachetest.cc' object='audiocache-audiocachetest.obj' libtool=no @AMDEPBACKSLASH@
1795@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1796@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocache_CXXFLAGS) $(CXXFLAGS) -c -o audiocache-audiocachetest.obj `if test -f 'audiocachetest.cc'; then $(CYGPATH_W) 'audiocachetest.cc'; else $(CYGPATH_W) '$(srcdir)/audiocachetest.cc'; fi`
1797
1798audiocacheeventhandler-audiocacheeventhandler.o: $(top_srcdir)/src/audiocacheeventhandler.cc
1799@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-audiocacheeventhandler.o -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandler.Tpo -c -o audiocacheeventhandler-audiocacheeventhandler.o `test -f '$(top_srcdir)/src/audiocacheeventhandler.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheeventhandler.cc
1800@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandler.Tpo $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandler.Po
1801@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheeventhandler.cc' object='audiocacheeventhandler-audiocacheeventhandler.o' libtool=no @AMDEPBACKSLASH@
1802@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1803@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-audiocacheeventhandler.o `test -f '$(top_srcdir)/src/audiocacheeventhandler.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheeventhandler.cc
1804
1805audiocacheeventhandler-audiocacheeventhandler.obj: $(top_srcdir)/src/audiocacheeventhandler.cc
1806@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-audiocacheeventhandler.obj -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandler.Tpo -c -o audiocacheeventhandler-audiocacheeventhandler.obj `if test -f '$(top_srcdir)/src/audiocacheeventhandler.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheeventhandler.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheeventhandler.cc'; fi`
1807@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandler.Tpo $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandler.Po
1808@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheeventhandler.cc' object='audiocacheeventhandler-audiocacheeventhandler.obj' libtool=no @AMDEPBACKSLASH@
1809@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1810@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-audiocacheeventhandler.obj `if test -f '$(top_srcdir)/src/audiocacheeventhandler.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheeventhandler.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheeventhandler.cc'; fi`
1811
1812audiocacheeventhandler-audiocacheidmanager.o: $(top_srcdir)/src/audiocacheidmanager.cc
1813@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-audiocacheidmanager.o -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-audiocacheidmanager.Tpo -c -o audiocacheeventhandler-audiocacheidmanager.o `test -f '$(top_srcdir)/src/audiocacheidmanager.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheidmanager.cc
1814@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-audiocacheidmanager.Tpo $(DEPDIR)/audiocacheeventhandler-audiocacheidmanager.Po
1815@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheidmanager.cc' object='audiocacheeventhandler-audiocacheidmanager.o' libtool=no @AMDEPBACKSLASH@
1816@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1817@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-audiocacheidmanager.o `test -f '$(top_srcdir)/src/audiocacheidmanager.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheidmanager.cc
1818
1819audiocacheeventhandler-audiocacheidmanager.obj: $(top_srcdir)/src/audiocacheidmanager.cc
1820@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-audiocacheidmanager.obj -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-audiocacheidmanager.Tpo -c -o audiocacheeventhandler-audiocacheidmanager.obj `if test -f '$(top_srcdir)/src/audiocacheidmanager.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheidmanager.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheidmanager.cc'; fi`
1821@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-audiocacheidmanager.Tpo $(DEPDIR)/audiocacheeventhandler-audiocacheidmanager.Po
1822@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheidmanager.cc' object='audiocacheeventhandler-audiocacheidmanager.obj' libtool=no @AMDEPBACKSLASH@
1823@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1824@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-audiocacheidmanager.obj `if test -f '$(top_srcdir)/src/audiocacheidmanager.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheidmanager.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheidmanager.cc'; fi`
1825
1826audiocacheeventhandler-audiocachefile.o: $(top_srcdir)/src/audiocachefile.cc
1827@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-audiocachefile.o -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-audiocachefile.Tpo -c -o audiocacheeventhandler-audiocachefile.o `test -f '$(top_srcdir)/src/audiocachefile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocachefile.cc
1828@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-audiocachefile.Tpo $(DEPDIR)/audiocacheeventhandler-audiocachefile.Po
1829@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocachefile.cc' object='audiocacheeventhandler-audiocachefile.o' libtool=no @AMDEPBACKSLASH@
1830@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1831@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-audiocachefile.o `test -f '$(top_srcdir)/src/audiocachefile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocachefile.cc
1832
1833audiocacheeventhandler-audiocachefile.obj: $(top_srcdir)/src/audiocachefile.cc
1834@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-audiocachefile.obj -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-audiocachefile.Tpo -c -o audiocacheeventhandler-audiocachefile.obj `if test -f '$(top_srcdir)/src/audiocachefile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocachefile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocachefile.cc'; fi`
1835@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-audiocachefile.Tpo $(DEPDIR)/audiocacheeventhandler-audiocachefile.Po
1836@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocachefile.cc' object='audiocacheeventhandler-audiocachefile.obj' libtool=no @AMDEPBACKSLASH@
1837@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1838@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-audiocachefile.obj `if test -f '$(top_srcdir)/src/audiocachefile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocachefile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocachefile.cc'; fi`
1839
1840audiocacheeventhandler-thread.o: $(top_srcdir)/src/thread.cc
1841@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-thread.o -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-thread.Tpo -c -o audiocacheeventhandler-thread.o `test -f '$(top_srcdir)/src/thread.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/thread.cc
1842@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-thread.Tpo $(DEPDIR)/audiocacheeventhandler-thread.Po
1843@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/thread.cc' object='audiocacheeventhandler-thread.o' libtool=no @AMDEPBACKSLASH@
1844@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1845@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-thread.o `test -f '$(top_srcdir)/src/thread.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/thread.cc
1846
1847audiocacheeventhandler-thread.obj: $(top_srcdir)/src/thread.cc
1848@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-thread.obj -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-thread.Tpo -c -o audiocacheeventhandler-thread.obj `if test -f '$(top_srcdir)/src/thread.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/thread.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/thread.cc'; fi`
1849@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-thread.Tpo $(DEPDIR)/audiocacheeventhandler-thread.Po
1850@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/thread.cc' object='audiocacheeventhandler-thread.obj' libtool=no @AMDEPBACKSLASH@
1851@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1852@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-thread.obj `if test -f '$(top_srcdir)/src/thread.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/thread.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/thread.cc'; fi`
1853
1854audiocacheeventhandler-sem.o: $(top_srcdir)/src/sem.cc
1855@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-sem.o -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-sem.Tpo -c -o audiocacheeventhandler-sem.o `test -f '$(top_srcdir)/src/sem.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/sem.cc
1856@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-sem.Tpo $(DEPDIR)/audiocacheeventhandler-sem.Po
1857@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/sem.cc' object='audiocacheeventhandler-sem.o' libtool=no @AMDEPBACKSLASH@
1858@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1859@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-sem.o `test -f '$(top_srcdir)/src/sem.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/sem.cc
1860
1861audiocacheeventhandler-sem.obj: $(top_srcdir)/src/sem.cc
1862@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-sem.obj -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-sem.Tpo -c -o audiocacheeventhandler-sem.obj `if test -f '$(top_srcdir)/src/sem.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/sem.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/sem.cc'; fi`
1863@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-sem.Tpo $(DEPDIR)/audiocacheeventhandler-sem.Po
1864@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/sem.cc' object='audiocacheeventhandler-sem.obj' libtool=no @AMDEPBACKSLASH@
1865@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1866@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-sem.obj `if test -f '$(top_srcdir)/src/sem.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/sem.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/sem.cc'; fi`
1867
1868audiocacheeventhandler-uunit.o: uunit/uunit.cc
1869@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-uunit.o -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-uunit.Tpo -c -o audiocacheeventhandler-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
1870@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-uunit.Tpo $(DEPDIR)/audiocacheeventhandler-uunit.Po
1871@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='audiocacheeventhandler-uunit.o' libtool=no @AMDEPBACKSLASH@
1872@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1873@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
1874
1875audiocacheeventhandler-uunit.obj: uunit/uunit.cc
1876@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-uunit.obj -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-uunit.Tpo -c -o audiocacheeventhandler-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
1877@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-uunit.Tpo $(DEPDIR)/audiocacheeventhandler-uunit.Po
1878@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='audiocacheeventhandler-uunit.obj' libtool=no @AMDEPBACKSLASH@
1879@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1880@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
1881
1882audiocacheeventhandler-audiocacheeventhandlertest.o: audiocacheeventhandlertest.cc
1883@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-audiocacheeventhandlertest.o -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandlertest.Tpo -c -o audiocacheeventhandler-audiocacheeventhandlertest.o `test -f 'audiocacheeventhandlertest.cc' || echo '$(srcdir)/'`audiocacheeventhandlertest.cc
1884@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandlertest.Tpo $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandlertest.Po
1885@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocacheeventhandlertest.cc' object='audiocacheeventhandler-audiocacheeventhandlertest.o' libtool=no @AMDEPBACKSLASH@
1886@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1887@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-audiocacheeventhandlertest.o `test -f 'audiocacheeventhandlertest.cc' || echo '$(srcdir)/'`audiocacheeventhandlertest.cc
1888
1889audiocacheeventhandler-audiocacheeventhandlertest.obj: audiocacheeventhandlertest.cc
1890@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -MT audiocacheeventhandler-audiocacheeventhandlertest.obj -MD -MP -MF $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandlertest.Tpo -c -o audiocacheeventhandler-audiocacheeventhandlertest.obj `if test -f 'audiocacheeventhandlertest.cc'; then $(CYGPATH_W) 'audiocacheeventhandlertest.cc'; else $(CYGPATH_W) '$(srcdir)/audiocacheeventhandlertest.cc'; fi`
1891@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandlertest.Tpo $(DEPDIR)/audiocacheeventhandler-audiocacheeventhandlertest.Po
1892@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocacheeventhandlertest.cc' object='audiocacheeventhandler-audiocacheeventhandlertest.obj' libtool=no @AMDEPBACKSLASH@
1893@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1894@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheeventhandler_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheeventhandler-audiocacheeventhandlertest.obj `if test -f 'audiocacheeventhandlertest.cc'; then $(CYGPATH_W) 'audiocacheeventhandlertest.cc'; else $(CYGPATH_W) '$(srcdir)/audiocacheeventhandlertest.cc'; fi`
1895
1896audiocachefile-audiocachefile.o: $(top_srcdir)/src/audiocachefile.cc
1897@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-audiocachefile.o -MD -MP -MF $(DEPDIR)/audiocachefile-audiocachefile.Tpo -c -o audiocachefile-audiocachefile.o `test -f '$(top_srcdir)/src/audiocachefile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocachefile.cc
1898@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-audiocachefile.Tpo $(DEPDIR)/audiocachefile-audiocachefile.Po
1899@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocachefile.cc' object='audiocachefile-audiocachefile.o' libtool=no @AMDEPBACKSLASH@
1900@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1901@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-audiocachefile.o `test -f '$(top_srcdir)/src/audiocachefile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocachefile.cc
1902
1903audiocachefile-audiocachefile.obj: $(top_srcdir)/src/audiocachefile.cc
1904@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-audiocachefile.obj -MD -MP -MF $(DEPDIR)/audiocachefile-audiocachefile.Tpo -c -o audiocachefile-audiocachefile.obj `if test -f '$(top_srcdir)/src/audiocachefile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocachefile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocachefile.cc'; fi`
1905@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-audiocachefile.Tpo $(DEPDIR)/audiocachefile-audiocachefile.Po
1906@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocachefile.cc' object='audiocachefile-audiocachefile.obj' libtool=no @AMDEPBACKSLASH@
1907@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1908@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-audiocachefile.obj `if test -f '$(top_srcdir)/src/audiocachefile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocachefile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocachefile.cc'; fi`
1909
1910audiocachefile-thread.o: $(top_srcdir)/src/thread.cc
1911@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-thread.o -MD -MP -MF $(DEPDIR)/audiocachefile-thread.Tpo -c -o audiocachefile-thread.o `test -f '$(top_srcdir)/src/thread.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/thread.cc
1912@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-thread.Tpo $(DEPDIR)/audiocachefile-thread.Po
1913@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/thread.cc' object='audiocachefile-thread.o' libtool=no @AMDEPBACKSLASH@
1914@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1915@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-thread.o `test -f '$(top_srcdir)/src/thread.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/thread.cc
1916
1917audiocachefile-thread.obj: $(top_srcdir)/src/thread.cc
1918@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-thread.obj -MD -MP -MF $(DEPDIR)/audiocachefile-thread.Tpo -c -o audiocachefile-thread.obj `if test -f '$(top_srcdir)/src/thread.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/thread.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/thread.cc'; fi`
1919@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-thread.Tpo $(DEPDIR)/audiocachefile-thread.Po
1920@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/thread.cc' object='audiocachefile-thread.obj' libtool=no @AMDEPBACKSLASH@
1921@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1922@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-thread.obj `if test -f '$(top_srcdir)/src/thread.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/thread.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/thread.cc'; fi`
1923
1924audiocachefile-sem.o: $(top_srcdir)/src/sem.cc
1925@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-sem.o -MD -MP -MF $(DEPDIR)/audiocachefile-sem.Tpo -c -o audiocachefile-sem.o `test -f '$(top_srcdir)/src/sem.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/sem.cc
1926@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-sem.Tpo $(DEPDIR)/audiocachefile-sem.Po
1927@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/sem.cc' object='audiocachefile-sem.o' libtool=no @AMDEPBACKSLASH@
1928@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1929@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-sem.o `test -f '$(top_srcdir)/src/sem.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/sem.cc
1930
1931audiocachefile-sem.obj: $(top_srcdir)/src/sem.cc
1932@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-sem.obj -MD -MP -MF $(DEPDIR)/audiocachefile-sem.Tpo -c -o audiocachefile-sem.obj `if test -f '$(top_srcdir)/src/sem.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/sem.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/sem.cc'; fi`
1933@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-sem.Tpo $(DEPDIR)/audiocachefile-sem.Po
1934@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/sem.cc' object='audiocachefile-sem.obj' libtool=no @AMDEPBACKSLASH@
1935@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1936@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-sem.obj `if test -f '$(top_srcdir)/src/sem.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/sem.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/sem.cc'; fi`
1937
1938audiocachefile-audiofile.o: $(top_srcdir)/src/audiofile.cc
1939@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-audiofile.o -MD -MP -MF $(DEPDIR)/audiocachefile-audiofile.Tpo -c -o audiocachefile-audiofile.o `test -f '$(top_srcdir)/src/audiofile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiofile.cc
1940@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-audiofile.Tpo $(DEPDIR)/audiocachefile-audiofile.Po
1941@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiofile.cc' object='audiocachefile-audiofile.o' libtool=no @AMDEPBACKSLASH@
1942@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1943@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-audiofile.o `test -f '$(top_srcdir)/src/audiofile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiofile.cc
1944
1945audiocachefile-audiofile.obj: $(top_srcdir)/src/audiofile.cc
1946@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-audiofile.obj -MD -MP -MF $(DEPDIR)/audiocachefile-audiofile.Tpo -c -o audiocachefile-audiofile.obj `if test -f '$(top_srcdir)/src/audiofile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiofile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiofile.cc'; fi`
1947@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-audiofile.Tpo $(DEPDIR)/audiocachefile-audiofile.Po
1948@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiofile.cc' object='audiocachefile-audiofile.obj' libtool=no @AMDEPBACKSLASH@
1949@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1950@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-audiofile.obj `if test -f '$(top_srcdir)/src/audiofile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiofile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiofile.cc'; fi`
1951
1952audiocachefile-random.o: $(top_srcdir)/src/random.cc
1953@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-random.o -MD -MP -MF $(DEPDIR)/audiocachefile-random.Tpo -c -o audiocachefile-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
1954@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-random.Tpo $(DEPDIR)/audiocachefile-random.Po
1955@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='audiocachefile-random.o' libtool=no @AMDEPBACKSLASH@
1956@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1957@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
1958
1959audiocachefile-random.obj: $(top_srcdir)/src/random.cc
1960@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-random.obj -MD -MP -MF $(DEPDIR)/audiocachefile-random.Tpo -c -o audiocachefile-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
1961@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-random.Tpo $(DEPDIR)/audiocachefile-random.Po
1962@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='audiocachefile-random.obj' libtool=no @AMDEPBACKSLASH@
1963@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1964@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
1965
1966audiocachefile-uunit.o: uunit/uunit.cc
1967@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-uunit.o -MD -MP -MF $(DEPDIR)/audiocachefile-uunit.Tpo -c -o audiocachefile-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
1968@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-uunit.Tpo $(DEPDIR)/audiocachefile-uunit.Po
1969@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='audiocachefile-uunit.o' libtool=no @AMDEPBACKSLASH@
1970@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1971@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
1972
1973audiocachefile-uunit.obj: uunit/uunit.cc
1974@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-uunit.obj -MD -MP -MF $(DEPDIR)/audiocachefile-uunit.Tpo -c -o audiocachefile-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
1975@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-uunit.Tpo $(DEPDIR)/audiocachefile-uunit.Po
1976@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='audiocachefile-uunit.obj' libtool=no @AMDEPBACKSLASH@
1977@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1978@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
1979
1980audiocachefile-drumkit_creator.o: drumkit_creator.cc
1981@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-drumkit_creator.o -MD -MP -MF $(DEPDIR)/audiocachefile-drumkit_creator.Tpo -c -o audiocachefile-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
1982@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-drumkit_creator.Tpo $(DEPDIR)/audiocachefile-drumkit_creator.Po
1983@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='audiocachefile-drumkit_creator.o' libtool=no @AMDEPBACKSLASH@
1984@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1985@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
1986
1987audiocachefile-drumkit_creator.obj: drumkit_creator.cc
1988@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-drumkit_creator.obj -MD -MP -MF $(DEPDIR)/audiocachefile-drumkit_creator.Tpo -c -o audiocachefile-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
1989@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-drumkit_creator.Tpo $(DEPDIR)/audiocachefile-drumkit_creator.Po
1990@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='audiocachefile-drumkit_creator.obj' libtool=no @AMDEPBACKSLASH@
1991@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1992@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
1993
1994audiocachefile-audiocachefiletest.o: audiocachefiletest.cc
1995@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-audiocachefiletest.o -MD -MP -MF $(DEPDIR)/audiocachefile-audiocachefiletest.Tpo -c -o audiocachefile-audiocachefiletest.o `test -f 'audiocachefiletest.cc' || echo '$(srcdir)/'`audiocachefiletest.cc
1996@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-audiocachefiletest.Tpo $(DEPDIR)/audiocachefile-audiocachefiletest.Po
1997@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocachefiletest.cc' object='audiocachefile-audiocachefiletest.o' libtool=no @AMDEPBACKSLASH@
1998@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1999@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-audiocachefiletest.o `test -f 'audiocachefiletest.cc' || echo '$(srcdir)/'`audiocachefiletest.cc
2000
2001audiocachefile-audiocachefiletest.obj: audiocachefiletest.cc
2002@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -MT audiocachefile-audiocachefiletest.obj -MD -MP -MF $(DEPDIR)/audiocachefile-audiocachefiletest.Tpo -c -o audiocachefile-audiocachefiletest.obj `if test -f 'audiocachefiletest.cc'; then $(CYGPATH_W) 'audiocachefiletest.cc'; else $(CYGPATH_W) '$(srcdir)/audiocachefiletest.cc'; fi`
2003@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocachefile-audiocachefiletest.Tpo $(DEPDIR)/audiocachefile-audiocachefiletest.Po
2004@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocachefiletest.cc' object='audiocachefile-audiocachefiletest.obj' libtool=no @AMDEPBACKSLASH@
2005@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2006@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocachefile_CXXFLAGS) $(CXXFLAGS) -c -o audiocachefile-audiocachefiletest.obj `if test -f 'audiocachefiletest.cc'; then $(CYGPATH_W) 'audiocachefiletest.cc'; else $(CYGPATH_W) '$(srcdir)/audiocachefiletest.cc'; fi`
2007
2008audiocacheidmanager-audiocacheidmanager.o: $(top_srcdir)/src/audiocacheidmanager.cc
2009@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -MT audiocacheidmanager-audiocacheidmanager.o -MD -MP -MF $(DEPDIR)/audiocacheidmanager-audiocacheidmanager.Tpo -c -o audiocacheidmanager-audiocacheidmanager.o `test -f '$(top_srcdir)/src/audiocacheidmanager.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheidmanager.cc
2010@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheidmanager-audiocacheidmanager.Tpo $(DEPDIR)/audiocacheidmanager-audiocacheidmanager.Po
2011@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheidmanager.cc' object='audiocacheidmanager-audiocacheidmanager.o' libtool=no @AMDEPBACKSLASH@
2012@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2013@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheidmanager-audiocacheidmanager.o `test -f '$(top_srcdir)/src/audiocacheidmanager.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/audiocacheidmanager.cc
2014
2015audiocacheidmanager-audiocacheidmanager.obj: $(top_srcdir)/src/audiocacheidmanager.cc
2016@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -MT audiocacheidmanager-audiocacheidmanager.obj -MD -MP -MF $(DEPDIR)/audiocacheidmanager-audiocacheidmanager.Tpo -c -o audiocacheidmanager-audiocacheidmanager.obj `if test -f '$(top_srcdir)/src/audiocacheidmanager.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheidmanager.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheidmanager.cc'; fi`
2017@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheidmanager-audiocacheidmanager.Tpo $(DEPDIR)/audiocacheidmanager-audiocacheidmanager.Po
2018@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/audiocacheidmanager.cc' object='audiocacheidmanager-audiocacheidmanager.obj' libtool=no @AMDEPBACKSLASH@
2019@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2020@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheidmanager-audiocacheidmanager.obj `if test -f '$(top_srcdir)/src/audiocacheidmanager.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/audiocacheidmanager.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/audiocacheidmanager.cc'; fi`
2021
2022audiocacheidmanager-uunit.o: uunit/uunit.cc
2023@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -MT audiocacheidmanager-uunit.o -MD -MP -MF $(DEPDIR)/audiocacheidmanager-uunit.Tpo -c -o audiocacheidmanager-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2024@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheidmanager-uunit.Tpo $(DEPDIR)/audiocacheidmanager-uunit.Po
2025@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='audiocacheidmanager-uunit.o' libtool=no @AMDEPBACKSLASH@
2026@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2027@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheidmanager-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2028
2029audiocacheidmanager-uunit.obj: uunit/uunit.cc
2030@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -MT audiocacheidmanager-uunit.obj -MD -MP -MF $(DEPDIR)/audiocacheidmanager-uunit.Tpo -c -o audiocacheidmanager-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2031@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheidmanager-uunit.Tpo $(DEPDIR)/audiocacheidmanager-uunit.Po
2032@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='audiocacheidmanager-uunit.obj' libtool=no @AMDEPBACKSLASH@
2033@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2034@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheidmanager-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2035
2036audiocacheidmanager-audiocacheidmanagertest.o: audiocacheidmanagertest.cc
2037@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -MT audiocacheidmanager-audiocacheidmanagertest.o -MD -MP -MF $(DEPDIR)/audiocacheidmanager-audiocacheidmanagertest.Tpo -c -o audiocacheidmanager-audiocacheidmanagertest.o `test -f 'audiocacheidmanagertest.cc' || echo '$(srcdir)/'`audiocacheidmanagertest.cc
2038@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheidmanager-audiocacheidmanagertest.Tpo $(DEPDIR)/audiocacheidmanager-audiocacheidmanagertest.Po
2039@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocacheidmanagertest.cc' object='audiocacheidmanager-audiocacheidmanagertest.o' libtool=no @AMDEPBACKSLASH@
2040@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2041@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheidmanager-audiocacheidmanagertest.o `test -f 'audiocacheidmanagertest.cc' || echo '$(srcdir)/'`audiocacheidmanagertest.cc
2042
2043audiocacheidmanager-audiocacheidmanagertest.obj: audiocacheidmanagertest.cc
2044@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -MT audiocacheidmanager-audiocacheidmanagertest.obj -MD -MP -MF $(DEPDIR)/audiocacheidmanager-audiocacheidmanagertest.Tpo -c -o audiocacheidmanager-audiocacheidmanagertest.obj `if test -f 'audiocacheidmanagertest.cc'; then $(CYGPATH_W) 'audiocacheidmanagertest.cc'; else $(CYGPATH_W) '$(srcdir)/audiocacheidmanagertest.cc'; fi`
2045@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/audiocacheidmanager-audiocacheidmanagertest.Tpo $(DEPDIR)/audiocacheidmanager-audiocacheidmanagertest.Po
2046@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocacheidmanagertest.cc' object='audiocacheidmanager-audiocacheidmanagertest.obj' libtool=no @AMDEPBACKSLASH@
2047@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2048@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(audiocacheidmanager_CXXFLAGS) $(CXXFLAGS) -c -o audiocacheidmanager-audiocacheidmanagertest.obj `if test -f 'audiocacheidmanagertest.cc'; then $(CYGPATH_W) 'audiocacheidmanagertest.cc'; else $(CYGPATH_W) '$(srcdir)/audiocacheidmanagertest.cc'; fi`
2049
2050bytesizeparsertest-bytesizeparser.o: $(top_srcdir)/src/bytesizeparser.cc
2051@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -MT bytesizeparsertest-bytesizeparser.o -MD -MP -MF $(DEPDIR)/bytesizeparsertest-bytesizeparser.Tpo -c -o bytesizeparsertest-bytesizeparser.o `test -f '$(top_srcdir)/src/bytesizeparser.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/bytesizeparser.cc
2052@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bytesizeparsertest-bytesizeparser.Tpo $(DEPDIR)/bytesizeparsertest-bytesizeparser.Po
2053@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/bytesizeparser.cc' object='bytesizeparsertest-bytesizeparser.o' libtool=no @AMDEPBACKSLASH@
2054@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2055@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -c -o bytesizeparsertest-bytesizeparser.o `test -f '$(top_srcdir)/src/bytesizeparser.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/bytesizeparser.cc
2056
2057bytesizeparsertest-bytesizeparser.obj: $(top_srcdir)/src/bytesizeparser.cc
2058@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -MT bytesizeparsertest-bytesizeparser.obj -MD -MP -MF $(DEPDIR)/bytesizeparsertest-bytesizeparser.Tpo -c -o bytesizeparsertest-bytesizeparser.obj `if test -f '$(top_srcdir)/src/bytesizeparser.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/bytesizeparser.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/bytesizeparser.cc'; fi`
2059@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bytesizeparsertest-bytesizeparser.Tpo $(DEPDIR)/bytesizeparsertest-bytesizeparser.Po
2060@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/bytesizeparser.cc' object='bytesizeparsertest-bytesizeparser.obj' libtool=no @AMDEPBACKSLASH@
2061@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2062@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -c -o bytesizeparsertest-bytesizeparser.obj `if test -f '$(top_srcdir)/src/bytesizeparser.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/bytesizeparser.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/bytesizeparser.cc'; fi`
2063
2064bytesizeparsertest-bytesizeparsertest.o: bytesizeparsertest.cc
2065@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -MT bytesizeparsertest-bytesizeparsertest.o -MD -MP -MF $(DEPDIR)/bytesizeparsertest-bytesizeparsertest.Tpo -c -o bytesizeparsertest-bytesizeparsertest.o `test -f 'bytesizeparsertest.cc' || echo '$(srcdir)/'`bytesizeparsertest.cc
2066@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bytesizeparsertest-bytesizeparsertest.Tpo $(DEPDIR)/bytesizeparsertest-bytesizeparsertest.Po
2067@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='bytesizeparsertest.cc' object='bytesizeparsertest-bytesizeparsertest.o' libtool=no @AMDEPBACKSLASH@
2068@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2069@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -c -o bytesizeparsertest-bytesizeparsertest.o `test -f 'bytesizeparsertest.cc' || echo '$(srcdir)/'`bytesizeparsertest.cc
2070
2071bytesizeparsertest-bytesizeparsertest.obj: bytesizeparsertest.cc
2072@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -MT bytesizeparsertest-bytesizeparsertest.obj -MD -MP -MF $(DEPDIR)/bytesizeparsertest-bytesizeparsertest.Tpo -c -o bytesizeparsertest-bytesizeparsertest.obj `if test -f 'bytesizeparsertest.cc'; then $(CYGPATH_W) 'bytesizeparsertest.cc'; else $(CYGPATH_W) '$(srcdir)/bytesizeparsertest.cc'; fi`
2073@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bytesizeparsertest-bytesizeparsertest.Tpo $(DEPDIR)/bytesizeparsertest-bytesizeparsertest.Po
2074@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='bytesizeparsertest.cc' object='bytesizeparsertest-bytesizeparsertest.obj' libtool=no @AMDEPBACKSLASH@
2075@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2076@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -c -o bytesizeparsertest-bytesizeparsertest.obj `if test -f 'bytesizeparsertest.cc'; then $(CYGPATH_W) 'bytesizeparsertest.cc'; else $(CYGPATH_W) '$(srcdir)/bytesizeparsertest.cc'; fi`
2077
2078bytesizeparsertest-uunit.o: uunit/uunit.cc
2079@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -MT bytesizeparsertest-uunit.o -MD -MP -MF $(DEPDIR)/bytesizeparsertest-uunit.Tpo -c -o bytesizeparsertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2080@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bytesizeparsertest-uunit.Tpo $(DEPDIR)/bytesizeparsertest-uunit.Po
2081@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='bytesizeparsertest-uunit.o' libtool=no @AMDEPBACKSLASH@
2082@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2083@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -c -o bytesizeparsertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2084
2085bytesizeparsertest-uunit.obj: uunit/uunit.cc
2086@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -MT bytesizeparsertest-uunit.obj -MD -MP -MF $(DEPDIR)/bytesizeparsertest-uunit.Tpo -c -o bytesizeparsertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2087@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bytesizeparsertest-uunit.Tpo $(DEPDIR)/bytesizeparsertest-uunit.Po
2088@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='bytesizeparsertest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2089@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2090@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bytesizeparsertest_CXXFLAGS) $(CXXFLAGS) -c -o bytesizeparsertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2091
2092configfile-configfile.o: $(top_srcdir)/src/configfile.cc
2093@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -MT configfile-configfile.o -MD -MP -MF $(DEPDIR)/configfile-configfile.Tpo -c -o configfile-configfile.o `test -f '$(top_srcdir)/src/configfile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/configfile.cc
2094@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configfile-configfile.Tpo $(DEPDIR)/configfile-configfile.Po
2095@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/configfile.cc' object='configfile-configfile.o' libtool=no @AMDEPBACKSLASH@
2096@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2097@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -c -o configfile-configfile.o `test -f '$(top_srcdir)/src/configfile.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/configfile.cc
2098
2099configfile-configfile.obj: $(top_srcdir)/src/configfile.cc
2100@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -MT configfile-configfile.obj -MD -MP -MF $(DEPDIR)/configfile-configfile.Tpo -c -o configfile-configfile.obj `if test -f '$(top_srcdir)/src/configfile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/configfile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/configfile.cc'; fi`
2101@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configfile-configfile.Tpo $(DEPDIR)/configfile-configfile.Po
2102@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/configfile.cc' object='configfile-configfile.obj' libtool=no @AMDEPBACKSLASH@
2103@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2104@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -c -o configfile-configfile.obj `if test -f '$(top_srcdir)/src/configfile.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/configfile.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/configfile.cc'; fi`
2105
2106configfile-directory.o: $(top_srcdir)/src/directory.cc
2107@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -MT configfile-directory.o -MD -MP -MF $(DEPDIR)/configfile-directory.Tpo -c -o configfile-directory.o `test -f '$(top_srcdir)/src/directory.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/directory.cc
2108@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configfile-directory.Tpo $(DEPDIR)/configfile-directory.Po
2109@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/directory.cc' object='configfile-directory.o' libtool=no @AMDEPBACKSLASH@
2110@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2111@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -c -o configfile-directory.o `test -f '$(top_srcdir)/src/directory.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/directory.cc
2112
2113configfile-directory.obj: $(top_srcdir)/src/directory.cc
2114@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -MT configfile-directory.obj -MD -MP -MF $(DEPDIR)/configfile-directory.Tpo -c -o configfile-directory.obj `if test -f '$(top_srcdir)/src/directory.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/directory.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/directory.cc'; fi`
2115@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configfile-directory.Tpo $(DEPDIR)/configfile-directory.Po
2116@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/directory.cc' object='configfile-directory.obj' libtool=no @AMDEPBACKSLASH@
2117@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2118@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -c -o configfile-directory.obj `if test -f '$(top_srcdir)/src/directory.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/directory.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/directory.cc'; fi`
2119
2120configfile-uunit.o: uunit/uunit.cc
2121@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -MT configfile-uunit.o -MD -MP -MF $(DEPDIR)/configfile-uunit.Tpo -c -o configfile-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2122@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configfile-uunit.Tpo $(DEPDIR)/configfile-uunit.Po
2123@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='configfile-uunit.o' libtool=no @AMDEPBACKSLASH@
2124@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2125@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -c -o configfile-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2126
2127configfile-uunit.obj: uunit/uunit.cc
2128@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -MT configfile-uunit.obj -MD -MP -MF $(DEPDIR)/configfile-uunit.Tpo -c -o configfile-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2129@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configfile-uunit.Tpo $(DEPDIR)/configfile-uunit.Po
2130@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='configfile-uunit.obj' libtool=no @AMDEPBACKSLASH@
2131@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2132@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -c -o configfile-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2133
2134configfile-configtest.o: configtest.cc
2135@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -MT configfile-configtest.o -MD -MP -MF $(DEPDIR)/configfile-configtest.Tpo -c -o configfile-configtest.o `test -f 'configtest.cc' || echo '$(srcdir)/'`configtest.cc
2136@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configfile-configtest.Tpo $(DEPDIR)/configfile-configtest.Po
2137@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='configtest.cc' object='configfile-configtest.o' libtool=no @AMDEPBACKSLASH@
2138@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2139@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -c -o configfile-configtest.o `test -f 'configtest.cc' || echo '$(srcdir)/'`configtest.cc
2140
2141configfile-configtest.obj: configtest.cc
2142@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -MT configfile-configtest.obj -MD -MP -MF $(DEPDIR)/configfile-configtest.Tpo -c -o configfile-configtest.obj `if test -f 'configtest.cc'; then $(CYGPATH_W) 'configtest.cc'; else $(CYGPATH_W) '$(srcdir)/configtest.cc'; fi`
2143@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configfile-configtest.Tpo $(DEPDIR)/configfile-configtest.Po
2144@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='configtest.cc' object='configfile-configtest.obj' libtool=no @AMDEPBACKSLASH@
2145@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2146@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configfile_CXXFLAGS) $(CXXFLAGS) -c -o configfile-configtest.obj `if test -f 'configtest.cc'; then $(CYGPATH_W) 'configtest.cc'; else $(CYGPATH_W) '$(srcdir)/configtest.cc'; fi`
2147
2148configparsertest-configparser.o: $(top_srcdir)/src/configparser.cc
2149@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -MT configparsertest-configparser.o -MD -MP -MF $(DEPDIR)/configparsertest-configparser.Tpo -c -o configparsertest-configparser.o `test -f '$(top_srcdir)/src/configparser.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/configparser.cc
2150@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configparsertest-configparser.Tpo $(DEPDIR)/configparsertest-configparser.Po
2151@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/configparser.cc' object='configparsertest-configparser.o' libtool=no @AMDEPBACKSLASH@
2152@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2153@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -c -o configparsertest-configparser.o `test -f '$(top_srcdir)/src/configparser.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/configparser.cc
2154
2155configparsertest-configparser.obj: $(top_srcdir)/src/configparser.cc
2156@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -MT configparsertest-configparser.obj -MD -MP -MF $(DEPDIR)/configparsertest-configparser.Tpo -c -o configparsertest-configparser.obj `if test -f '$(top_srcdir)/src/configparser.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/configparser.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/configparser.cc'; fi`
2157@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configparsertest-configparser.Tpo $(DEPDIR)/configparsertest-configparser.Po
2158@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/configparser.cc' object='configparsertest-configparser.obj' libtool=no @AMDEPBACKSLASH@
2159@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2160@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -c -o configparsertest-configparser.obj `if test -f '$(top_srcdir)/src/configparser.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/configparser.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/configparser.cc'; fi`
2161
2162configparsertest-pugixml.o: $(top_srcdir)/pugixml/src/pugixml.cpp
2163@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -MT configparsertest-pugixml.o -MD -MP -MF $(DEPDIR)/configparsertest-pugixml.Tpo -c -o configparsertest-pugixml.o `test -f '$(top_srcdir)/pugixml/src/pugixml.cpp' || echo '$(srcdir)/'`$(top_srcdir)/pugixml/src/pugixml.cpp
2164@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configparsertest-pugixml.Tpo $(DEPDIR)/configparsertest-pugixml.Po
2165@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/pugixml/src/pugixml.cpp' object='configparsertest-pugixml.o' libtool=no @AMDEPBACKSLASH@
2166@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2167@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -c -o configparsertest-pugixml.o `test -f '$(top_srcdir)/pugixml/src/pugixml.cpp' || echo '$(srcdir)/'`$(top_srcdir)/pugixml/src/pugixml.cpp
2168
2169configparsertest-pugixml.obj: $(top_srcdir)/pugixml/src/pugixml.cpp
2170@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -MT configparsertest-pugixml.obj -MD -MP -MF $(DEPDIR)/configparsertest-pugixml.Tpo -c -o configparsertest-pugixml.obj `if test -f '$(top_srcdir)/pugixml/src/pugixml.cpp'; then $(CYGPATH_W) '$(top_srcdir)/pugixml/src/pugixml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/pugixml/src/pugixml.cpp'; fi`
2171@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configparsertest-pugixml.Tpo $(DEPDIR)/configparsertest-pugixml.Po
2172@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/pugixml/src/pugixml.cpp' object='configparsertest-pugixml.obj' libtool=no @AMDEPBACKSLASH@
2173@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2174@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -c -o configparsertest-pugixml.obj `if test -f '$(top_srcdir)/pugixml/src/pugixml.cpp'; then $(CYGPATH_W) '$(top_srcdir)/pugixml/src/pugixml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/pugixml/src/pugixml.cpp'; fi`
2175
2176configparsertest-configparsertest.o: configparsertest.cc
2177@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -MT configparsertest-configparsertest.o -MD -MP -MF $(DEPDIR)/configparsertest-configparsertest.Tpo -c -o configparsertest-configparsertest.o `test -f 'configparsertest.cc' || echo '$(srcdir)/'`configparsertest.cc
2178@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configparsertest-configparsertest.Tpo $(DEPDIR)/configparsertest-configparsertest.Po
2179@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='configparsertest.cc' object='configparsertest-configparsertest.o' libtool=no @AMDEPBACKSLASH@
2180@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2181@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -c -o configparsertest-configparsertest.o `test -f 'configparsertest.cc' || echo '$(srcdir)/'`configparsertest.cc
2182
2183configparsertest-configparsertest.obj: configparsertest.cc
2184@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -MT configparsertest-configparsertest.obj -MD -MP -MF $(DEPDIR)/configparsertest-configparsertest.Tpo -c -o configparsertest-configparsertest.obj `if test -f 'configparsertest.cc'; then $(CYGPATH_W) 'configparsertest.cc'; else $(CYGPATH_W) '$(srcdir)/configparsertest.cc'; fi`
2185@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configparsertest-configparsertest.Tpo $(DEPDIR)/configparsertest-configparsertest.Po
2186@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='configparsertest.cc' object='configparsertest-configparsertest.obj' libtool=no @AMDEPBACKSLASH@
2187@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2188@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -c -o configparsertest-configparsertest.obj `if test -f 'configparsertest.cc'; then $(CYGPATH_W) 'configparsertest.cc'; else $(CYGPATH_W) '$(srcdir)/configparsertest.cc'; fi`
2189
2190configparsertest-uunit.o: uunit/uunit.cc
2191@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -MT configparsertest-uunit.o -MD -MP -MF $(DEPDIR)/configparsertest-uunit.Tpo -c -o configparsertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2192@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configparsertest-uunit.Tpo $(DEPDIR)/configparsertest-uunit.Po
2193@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='configparsertest-uunit.o' libtool=no @AMDEPBACKSLASH@
2194@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2195@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -c -o configparsertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2196
2197configparsertest-uunit.obj: uunit/uunit.cc
2198@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -MT configparsertest-uunit.obj -MD -MP -MF $(DEPDIR)/configparsertest-uunit.Tpo -c -o configparsertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2199@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/configparsertest-uunit.Tpo $(DEPDIR)/configparsertest-uunit.Po
2200@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='configparsertest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2201@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2202@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(configparsertest_CXXFLAGS) $(CXXFLAGS) -c -o configparsertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2203
2204dgxmlparsertest-dgxmlparser.o: $(top_srcdir)/src/dgxmlparser.cc
2205@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-dgxmlparser.o -MD -MP -MF $(DEPDIR)/dgxmlparsertest-dgxmlparser.Tpo -c -o dgxmlparsertest-dgxmlparser.o `test -f '$(top_srcdir)/src/dgxmlparser.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/dgxmlparser.cc
2206@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-dgxmlparser.Tpo $(DEPDIR)/dgxmlparsertest-dgxmlparser.Po
2207@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/dgxmlparser.cc' object='dgxmlparsertest-dgxmlparser.o' libtool=no @AMDEPBACKSLASH@
2208@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2209@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-dgxmlparser.o `test -f '$(top_srcdir)/src/dgxmlparser.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/dgxmlparser.cc
2210
2211dgxmlparsertest-dgxmlparser.obj: $(top_srcdir)/src/dgxmlparser.cc
2212@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-dgxmlparser.obj -MD -MP -MF $(DEPDIR)/dgxmlparsertest-dgxmlparser.Tpo -c -o dgxmlparsertest-dgxmlparser.obj `if test -f '$(top_srcdir)/src/dgxmlparser.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/dgxmlparser.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/dgxmlparser.cc'; fi`
2213@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-dgxmlparser.Tpo $(DEPDIR)/dgxmlparsertest-dgxmlparser.Po
2214@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/dgxmlparser.cc' object='dgxmlparsertest-dgxmlparser.obj' libtool=no @AMDEPBACKSLASH@
2215@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2216@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-dgxmlparser.obj `if test -f '$(top_srcdir)/src/dgxmlparser.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/dgxmlparser.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/dgxmlparser.cc'; fi`
2217
2218dgxmlparsertest-pugixml.o: $(top_srcdir)/pugixml/src/pugixml.cpp
2219@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-pugixml.o -MD -MP -MF $(DEPDIR)/dgxmlparsertest-pugixml.Tpo -c -o dgxmlparsertest-pugixml.o `test -f '$(top_srcdir)/pugixml/src/pugixml.cpp' || echo '$(srcdir)/'`$(top_srcdir)/pugixml/src/pugixml.cpp
2220@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-pugixml.Tpo $(DEPDIR)/dgxmlparsertest-pugixml.Po
2221@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/pugixml/src/pugixml.cpp' object='dgxmlparsertest-pugixml.o' libtool=no @AMDEPBACKSLASH@
2222@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2223@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-pugixml.o `test -f '$(top_srcdir)/pugixml/src/pugixml.cpp' || echo '$(srcdir)/'`$(top_srcdir)/pugixml/src/pugixml.cpp
2224
2225dgxmlparsertest-pugixml.obj: $(top_srcdir)/pugixml/src/pugixml.cpp
2226@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-pugixml.obj -MD -MP -MF $(DEPDIR)/dgxmlparsertest-pugixml.Tpo -c -o dgxmlparsertest-pugixml.obj `if test -f '$(top_srcdir)/pugixml/src/pugixml.cpp'; then $(CYGPATH_W) '$(top_srcdir)/pugixml/src/pugixml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/pugixml/src/pugixml.cpp'; fi`
2227@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-pugixml.Tpo $(DEPDIR)/dgxmlparsertest-pugixml.Po
2228@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/pugixml/src/pugixml.cpp' object='dgxmlparsertest-pugixml.obj' libtool=no @AMDEPBACKSLASH@
2229@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2230@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-pugixml.obj `if test -f '$(top_srcdir)/pugixml/src/pugixml.cpp'; then $(CYGPATH_W) '$(top_srcdir)/pugixml/src/pugixml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/pugixml/src/pugixml.cpp'; fi`
2231
2232dgxmlparsertest-dgxmlparsertest.o: dgxmlparsertest.cc
2233@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-dgxmlparsertest.o -MD -MP -MF $(DEPDIR)/dgxmlparsertest-dgxmlparsertest.Tpo -c -o dgxmlparsertest-dgxmlparsertest.o `test -f 'dgxmlparsertest.cc' || echo '$(srcdir)/'`dgxmlparsertest.cc
2234@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-dgxmlparsertest.Tpo $(DEPDIR)/dgxmlparsertest-dgxmlparsertest.Po
2235@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dgxmlparsertest.cc' object='dgxmlparsertest-dgxmlparsertest.o' libtool=no @AMDEPBACKSLASH@
2236@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2237@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-dgxmlparsertest.o `test -f 'dgxmlparsertest.cc' || echo '$(srcdir)/'`dgxmlparsertest.cc
2238
2239dgxmlparsertest-dgxmlparsertest.obj: dgxmlparsertest.cc
2240@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-dgxmlparsertest.obj -MD -MP -MF $(DEPDIR)/dgxmlparsertest-dgxmlparsertest.Tpo -c -o dgxmlparsertest-dgxmlparsertest.obj `if test -f 'dgxmlparsertest.cc'; then $(CYGPATH_W) 'dgxmlparsertest.cc'; else $(CYGPATH_W) '$(srcdir)/dgxmlparsertest.cc'; fi`
2241@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-dgxmlparsertest.Tpo $(DEPDIR)/dgxmlparsertest-dgxmlparsertest.Po
2242@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dgxmlparsertest.cc' object='dgxmlparsertest-dgxmlparsertest.obj' libtool=no @AMDEPBACKSLASH@
2243@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2244@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-dgxmlparsertest.obj `if test -f 'dgxmlparsertest.cc'; then $(CYGPATH_W) 'dgxmlparsertest.cc'; else $(CYGPATH_W) '$(srcdir)/dgxmlparsertest.cc'; fi`
2245
2246dgxmlparsertest-scopedfile.o: scopedfile.cc
2247@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-scopedfile.o -MD -MP -MF $(DEPDIR)/dgxmlparsertest-scopedfile.Tpo -c -o dgxmlparsertest-scopedfile.o `test -f 'scopedfile.cc' || echo '$(srcdir)/'`scopedfile.cc
2248@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-scopedfile.Tpo $(DEPDIR)/dgxmlparsertest-scopedfile.Po
2249@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='scopedfile.cc' object='dgxmlparsertest-scopedfile.o' libtool=no @AMDEPBACKSLASH@
2250@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2251@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-scopedfile.o `test -f 'scopedfile.cc' || echo '$(srcdir)/'`scopedfile.cc
2252
2253dgxmlparsertest-scopedfile.obj: scopedfile.cc
2254@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-scopedfile.obj -MD -MP -MF $(DEPDIR)/dgxmlparsertest-scopedfile.Tpo -c -o dgxmlparsertest-scopedfile.obj `if test -f 'scopedfile.cc'; then $(CYGPATH_W) 'scopedfile.cc'; else $(CYGPATH_W) '$(srcdir)/scopedfile.cc'; fi`
2255@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-scopedfile.Tpo $(DEPDIR)/dgxmlparsertest-scopedfile.Po
2256@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='scopedfile.cc' object='dgxmlparsertest-scopedfile.obj' libtool=no @AMDEPBACKSLASH@
2257@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2258@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-scopedfile.obj `if test -f 'scopedfile.cc'; then $(CYGPATH_W) 'scopedfile.cc'; else $(CYGPATH_W) '$(srcdir)/scopedfile.cc'; fi`
2259
2260dgxmlparsertest-uunit.o: uunit/uunit.cc
2261@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-uunit.o -MD -MP -MF $(DEPDIR)/dgxmlparsertest-uunit.Tpo -c -o dgxmlparsertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2262@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-uunit.Tpo $(DEPDIR)/dgxmlparsertest-uunit.Po
2263@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='dgxmlparsertest-uunit.o' libtool=no @AMDEPBACKSLASH@
2264@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2265@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2266
2267dgxmlparsertest-uunit.obj: uunit/uunit.cc
2268@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -MT dgxmlparsertest-uunit.obj -MD -MP -MF $(DEPDIR)/dgxmlparsertest-uunit.Tpo -c -o dgxmlparsertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2269@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dgxmlparsertest-uunit.Tpo $(DEPDIR)/dgxmlparsertest-uunit.Po
2270@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='dgxmlparsertest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2271@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2272@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dgxmlparsertest_CXXFLAGS) $(CXXFLAGS) -c -o dgxmlparsertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2273
2274domloadertest-domloadertest.o: domloadertest.cc
2275@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -MT domloadertest-domloadertest.o -MD -MP -MF $(DEPDIR)/domloadertest-domloadertest.Tpo -c -o domloadertest-domloadertest.o `test -f 'domloadertest.cc' || echo '$(srcdir)/'`domloadertest.cc
2276@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domloadertest-domloadertest.Tpo $(DEPDIR)/domloadertest-domloadertest.Po
2277@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='domloadertest.cc' object='domloadertest-domloadertest.o' libtool=no @AMDEPBACKSLASH@
2278@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2279@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -c -o domloadertest-domloadertest.o `test -f 'domloadertest.cc' || echo '$(srcdir)/'`domloadertest.cc
2280
2281domloadertest-domloadertest.obj: domloadertest.cc
2282@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -MT domloadertest-domloadertest.obj -MD -MP -MF $(DEPDIR)/domloadertest-domloadertest.Tpo -c -o domloadertest-domloadertest.obj `if test -f 'domloadertest.cc'; then $(CYGPATH_W) 'domloadertest.cc'; else $(CYGPATH_W) '$(srcdir)/domloadertest.cc'; fi`
2283@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domloadertest-domloadertest.Tpo $(DEPDIR)/domloadertest-domloadertest.Po
2284@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='domloadertest.cc' object='domloadertest-domloadertest.obj' libtool=no @AMDEPBACKSLASH@
2285@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2286@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -c -o domloadertest-domloadertest.obj `if test -f 'domloadertest.cc'; then $(CYGPATH_W) 'domloadertest.cc'; else $(CYGPATH_W) '$(srcdir)/domloadertest.cc'; fi`
2287
2288domloadertest-scopedfile.o: scopedfile.cc
2289@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -MT domloadertest-scopedfile.o -MD -MP -MF $(DEPDIR)/domloadertest-scopedfile.Tpo -c -o domloadertest-scopedfile.o `test -f 'scopedfile.cc' || echo '$(srcdir)/'`scopedfile.cc
2290@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domloadertest-scopedfile.Tpo $(DEPDIR)/domloadertest-scopedfile.Po
2291@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='scopedfile.cc' object='domloadertest-scopedfile.o' libtool=no @AMDEPBACKSLASH@
2292@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2293@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -c -o domloadertest-scopedfile.o `test -f 'scopedfile.cc' || echo '$(srcdir)/'`scopedfile.cc
2294
2295domloadertest-scopedfile.obj: scopedfile.cc
2296@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -MT domloadertest-scopedfile.obj -MD -MP -MF $(DEPDIR)/domloadertest-scopedfile.Tpo -c -o domloadertest-scopedfile.obj `if test -f 'scopedfile.cc'; then $(CYGPATH_W) 'scopedfile.cc'; else $(CYGPATH_W) '$(srcdir)/scopedfile.cc'; fi`
2297@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domloadertest-scopedfile.Tpo $(DEPDIR)/domloadertest-scopedfile.Po
2298@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='scopedfile.cc' object='domloadertest-scopedfile.obj' libtool=no @AMDEPBACKSLASH@
2299@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2300@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -c -o domloadertest-scopedfile.obj `if test -f 'scopedfile.cc'; then $(CYGPATH_W) 'scopedfile.cc'; else $(CYGPATH_W) '$(srcdir)/scopedfile.cc'; fi`
2301
2302domloadertest-uunit.o: uunit/uunit.cc
2303@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -MT domloadertest-uunit.o -MD -MP -MF $(DEPDIR)/domloadertest-uunit.Tpo -c -o domloadertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2304@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domloadertest-uunit.Tpo $(DEPDIR)/domloadertest-uunit.Po
2305@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='domloadertest-uunit.o' libtool=no @AMDEPBACKSLASH@
2306@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2307@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -c -o domloadertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2308
2309domloadertest-uunit.obj: uunit/uunit.cc
2310@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -MT domloadertest-uunit.obj -MD -MP -MF $(DEPDIR)/domloadertest-uunit.Tpo -c -o domloadertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2311@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domloadertest-uunit.Tpo $(DEPDIR)/domloadertest-uunit.Po
2312@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='domloadertest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2313@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2314@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domloadertest_CXXFLAGS) $(CXXFLAGS) -c -o domloadertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2315
2316drumkitcreatortest-random.o: $(top_srcdir)/src/random.cc
2317@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -MT drumkitcreatortest-random.o -MD -MP -MF $(DEPDIR)/drumkitcreatortest-random.Tpo -c -o drumkitcreatortest-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
2318@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/drumkitcreatortest-random.Tpo $(DEPDIR)/drumkitcreatortest-random.Po
2319@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='drumkitcreatortest-random.o' libtool=no @AMDEPBACKSLASH@
2320@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2321@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -c -o drumkitcreatortest-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
2322
2323drumkitcreatortest-random.obj: $(top_srcdir)/src/random.cc
2324@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -MT drumkitcreatortest-random.obj -MD -MP -MF $(DEPDIR)/drumkitcreatortest-random.Tpo -c -o drumkitcreatortest-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
2325@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/drumkitcreatortest-random.Tpo $(DEPDIR)/drumkitcreatortest-random.Po
2326@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='drumkitcreatortest-random.obj' libtool=no @AMDEPBACKSLASH@
2327@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2328@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -c -o drumkitcreatortest-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
2329
2330drumkitcreatortest-uunit.o: uunit/uunit.cc
2331@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -MT drumkitcreatortest-uunit.o -MD -MP -MF $(DEPDIR)/drumkitcreatortest-uunit.Tpo -c -o drumkitcreatortest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2332@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/drumkitcreatortest-uunit.Tpo $(DEPDIR)/drumkitcreatortest-uunit.Po
2333@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='drumkitcreatortest-uunit.o' libtool=no @AMDEPBACKSLASH@
2334@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2335@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -c -o drumkitcreatortest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2336
2337drumkitcreatortest-uunit.obj: uunit/uunit.cc
2338@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -MT drumkitcreatortest-uunit.obj -MD -MP -MF $(DEPDIR)/drumkitcreatortest-uunit.Tpo -c -o drumkitcreatortest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2339@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/drumkitcreatortest-uunit.Tpo $(DEPDIR)/drumkitcreatortest-uunit.Po
2340@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='drumkitcreatortest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2341@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2342@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -c -o drumkitcreatortest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2343
2344drumkitcreatortest-drumkit_creator.o: drumkit_creator.cc
2345@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -MT drumkitcreatortest-drumkit_creator.o -MD -MP -MF $(DEPDIR)/drumkitcreatortest-drumkit_creator.Tpo -c -o drumkitcreatortest-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
2346@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/drumkitcreatortest-drumkit_creator.Tpo $(DEPDIR)/drumkitcreatortest-drumkit_creator.Po
2347@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='drumkitcreatortest-drumkit_creator.o' libtool=no @AMDEPBACKSLASH@
2348@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2349@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -c -o drumkitcreatortest-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
2350
2351drumkitcreatortest-drumkit_creator.obj: drumkit_creator.cc
2352@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -MT drumkitcreatortest-drumkit_creator.obj -MD -MP -MF $(DEPDIR)/drumkitcreatortest-drumkit_creator.Tpo -c -o drumkitcreatortest-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
2353@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/drumkitcreatortest-drumkit_creator.Tpo $(DEPDIR)/drumkitcreatortest-drumkit_creator.Po
2354@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='drumkitcreatortest-drumkit_creator.obj' libtool=no @AMDEPBACKSLASH@
2355@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2356@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -c -o drumkitcreatortest-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
2357
2358drumkitcreatortest-drumkitcreatortest.o: drumkitcreatortest.cc
2359@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -MT drumkitcreatortest-drumkitcreatortest.o -MD -MP -MF $(DEPDIR)/drumkitcreatortest-drumkitcreatortest.Tpo -c -o drumkitcreatortest-drumkitcreatortest.o `test -f 'drumkitcreatortest.cc' || echo '$(srcdir)/'`drumkitcreatortest.cc
2360@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/drumkitcreatortest-drumkitcreatortest.Tpo $(DEPDIR)/drumkitcreatortest-drumkitcreatortest.Po
2361@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkitcreatortest.cc' object='drumkitcreatortest-drumkitcreatortest.o' libtool=no @AMDEPBACKSLASH@
2362@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2363@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -c -o drumkitcreatortest-drumkitcreatortest.o `test -f 'drumkitcreatortest.cc' || echo '$(srcdir)/'`drumkitcreatortest.cc
2364
2365drumkitcreatortest-drumkitcreatortest.obj: drumkitcreatortest.cc
2366@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -MT drumkitcreatortest-drumkitcreatortest.obj -MD -MP -MF $(DEPDIR)/drumkitcreatortest-drumkitcreatortest.Tpo -c -o drumkitcreatortest-drumkitcreatortest.obj `if test -f 'drumkitcreatortest.cc'; then $(CYGPATH_W) 'drumkitcreatortest.cc'; else $(CYGPATH_W) '$(srcdir)/drumkitcreatortest.cc'; fi`
2367@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/drumkitcreatortest-drumkitcreatortest.Tpo $(DEPDIR)/drumkitcreatortest-drumkitcreatortest.Po
2368@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkitcreatortest.cc' object='drumkitcreatortest-drumkitcreatortest.obj' libtool=no @AMDEPBACKSLASH@
2369@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2370@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drumkitcreatortest_CXXFLAGS) $(CXXFLAGS) -c -o drumkitcreatortest-drumkitcreatortest.obj `if test -f 'drumkitcreatortest.cc'; then $(CYGPATH_W) 'drumkitcreatortest.cc'; else $(CYGPATH_W) '$(srcdir)/drumkitcreatortest.cc'; fi`
2371
2372enginetest-uunit.o: uunit/uunit.cc
2373@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -MT enginetest-uunit.o -MD -MP -MF $(DEPDIR)/enginetest-uunit.Tpo -c -o enginetest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2374@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/enginetest-uunit.Tpo $(DEPDIR)/enginetest-uunit.Po
2375@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='enginetest-uunit.o' libtool=no @AMDEPBACKSLASH@
2376@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2377@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -c -o enginetest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2378
2379enginetest-uunit.obj: uunit/uunit.cc
2380@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -MT enginetest-uunit.obj -MD -MP -MF $(DEPDIR)/enginetest-uunit.Tpo -c -o enginetest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2381@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/enginetest-uunit.Tpo $(DEPDIR)/enginetest-uunit.Po
2382@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='enginetest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2383@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2384@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -c -o enginetest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2385
2386enginetest-drumkit_creator.o: drumkit_creator.cc
2387@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -MT enginetest-drumkit_creator.o -MD -MP -MF $(DEPDIR)/enginetest-drumkit_creator.Tpo -c -o enginetest-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
2388@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/enginetest-drumkit_creator.Tpo $(DEPDIR)/enginetest-drumkit_creator.Po
2389@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='enginetest-drumkit_creator.o' libtool=no @AMDEPBACKSLASH@
2390@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2391@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -c -o enginetest-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
2392
2393enginetest-drumkit_creator.obj: drumkit_creator.cc
2394@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -MT enginetest-drumkit_creator.obj -MD -MP -MF $(DEPDIR)/enginetest-drumkit_creator.Tpo -c -o enginetest-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
2395@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/enginetest-drumkit_creator.Tpo $(DEPDIR)/enginetest-drumkit_creator.Po
2396@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='enginetest-drumkit_creator.obj' libtool=no @AMDEPBACKSLASH@
2397@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2398@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -c -o enginetest-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
2399
2400enginetest-enginetest.o: enginetest.cc
2401@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -MT enginetest-enginetest.o -MD -MP -MF $(DEPDIR)/enginetest-enginetest.Tpo -c -o enginetest-enginetest.o `test -f 'enginetest.cc' || echo '$(srcdir)/'`enginetest.cc
2402@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/enginetest-enginetest.Tpo $(DEPDIR)/enginetest-enginetest.Po
2403@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='enginetest.cc' object='enginetest-enginetest.o' libtool=no @AMDEPBACKSLASH@
2404@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2405@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -c -o enginetest-enginetest.o `test -f 'enginetest.cc' || echo '$(srcdir)/'`enginetest.cc
2406
2407enginetest-enginetest.obj: enginetest.cc
2408@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -MT enginetest-enginetest.obj -MD -MP -MF $(DEPDIR)/enginetest-enginetest.Tpo -c -o enginetest-enginetest.obj `if test -f 'enginetest.cc'; then $(CYGPATH_W) 'enginetest.cc'; else $(CYGPATH_W) '$(srcdir)/enginetest.cc'; fi`
2409@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/enginetest-enginetest.Tpo $(DEPDIR)/enginetest-enginetest.Po
2410@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='enginetest.cc' object='enginetest-enginetest.obj' libtool=no @AMDEPBACKSLASH@
2411@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2412@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(enginetest_CXXFLAGS) $(CXXFLAGS) -c -o enginetest-enginetest.obj `if test -f 'enginetest.cc'; then $(CYGPATH_W) 'enginetest.cc'; else $(CYGPATH_W) '$(srcdir)/enginetest.cc'; fi`
2413
2414eventsdstest-events_ds.o: $(top_srcdir)/src/events_ds.cc
2415@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -MT eventsdstest-events_ds.o -MD -MP -MF $(DEPDIR)/eventsdstest-events_ds.Tpo -c -o eventsdstest-events_ds.o `test -f '$(top_srcdir)/src/events_ds.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/events_ds.cc
2416@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/eventsdstest-events_ds.Tpo $(DEPDIR)/eventsdstest-events_ds.Po
2417@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/events_ds.cc' object='eventsdstest-events_ds.o' libtool=no @AMDEPBACKSLASH@
2418@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2419@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -c -o eventsdstest-events_ds.o `test -f '$(top_srcdir)/src/events_ds.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/events_ds.cc
2420
2421eventsdstest-events_ds.obj: $(top_srcdir)/src/events_ds.cc
2422@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -MT eventsdstest-events_ds.obj -MD -MP -MF $(DEPDIR)/eventsdstest-events_ds.Tpo -c -o eventsdstest-events_ds.obj `if test -f '$(top_srcdir)/src/events_ds.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/events_ds.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/events_ds.cc'; fi`
2423@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/eventsdstest-events_ds.Tpo $(DEPDIR)/eventsdstest-events_ds.Po
2424@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/events_ds.cc' object='eventsdstest-events_ds.obj' libtool=no @AMDEPBACKSLASH@
2425@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2426@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -c -o eventsdstest-events_ds.obj `if test -f '$(top_srcdir)/src/events_ds.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/events_ds.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/events_ds.cc'; fi`
2427
2428eventsdstest-eventsdstest.o: eventsdstest.cc
2429@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -MT eventsdstest-eventsdstest.o -MD -MP -MF $(DEPDIR)/eventsdstest-eventsdstest.Tpo -c -o eventsdstest-eventsdstest.o `test -f 'eventsdstest.cc' || echo '$(srcdir)/'`eventsdstest.cc
2430@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/eventsdstest-eventsdstest.Tpo $(DEPDIR)/eventsdstest-eventsdstest.Po
2431@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='eventsdstest.cc' object='eventsdstest-eventsdstest.o' libtool=no @AMDEPBACKSLASH@
2432@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2433@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -c -o eventsdstest-eventsdstest.o `test -f 'eventsdstest.cc' || echo '$(srcdir)/'`eventsdstest.cc
2434
2435eventsdstest-eventsdstest.obj: eventsdstest.cc
2436@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -MT eventsdstest-eventsdstest.obj -MD -MP -MF $(DEPDIR)/eventsdstest-eventsdstest.Tpo -c -o eventsdstest-eventsdstest.obj `if test -f 'eventsdstest.cc'; then $(CYGPATH_W) 'eventsdstest.cc'; else $(CYGPATH_W) '$(srcdir)/eventsdstest.cc'; fi`
2437@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/eventsdstest-eventsdstest.Tpo $(DEPDIR)/eventsdstest-eventsdstest.Po
2438@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='eventsdstest.cc' object='eventsdstest-eventsdstest.obj' libtool=no @AMDEPBACKSLASH@
2439@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2440@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -c -o eventsdstest-eventsdstest.obj `if test -f 'eventsdstest.cc'; then $(CYGPATH_W) 'eventsdstest.cc'; else $(CYGPATH_W) '$(srcdir)/eventsdstest.cc'; fi`
2441
2442eventsdstest-uunit.o: uunit/uunit.cc
2443@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -MT eventsdstest-uunit.o -MD -MP -MF $(DEPDIR)/eventsdstest-uunit.Tpo -c -o eventsdstest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2444@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/eventsdstest-uunit.Tpo $(DEPDIR)/eventsdstest-uunit.Po
2445@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='eventsdstest-uunit.o' libtool=no @AMDEPBACKSLASH@
2446@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2447@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -c -o eventsdstest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2448
2449eventsdstest-uunit.obj: uunit/uunit.cc
2450@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -MT eventsdstest-uunit.obj -MD -MP -MF $(DEPDIR)/eventsdstest-uunit.Tpo -c -o eventsdstest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2451@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/eventsdstest-uunit.Tpo $(DEPDIR)/eventsdstest-uunit.Po
2452@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='eventsdstest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2453@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2454@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eventsdstest_CXXFLAGS) $(CXXFLAGS) -c -o eventsdstest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2455
2456imagecachetest-imagecachetest.o: imagecachetest.cc
2457@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagecachetest_CXXFLAGS) $(CXXFLAGS) -MT imagecachetest-imagecachetest.o -MD -MP -MF $(DEPDIR)/imagecachetest-imagecachetest.Tpo -c -o imagecachetest-imagecachetest.o `test -f 'imagecachetest.cc' || echo '$(srcdir)/'`imagecachetest.cc
2458@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/imagecachetest-imagecachetest.Tpo $(DEPDIR)/imagecachetest-imagecachetest.Po
2459@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='imagecachetest.cc' object='imagecachetest-imagecachetest.o' libtool=no @AMDEPBACKSLASH@
2460@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2461@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagecachetest_CXXFLAGS) $(CXXFLAGS) -c -o imagecachetest-imagecachetest.o `test -f 'imagecachetest.cc' || echo '$(srcdir)/'`imagecachetest.cc
2462
2463imagecachetest-imagecachetest.obj: imagecachetest.cc
2464@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagecachetest_CXXFLAGS) $(CXXFLAGS) -MT imagecachetest-imagecachetest.obj -MD -MP -MF $(DEPDIR)/imagecachetest-imagecachetest.Tpo -c -o imagecachetest-imagecachetest.obj `if test -f 'imagecachetest.cc'; then $(CYGPATH_W) 'imagecachetest.cc'; else $(CYGPATH_W) '$(srcdir)/imagecachetest.cc'; fi`
2465@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/imagecachetest-imagecachetest.Tpo $(DEPDIR)/imagecachetest-imagecachetest.Po
2466@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='imagecachetest.cc' object='imagecachetest-imagecachetest.obj' libtool=no @AMDEPBACKSLASH@
2467@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2468@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagecachetest_CXXFLAGS) $(CXXFLAGS) -c -o imagecachetest-imagecachetest.obj `if test -f 'imagecachetest.cc'; then $(CYGPATH_W) 'imagecachetest.cc'; else $(CYGPATH_W) '$(srcdir)/imagecachetest.cc'; fi`
2469
2470imagecachetest-uunit.o: uunit/uunit.cc
2471@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagecachetest_CXXFLAGS) $(CXXFLAGS) -MT imagecachetest-uunit.o -MD -MP -MF $(DEPDIR)/imagecachetest-uunit.Tpo -c -o imagecachetest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2472@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/imagecachetest-uunit.Tpo $(DEPDIR)/imagecachetest-uunit.Po
2473@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='imagecachetest-uunit.o' libtool=no @AMDEPBACKSLASH@
2474@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2475@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagecachetest_CXXFLAGS) $(CXXFLAGS) -c -o imagecachetest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2476
2477imagecachetest-uunit.obj: uunit/uunit.cc
2478@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagecachetest_CXXFLAGS) $(CXXFLAGS) -MT imagecachetest-uunit.obj -MD -MP -MF $(DEPDIR)/imagecachetest-uunit.Tpo -c -o imagecachetest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2479@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/imagecachetest-uunit.Tpo $(DEPDIR)/imagecachetest-uunit.Po
2480@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='imagecachetest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2481@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2482@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagecachetest_CXXFLAGS) $(CXXFLAGS) -c -o imagecachetest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2483
2484lv2-random.o: $(top_srcdir)/src/random.cc
2485@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-random.o -MD -MP -MF $(DEPDIR)/lv2-random.Tpo -c -o lv2-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
2486@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-random.Tpo $(DEPDIR)/lv2-random.Po
2487@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='lv2-random.o' libtool=no @AMDEPBACKSLASH@
2488@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2489@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
2490
2491lv2-random.obj: $(top_srcdir)/src/random.cc
2492@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-random.obj -MD -MP -MF $(DEPDIR)/lv2-random.Tpo -c -o lv2-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
2493@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-random.Tpo $(DEPDIR)/lv2-random.Po
2494@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='lv2-random.obj' libtool=no @AMDEPBACKSLASH@
2495@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2496@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
2497
2498lv2-uunit.o: uunit/uunit.cc
2499@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-uunit.o -MD -MP -MF $(DEPDIR)/lv2-uunit.Tpo -c -o lv2-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2500@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-uunit.Tpo $(DEPDIR)/lv2-uunit.Po
2501@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='lv2-uunit.o' libtool=no @AMDEPBACKSLASH@
2502@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2503@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2504
2505lv2-uunit.obj: uunit/uunit.cc
2506@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-uunit.obj -MD -MP -MF $(DEPDIR)/lv2-uunit.Tpo -c -o lv2-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2507@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-uunit.Tpo $(DEPDIR)/lv2-uunit.Po
2508@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='lv2-uunit.obj' libtool=no @AMDEPBACKSLASH@
2509@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2510@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2511
2512lv2-drumkit_creator.o: drumkit_creator.cc
2513@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-drumkit_creator.o -MD -MP -MF $(DEPDIR)/lv2-drumkit_creator.Tpo -c -o lv2-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
2514@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-drumkit_creator.Tpo $(DEPDIR)/lv2-drumkit_creator.Po
2515@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='lv2-drumkit_creator.o' libtool=no @AMDEPBACKSLASH@
2516@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2517@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
2518
2519lv2-drumkit_creator.obj: drumkit_creator.cc
2520@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-drumkit_creator.obj -MD -MP -MF $(DEPDIR)/lv2-drumkit_creator.Tpo -c -o lv2-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
2521@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-drumkit_creator.Tpo $(DEPDIR)/lv2-drumkit_creator.Po
2522@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='lv2-drumkit_creator.obj' libtool=no @AMDEPBACKSLASH@
2523@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2524@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
2525
2526lv2-lv2_test_host.o: lv2_test_host.cc
2527@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-lv2_test_host.o -MD -MP -MF $(DEPDIR)/lv2-lv2_test_host.Tpo -c -o lv2-lv2_test_host.o `test -f 'lv2_test_host.cc' || echo '$(srcdir)/'`lv2_test_host.cc
2528@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-lv2_test_host.Tpo $(DEPDIR)/lv2-lv2_test_host.Po
2529@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='lv2_test_host.cc' object='lv2-lv2_test_host.o' libtool=no @AMDEPBACKSLASH@
2530@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2531@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-lv2_test_host.o `test -f 'lv2_test_host.cc' || echo '$(srcdir)/'`lv2_test_host.cc
2532
2533lv2-lv2_test_host.obj: lv2_test_host.cc
2534@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-lv2_test_host.obj -MD -MP -MF $(DEPDIR)/lv2-lv2_test_host.Tpo -c -o lv2-lv2_test_host.obj `if test -f 'lv2_test_host.cc'; then $(CYGPATH_W) 'lv2_test_host.cc'; else $(CYGPATH_W) '$(srcdir)/lv2_test_host.cc'; fi`
2535@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-lv2_test_host.Tpo $(DEPDIR)/lv2-lv2_test_host.Po
2536@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='lv2_test_host.cc' object='lv2-lv2_test_host.obj' libtool=no @AMDEPBACKSLASH@
2537@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2538@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-lv2_test_host.obj `if test -f 'lv2_test_host.cc'; then $(CYGPATH_W) 'lv2_test_host.cc'; else $(CYGPATH_W) '$(srcdir)/lv2_test_host.cc'; fi`
2539
2540lv2-lv2.o: lv2.cc
2541@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-lv2.o -MD -MP -MF $(DEPDIR)/lv2-lv2.Tpo -c -o lv2-lv2.o `test -f 'lv2.cc' || echo '$(srcdir)/'`lv2.cc
2542@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-lv2.Tpo $(DEPDIR)/lv2-lv2.Po
2543@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='lv2.cc' object='lv2-lv2.o' libtool=no @AMDEPBACKSLASH@
2544@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2545@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-lv2.o `test -f 'lv2.cc' || echo '$(srcdir)/'`lv2.cc
2546
2547lv2-lv2.obj: lv2.cc
2548@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -MT lv2-lv2.obj -MD -MP -MF $(DEPDIR)/lv2-lv2.Tpo -c -o lv2-lv2.obj `if test -f 'lv2.cc'; then $(CYGPATH_W) 'lv2.cc'; else $(CYGPATH_W) '$(srcdir)/lv2.cc'; fi`
2549@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lv2-lv2.Tpo $(DEPDIR)/lv2-lv2.Po
2550@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='lv2.cc' object='lv2-lv2.obj' libtool=no @AMDEPBACKSLASH@
2551@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2552@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lv2_CXXFLAGS) $(CXXFLAGS) -c -o lv2-lv2.obj `if test -f 'lv2.cc'; then $(CYGPATH_W) 'lv2.cc'; else $(CYGPATH_W) '$(srcdir)/lv2.cc'; fi`
2553
2554midimapparsertest-midimapparser.o: $(top_srcdir)/src/midimapparser.cc
2555@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-midimapparser.o -MD -MP -MF $(DEPDIR)/midimapparsertest-midimapparser.Tpo -c -o midimapparsertest-midimapparser.o `test -f '$(top_srcdir)/src/midimapparser.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/midimapparser.cc
2556@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-midimapparser.Tpo $(DEPDIR)/midimapparsertest-midimapparser.Po
2557@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/midimapparser.cc' object='midimapparsertest-midimapparser.o' libtool=no @AMDEPBACKSLASH@
2558@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2559@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-midimapparser.o `test -f '$(top_srcdir)/src/midimapparser.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/midimapparser.cc
2560
2561midimapparsertest-midimapparser.obj: $(top_srcdir)/src/midimapparser.cc
2562@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-midimapparser.obj -MD -MP -MF $(DEPDIR)/midimapparsertest-midimapparser.Tpo -c -o midimapparsertest-midimapparser.obj `if test -f '$(top_srcdir)/src/midimapparser.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/midimapparser.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/midimapparser.cc'; fi`
2563@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-midimapparser.Tpo $(DEPDIR)/midimapparsertest-midimapparser.Po
2564@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/midimapparser.cc' object='midimapparsertest-midimapparser.obj' libtool=no @AMDEPBACKSLASH@
2565@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2566@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-midimapparser.obj `if test -f '$(top_srcdir)/src/midimapparser.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/midimapparser.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/midimapparser.cc'; fi`
2567
2568midimapparsertest-pugixml.o: $(top_srcdir)/pugixml/src/pugixml.cpp
2569@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-pugixml.o -MD -MP -MF $(DEPDIR)/midimapparsertest-pugixml.Tpo -c -o midimapparsertest-pugixml.o `test -f '$(top_srcdir)/pugixml/src/pugixml.cpp' || echo '$(srcdir)/'`$(top_srcdir)/pugixml/src/pugixml.cpp
2570@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-pugixml.Tpo $(DEPDIR)/midimapparsertest-pugixml.Po
2571@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/pugixml/src/pugixml.cpp' object='midimapparsertest-pugixml.o' libtool=no @AMDEPBACKSLASH@
2572@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2573@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-pugixml.o `test -f '$(top_srcdir)/pugixml/src/pugixml.cpp' || echo '$(srcdir)/'`$(top_srcdir)/pugixml/src/pugixml.cpp
2574
2575midimapparsertest-pugixml.obj: $(top_srcdir)/pugixml/src/pugixml.cpp
2576@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-pugixml.obj -MD -MP -MF $(DEPDIR)/midimapparsertest-pugixml.Tpo -c -o midimapparsertest-pugixml.obj `if test -f '$(top_srcdir)/pugixml/src/pugixml.cpp'; then $(CYGPATH_W) '$(top_srcdir)/pugixml/src/pugixml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/pugixml/src/pugixml.cpp'; fi`
2577@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-pugixml.Tpo $(DEPDIR)/midimapparsertest-pugixml.Po
2578@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/pugixml/src/pugixml.cpp' object='midimapparsertest-pugixml.obj' libtool=no @AMDEPBACKSLASH@
2579@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2580@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-pugixml.obj `if test -f '$(top_srcdir)/pugixml/src/pugixml.cpp'; then $(CYGPATH_W) '$(top_srcdir)/pugixml/src/pugixml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/pugixml/src/pugixml.cpp'; fi`
2581
2582midimapparsertest-scopedfile.o: scopedfile.cc
2583@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-scopedfile.o -MD -MP -MF $(DEPDIR)/midimapparsertest-scopedfile.Tpo -c -o midimapparsertest-scopedfile.o `test -f 'scopedfile.cc' || echo '$(srcdir)/'`scopedfile.cc
2584@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-scopedfile.Tpo $(DEPDIR)/midimapparsertest-scopedfile.Po
2585@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='scopedfile.cc' object='midimapparsertest-scopedfile.o' libtool=no @AMDEPBACKSLASH@
2586@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2587@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-scopedfile.o `test -f 'scopedfile.cc' || echo '$(srcdir)/'`scopedfile.cc
2588
2589midimapparsertest-scopedfile.obj: scopedfile.cc
2590@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-scopedfile.obj -MD -MP -MF $(DEPDIR)/midimapparsertest-scopedfile.Tpo -c -o midimapparsertest-scopedfile.obj `if test -f 'scopedfile.cc'; then $(CYGPATH_W) 'scopedfile.cc'; else $(CYGPATH_W) '$(srcdir)/scopedfile.cc'; fi`
2591@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-scopedfile.Tpo $(DEPDIR)/midimapparsertest-scopedfile.Po
2592@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='scopedfile.cc' object='midimapparsertest-scopedfile.obj' libtool=no @AMDEPBACKSLASH@
2593@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2594@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-scopedfile.obj `if test -f 'scopedfile.cc'; then $(CYGPATH_W) 'scopedfile.cc'; else $(CYGPATH_W) '$(srcdir)/scopedfile.cc'; fi`
2595
2596midimapparsertest-midimapparsertest.o: midimapparsertest.cc
2597@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-midimapparsertest.o -MD -MP -MF $(DEPDIR)/midimapparsertest-midimapparsertest.Tpo -c -o midimapparsertest-midimapparsertest.o `test -f 'midimapparsertest.cc' || echo '$(srcdir)/'`midimapparsertest.cc
2598@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-midimapparsertest.Tpo $(DEPDIR)/midimapparsertest-midimapparsertest.Po
2599@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='midimapparsertest.cc' object='midimapparsertest-midimapparsertest.o' libtool=no @AMDEPBACKSLASH@
2600@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2601@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-midimapparsertest.o `test -f 'midimapparsertest.cc' || echo '$(srcdir)/'`midimapparsertest.cc
2602
2603midimapparsertest-midimapparsertest.obj: midimapparsertest.cc
2604@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-midimapparsertest.obj -MD -MP -MF $(DEPDIR)/midimapparsertest-midimapparsertest.Tpo -c -o midimapparsertest-midimapparsertest.obj `if test -f 'midimapparsertest.cc'; then $(CYGPATH_W) 'midimapparsertest.cc'; else $(CYGPATH_W) '$(srcdir)/midimapparsertest.cc'; fi`
2605@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-midimapparsertest.Tpo $(DEPDIR)/midimapparsertest-midimapparsertest.Po
2606@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='midimapparsertest.cc' object='midimapparsertest-midimapparsertest.obj' libtool=no @AMDEPBACKSLASH@
2607@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2608@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-midimapparsertest.obj `if test -f 'midimapparsertest.cc'; then $(CYGPATH_W) 'midimapparsertest.cc'; else $(CYGPATH_W) '$(srcdir)/midimapparsertest.cc'; fi`
2609
2610midimapparsertest-uunit.o: uunit/uunit.cc
2611@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-uunit.o -MD -MP -MF $(DEPDIR)/midimapparsertest-uunit.Tpo -c -o midimapparsertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2612@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-uunit.Tpo $(DEPDIR)/midimapparsertest-uunit.Po
2613@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='midimapparsertest-uunit.o' libtool=no @AMDEPBACKSLASH@
2614@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2615@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2616
2617midimapparsertest-uunit.obj: uunit/uunit.cc
2618@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -MT midimapparsertest-uunit.obj -MD -MP -MF $(DEPDIR)/midimapparsertest-uunit.Tpo -c -o midimapparsertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2619@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/midimapparsertest-uunit.Tpo $(DEPDIR)/midimapparsertest-uunit.Po
2620@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='midimapparsertest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2621@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2622@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(midimapparsertest_CXXFLAGS) $(CXXFLAGS) -c -o midimapparsertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2623
2624notifiertest-notifiertest.o: notifiertest.cc
2625@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notifiertest_CXXFLAGS) $(CXXFLAGS) -MT notifiertest-notifiertest.o -MD -MP -MF $(DEPDIR)/notifiertest-notifiertest.Tpo -c -o notifiertest-notifiertest.o `test -f 'notifiertest.cc' || echo '$(srcdir)/'`notifiertest.cc
2626@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/notifiertest-notifiertest.Tpo $(DEPDIR)/notifiertest-notifiertest.Po
2627@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='notifiertest.cc' object='notifiertest-notifiertest.o' libtool=no @AMDEPBACKSLASH@
2628@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2629@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notifiertest_CXXFLAGS) $(CXXFLAGS) -c -o notifiertest-notifiertest.o `test -f 'notifiertest.cc' || echo '$(srcdir)/'`notifiertest.cc
2630
2631notifiertest-notifiertest.obj: notifiertest.cc
2632@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notifiertest_CXXFLAGS) $(CXXFLAGS) -MT notifiertest-notifiertest.obj -MD -MP -MF $(DEPDIR)/notifiertest-notifiertest.Tpo -c -o notifiertest-notifiertest.obj `if test -f 'notifiertest.cc'; then $(CYGPATH_W) 'notifiertest.cc'; else $(CYGPATH_W) '$(srcdir)/notifiertest.cc'; fi`
2633@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/notifiertest-notifiertest.Tpo $(DEPDIR)/notifiertest-notifiertest.Po
2634@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='notifiertest.cc' object='notifiertest-notifiertest.obj' libtool=no @AMDEPBACKSLASH@
2635@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2636@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notifiertest_CXXFLAGS) $(CXXFLAGS) -c -o notifiertest-notifiertest.obj `if test -f 'notifiertest.cc'; then $(CYGPATH_W) 'notifiertest.cc'; else $(CYGPATH_W) '$(srcdir)/notifiertest.cc'; fi`
2637
2638notifiertest-uunit.o: uunit/uunit.cc
2639@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notifiertest_CXXFLAGS) $(CXXFLAGS) -MT notifiertest-uunit.o -MD -MP -MF $(DEPDIR)/notifiertest-uunit.Tpo -c -o notifiertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2640@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/notifiertest-uunit.Tpo $(DEPDIR)/notifiertest-uunit.Po
2641@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='notifiertest-uunit.o' libtool=no @AMDEPBACKSLASH@
2642@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2643@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notifiertest_CXXFLAGS) $(CXXFLAGS) -c -o notifiertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2644
2645notifiertest-uunit.obj: uunit/uunit.cc
2646@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notifiertest_CXXFLAGS) $(CXXFLAGS) -MT notifiertest-uunit.obj -MD -MP -MF $(DEPDIR)/notifiertest-uunit.Tpo -c -o notifiertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2647@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/notifiertest-uunit.Tpo $(DEPDIR)/notifiertest-uunit.Po
2648@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='notifiertest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2649@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2650@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notifiertest_CXXFLAGS) $(CXXFLAGS) -c -o notifiertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2651
2652paintertest-uunit.o: uunit/uunit.cc
2653@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(paintertest_CXXFLAGS) $(CXXFLAGS) -MT paintertest-uunit.o -MD -MP -MF $(DEPDIR)/paintertest-uunit.Tpo -c -o paintertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2654@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/paintertest-uunit.Tpo $(DEPDIR)/paintertest-uunit.Po
2655@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='paintertest-uunit.o' libtool=no @AMDEPBACKSLASH@
2656@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2657@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(paintertest_CXXFLAGS) $(CXXFLAGS) -c -o paintertest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2658
2659paintertest-uunit.obj: uunit/uunit.cc
2660@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(paintertest_CXXFLAGS) $(CXXFLAGS) -MT paintertest-uunit.obj -MD -MP -MF $(DEPDIR)/paintertest-uunit.Tpo -c -o paintertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2661@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/paintertest-uunit.Tpo $(DEPDIR)/paintertest-uunit.Po
2662@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='paintertest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2663@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2664@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(paintertest_CXXFLAGS) $(CXXFLAGS) -c -o paintertest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2665
2666paintertest-paintertest.o: paintertest.cc
2667@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(paintertest_CXXFLAGS) $(CXXFLAGS) -MT paintertest-paintertest.o -MD -MP -MF $(DEPDIR)/paintertest-paintertest.Tpo -c -o paintertest-paintertest.o `test -f 'paintertest.cc' || echo '$(srcdir)/'`paintertest.cc
2668@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/paintertest-paintertest.Tpo $(DEPDIR)/paintertest-paintertest.Po
2669@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='paintertest.cc' object='paintertest-paintertest.o' libtool=no @AMDEPBACKSLASH@
2670@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2671@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(paintertest_CXXFLAGS) $(CXXFLAGS) -c -o paintertest-paintertest.o `test -f 'paintertest.cc' || echo '$(srcdir)/'`paintertest.cc
2672
2673paintertest-paintertest.obj: paintertest.cc
2674@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(paintertest_CXXFLAGS) $(CXXFLAGS) -MT paintertest-paintertest.obj -MD -MP -MF $(DEPDIR)/paintertest-paintertest.Tpo -c -o paintertest-paintertest.obj `if test -f 'paintertest.cc'; then $(CYGPATH_W) 'paintertest.cc'; else $(CYGPATH_W) '$(srcdir)/paintertest.cc'; fi`
2675@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/paintertest-paintertest.Tpo $(DEPDIR)/paintertest-paintertest.Po
2676@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='paintertest.cc' object='paintertest-paintertest.obj' libtool=no @AMDEPBACKSLASH@
2677@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2678@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(paintertest_CXXFLAGS) $(CXXFLAGS) -c -o paintertest-paintertest.obj `if test -f 'paintertest.cc'; then $(CYGPATH_W) 'paintertest.cc'; else $(CYGPATH_W) '$(srcdir)/paintertest.cc'; fi`
2679
2680powermaptest-powermap.o: $(top_srcdir)/src/powermap.cc
2681@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -MT powermaptest-powermap.o -MD -MP -MF $(DEPDIR)/powermaptest-powermap.Tpo -c -o powermaptest-powermap.o `test -f '$(top_srcdir)/src/powermap.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/powermap.cc
2682@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powermaptest-powermap.Tpo $(DEPDIR)/powermaptest-powermap.Po
2683@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/powermap.cc' object='powermaptest-powermap.o' libtool=no @AMDEPBACKSLASH@
2684@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2685@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -c -o powermaptest-powermap.o `test -f '$(top_srcdir)/src/powermap.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/powermap.cc
2686
2687powermaptest-powermap.obj: $(top_srcdir)/src/powermap.cc
2688@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -MT powermaptest-powermap.obj -MD -MP -MF $(DEPDIR)/powermaptest-powermap.Tpo -c -o powermaptest-powermap.obj `if test -f '$(top_srcdir)/src/powermap.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/powermap.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/powermap.cc'; fi`
2689@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powermaptest-powermap.Tpo $(DEPDIR)/powermaptest-powermap.Po
2690@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/powermap.cc' object='powermaptest-powermap.obj' libtool=no @AMDEPBACKSLASH@
2691@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2692@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -c -o powermaptest-powermap.obj `if test -f '$(top_srcdir)/src/powermap.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/powermap.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/powermap.cc'; fi`
2693
2694powermaptest-powermaptest.o: powermaptest.cc
2695@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -MT powermaptest-powermaptest.o -MD -MP -MF $(DEPDIR)/powermaptest-powermaptest.Tpo -c -o powermaptest-powermaptest.o `test -f 'powermaptest.cc' || echo '$(srcdir)/'`powermaptest.cc
2696@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powermaptest-powermaptest.Tpo $(DEPDIR)/powermaptest-powermaptest.Po
2697@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='powermaptest.cc' object='powermaptest-powermaptest.o' libtool=no @AMDEPBACKSLASH@
2698@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2699@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -c -o powermaptest-powermaptest.o `test -f 'powermaptest.cc' || echo '$(srcdir)/'`powermaptest.cc
2700
2701powermaptest-powermaptest.obj: powermaptest.cc
2702@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -MT powermaptest-powermaptest.obj -MD -MP -MF $(DEPDIR)/powermaptest-powermaptest.Tpo -c -o powermaptest-powermaptest.obj `if test -f 'powermaptest.cc'; then $(CYGPATH_W) 'powermaptest.cc'; else $(CYGPATH_W) '$(srcdir)/powermaptest.cc'; fi`
2703@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powermaptest-powermaptest.Tpo $(DEPDIR)/powermaptest-powermaptest.Po
2704@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='powermaptest.cc' object='powermaptest-powermaptest.obj' libtool=no @AMDEPBACKSLASH@
2705@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2706@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -c -o powermaptest-powermaptest.obj `if test -f 'powermaptest.cc'; then $(CYGPATH_W) 'powermaptest.cc'; else $(CYGPATH_W) '$(srcdir)/powermaptest.cc'; fi`
2707
2708powermaptest-uunit.o: uunit/uunit.cc
2709@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -MT powermaptest-uunit.o -MD -MP -MF $(DEPDIR)/powermaptest-uunit.Tpo -c -o powermaptest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2710@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powermaptest-uunit.Tpo $(DEPDIR)/powermaptest-uunit.Po
2711@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='powermaptest-uunit.o' libtool=no @AMDEPBACKSLASH@
2712@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2713@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -c -o powermaptest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2714
2715powermaptest-uunit.obj: uunit/uunit.cc
2716@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -MT powermaptest-uunit.obj -MD -MP -MF $(DEPDIR)/powermaptest-uunit.Tpo -c -o powermaptest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2717@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/powermaptest-uunit.Tpo $(DEPDIR)/powermaptest-uunit.Po
2718@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='powermaptest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2719@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2720@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(powermaptest_CXXFLAGS) $(CXXFLAGS) -c -o powermaptest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2721
2722randomtest-random.o: $(top_srcdir)/src/random.cc
2723@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -MT randomtest-random.o -MD -MP -MF $(DEPDIR)/randomtest-random.Tpo -c -o randomtest-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
2724@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/randomtest-random.Tpo $(DEPDIR)/randomtest-random.Po
2725@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='randomtest-random.o' libtool=no @AMDEPBACKSLASH@
2726@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2727@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -c -o randomtest-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
2728
2729randomtest-random.obj: $(top_srcdir)/src/random.cc
2730@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -MT randomtest-random.obj -MD -MP -MF $(DEPDIR)/randomtest-random.Tpo -c -o randomtest-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
2731@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/randomtest-random.Tpo $(DEPDIR)/randomtest-random.Po
2732@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='randomtest-random.obj' libtool=no @AMDEPBACKSLASH@
2733@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2734@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -c -o randomtest-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
2735
2736randomtest-uunit.o: uunit/uunit.cc
2737@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -MT randomtest-uunit.o -MD -MP -MF $(DEPDIR)/randomtest-uunit.Tpo -c -o randomtest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2738@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/randomtest-uunit.Tpo $(DEPDIR)/randomtest-uunit.Po
2739@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='randomtest-uunit.o' libtool=no @AMDEPBACKSLASH@
2740@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2741@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -c -o randomtest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2742
2743randomtest-uunit.obj: uunit/uunit.cc
2744@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -MT randomtest-uunit.obj -MD -MP -MF $(DEPDIR)/randomtest-uunit.Tpo -c -o randomtest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2745@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/randomtest-uunit.Tpo $(DEPDIR)/randomtest-uunit.Po
2746@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='randomtest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2747@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2748@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -c -o randomtest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2749
2750randomtest-randomtest.o: randomtest.cc
2751@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -MT randomtest-randomtest.o -MD -MP -MF $(DEPDIR)/randomtest-randomtest.Tpo -c -o randomtest-randomtest.o `test -f 'randomtest.cc' || echo '$(srcdir)/'`randomtest.cc
2752@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/randomtest-randomtest.Tpo $(DEPDIR)/randomtest-randomtest.Po
2753@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='randomtest.cc' object='randomtest-randomtest.o' libtool=no @AMDEPBACKSLASH@
2754@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2755@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -c -o randomtest-randomtest.o `test -f 'randomtest.cc' || echo '$(srcdir)/'`randomtest.cc
2756
2757randomtest-randomtest.obj: randomtest.cc
2758@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -MT randomtest-randomtest.obj -MD -MP -MF $(DEPDIR)/randomtest-randomtest.Tpo -c -o randomtest-randomtest.obj `if test -f 'randomtest.cc'; then $(CYGPATH_W) 'randomtest.cc'; else $(CYGPATH_W) '$(srcdir)/randomtest.cc'; fi`
2759@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/randomtest-randomtest.Tpo $(DEPDIR)/randomtest-randomtest.Po
2760@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='randomtest.cc' object='randomtest-randomtest.obj' libtool=no @AMDEPBACKSLASH@
2761@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2762@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(randomtest_CXXFLAGS) $(CXXFLAGS) -c -o randomtest-randomtest.obj `if test -f 'randomtest.cc'; then $(CYGPATH_W) 'randomtest.cc'; else $(CYGPATH_W) '$(srcdir)/randomtest.cc'; fi`
2763
2764resource-resource.o: $(top_srcdir)/plugingui/resource.cc
2765@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-resource.o -MD -MP -MF $(DEPDIR)/resource-resource.Tpo -c -o resource-resource.o `test -f '$(top_srcdir)/plugingui/resource.cc' || echo '$(srcdir)/'`$(top_srcdir)/plugingui/resource.cc
2766@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-resource.Tpo $(DEPDIR)/resource-resource.Po
2767@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/plugingui/resource.cc' object='resource-resource.o' libtool=no @AMDEPBACKSLASH@
2768@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2769@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-resource.o `test -f '$(top_srcdir)/plugingui/resource.cc' || echo '$(srcdir)/'`$(top_srcdir)/plugingui/resource.cc
2770
2771resource-resource.obj: $(top_srcdir)/plugingui/resource.cc
2772@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-resource.obj -MD -MP -MF $(DEPDIR)/resource-resource.Tpo -c -o resource-resource.obj `if test -f '$(top_srcdir)/plugingui/resource.cc'; then $(CYGPATH_W) '$(top_srcdir)/plugingui/resource.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/plugingui/resource.cc'; fi`
2773@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-resource.Tpo $(DEPDIR)/resource-resource.Po
2774@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/plugingui/resource.cc' object='resource-resource.obj' libtool=no @AMDEPBACKSLASH@
2775@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2776@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-resource.obj `if test -f '$(top_srcdir)/plugingui/resource.cc'; then $(CYGPATH_W) '$(top_srcdir)/plugingui/resource.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/plugingui/resource.cc'; fi`
2777
2778resource-random.o: $(top_srcdir)/src/random.cc
2779@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-random.o -MD -MP -MF $(DEPDIR)/resource-random.Tpo -c -o resource-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
2780@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-random.Tpo $(DEPDIR)/resource-random.Po
2781@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='resource-random.o' libtool=no @AMDEPBACKSLASH@
2782@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2783@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-random.o `test -f '$(top_srcdir)/src/random.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/random.cc
2784
2785resource-random.obj: $(top_srcdir)/src/random.cc
2786@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-random.obj -MD -MP -MF $(DEPDIR)/resource-random.Tpo -c -o resource-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
2787@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-random.Tpo $(DEPDIR)/resource-random.Po
2788@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/random.cc' object='resource-random.obj' libtool=no @AMDEPBACKSLASH@
2789@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2790@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-random.obj `if test -f '$(top_srcdir)/src/random.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/random.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/random.cc'; fi`
2791
2792resource-uunit.o: uunit/uunit.cc
2793@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-uunit.o -MD -MP -MF $(DEPDIR)/resource-uunit.Tpo -c -o resource-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2794@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-uunit.Tpo $(DEPDIR)/resource-uunit.Po
2795@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='resource-uunit.o' libtool=no @AMDEPBACKSLASH@
2796@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2797@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2798
2799resource-uunit.obj: uunit/uunit.cc
2800@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-uunit.obj -MD -MP -MF $(DEPDIR)/resource-uunit.Tpo -c -o resource-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2801@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-uunit.Tpo $(DEPDIR)/resource-uunit.Po
2802@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='resource-uunit.obj' libtool=no @AMDEPBACKSLASH@
2803@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2804@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2805
2806resource-drumkit_creator.o: drumkit_creator.cc
2807@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-drumkit_creator.o -MD -MP -MF $(DEPDIR)/resource-drumkit_creator.Tpo -c -o resource-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
2808@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-drumkit_creator.Tpo $(DEPDIR)/resource-drumkit_creator.Po
2809@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='resource-drumkit_creator.o' libtool=no @AMDEPBACKSLASH@
2810@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2811@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-drumkit_creator.o `test -f 'drumkit_creator.cc' || echo '$(srcdir)/'`drumkit_creator.cc
2812
2813resource-drumkit_creator.obj: drumkit_creator.cc
2814@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-drumkit_creator.obj -MD -MP -MF $(DEPDIR)/resource-drumkit_creator.Tpo -c -o resource-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
2815@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-drumkit_creator.Tpo $(DEPDIR)/resource-drumkit_creator.Po
2816@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='drumkit_creator.cc' object='resource-drumkit_creator.obj' libtool=no @AMDEPBACKSLASH@
2817@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2818@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-drumkit_creator.obj `if test -f 'drumkit_creator.cc'; then $(CYGPATH_W) 'drumkit_creator.cc'; else $(CYGPATH_W) '$(srcdir)/drumkit_creator.cc'; fi`
2819
2820resource-resource_test.o: resource_test.cc
2821@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-resource_test.o -MD -MP -MF $(DEPDIR)/resource-resource_test.Tpo -c -o resource-resource_test.o `test -f 'resource_test.cc' || echo '$(srcdir)/'`resource_test.cc
2822@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-resource_test.Tpo $(DEPDIR)/resource-resource_test.Po
2823@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='resource_test.cc' object='resource-resource_test.o' libtool=no @AMDEPBACKSLASH@
2824@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2825@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-resource_test.o `test -f 'resource_test.cc' || echo '$(srcdir)/'`resource_test.cc
2826
2827resource-resource_test.obj: resource_test.cc
2828@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-resource_test.obj -MD -MP -MF $(DEPDIR)/resource-resource_test.Tpo -c -o resource-resource_test.obj `if test -f 'resource_test.cc'; then $(CYGPATH_W) 'resource_test.cc'; else $(CYGPATH_W) '$(srcdir)/resource_test.cc'; fi`
2829@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-resource_test.Tpo $(DEPDIR)/resource-resource_test.Po
2830@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='resource_test.cc' object='resource-resource_test.obj' libtool=no @AMDEPBACKSLASH@
2831@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2832@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-resource_test.obj `if test -f 'resource_test.cc'; then $(CYGPATH_W) 'resource_test.cc'; else $(CYGPATH_W) '$(srcdir)/resource_test.cc'; fi`
2833
2834resource-resource_data.o: $(top_builddir)/plugingui/resource_data.cc
2835@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-resource_data.o -MD -MP -MF $(DEPDIR)/resource-resource_data.Tpo -c -o resource-resource_data.o `test -f '$(top_builddir)/plugingui/resource_data.cc' || echo '$(srcdir)/'`$(top_builddir)/plugingui/resource_data.cc
2836@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-resource_data.Tpo $(DEPDIR)/resource-resource_data.Po
2837@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_builddir)/plugingui/resource_data.cc' object='resource-resource_data.o' libtool=no @AMDEPBACKSLASH@
2838@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2839@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-resource_data.o `test -f '$(top_builddir)/plugingui/resource_data.cc' || echo '$(srcdir)/'`$(top_builddir)/plugingui/resource_data.cc
2840
2841resource-resource_data.obj: $(top_builddir)/plugingui/resource_data.cc
2842@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -MT resource-resource_data.obj -MD -MP -MF $(DEPDIR)/resource-resource_data.Tpo -c -o resource-resource_data.obj `if test -f '$(top_builddir)/plugingui/resource_data.cc'; then $(CYGPATH_W) '$(top_builddir)/plugingui/resource_data.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/plugingui/resource_data.cc'; fi`
2843@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resource-resource_data.Tpo $(DEPDIR)/resource-resource_data.Po
2844@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_builddir)/plugingui/resource_data.cc' object='resource-resource_data.obj' libtool=no @AMDEPBACKSLASH@
2845@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2846@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resource_CXXFLAGS) $(CXXFLAGS) -c -o resource-resource_data.obj `if test -f '$(top_builddir)/plugingui/resource_data.cc'; then $(CYGPATH_W) '$(top_builddir)/plugingui/resource_data.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/plugingui/resource_data.cc'; fi`
2847
2848semaphoretest-sem.o: $(top_srcdir)/src/sem.cc
2849@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -MT semaphoretest-sem.o -MD -MP -MF $(DEPDIR)/semaphoretest-sem.Tpo -c -o semaphoretest-sem.o `test -f '$(top_srcdir)/src/sem.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/sem.cc
2850@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/semaphoretest-sem.Tpo $(DEPDIR)/semaphoretest-sem.Po
2851@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/sem.cc' object='semaphoretest-sem.o' libtool=no @AMDEPBACKSLASH@
2852@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2853@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -c -o semaphoretest-sem.o `test -f '$(top_srcdir)/src/sem.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/sem.cc
2854
2855semaphoretest-sem.obj: $(top_srcdir)/src/sem.cc
2856@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -MT semaphoretest-sem.obj -MD -MP -MF $(DEPDIR)/semaphoretest-sem.Tpo -c -o semaphoretest-sem.obj `if test -f '$(top_srcdir)/src/sem.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/sem.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/sem.cc'; fi`
2857@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/semaphoretest-sem.Tpo $(DEPDIR)/semaphoretest-sem.Po
2858@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/sem.cc' object='semaphoretest-sem.obj' libtool=no @AMDEPBACKSLASH@
2859@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2860@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -c -o semaphoretest-sem.obj `if test -f '$(top_srcdir)/src/sem.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/sem.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/sem.cc'; fi`
2861
2862semaphoretest-semaphoretest.o: semaphoretest.cc
2863@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -MT semaphoretest-semaphoretest.o -MD -MP -MF $(DEPDIR)/semaphoretest-semaphoretest.Tpo -c -o semaphoretest-semaphoretest.o `test -f 'semaphoretest.cc' || echo '$(srcdir)/'`semaphoretest.cc
2864@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/semaphoretest-semaphoretest.Tpo $(DEPDIR)/semaphoretest-semaphoretest.Po
2865@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='semaphoretest.cc' object='semaphoretest-semaphoretest.o' libtool=no @AMDEPBACKSLASH@
2866@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2867@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -c -o semaphoretest-semaphoretest.o `test -f 'semaphoretest.cc' || echo '$(srcdir)/'`semaphoretest.cc
2868
2869semaphoretest-semaphoretest.obj: semaphoretest.cc
2870@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -MT semaphoretest-semaphoretest.obj -MD -MP -MF $(DEPDIR)/semaphoretest-semaphoretest.Tpo -c -o semaphoretest-semaphoretest.obj `if test -f 'semaphoretest.cc'; then $(CYGPATH_W) 'semaphoretest.cc'; else $(CYGPATH_W) '$(srcdir)/semaphoretest.cc'; fi`
2871@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/semaphoretest-semaphoretest.Tpo $(DEPDIR)/semaphoretest-semaphoretest.Po
2872@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='semaphoretest.cc' object='semaphoretest-semaphoretest.obj' libtool=no @AMDEPBACKSLASH@
2873@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2874@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -c -o semaphoretest-semaphoretest.obj `if test -f 'semaphoretest.cc'; then $(CYGPATH_W) 'semaphoretest.cc'; else $(CYGPATH_W) '$(srcdir)/semaphoretest.cc'; fi`
2875
2876semaphoretest-uunit.o: uunit/uunit.cc
2877@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -MT semaphoretest-uunit.o -MD -MP -MF $(DEPDIR)/semaphoretest-uunit.Tpo -c -o semaphoretest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2878@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/semaphoretest-uunit.Tpo $(DEPDIR)/semaphoretest-uunit.Po
2879@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='semaphoretest-uunit.o' libtool=no @AMDEPBACKSLASH@
2880@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2881@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -c -o semaphoretest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2882
2883semaphoretest-uunit.obj: uunit/uunit.cc
2884@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -MT semaphoretest-uunit.obj -MD -MP -MF $(DEPDIR)/semaphoretest-uunit.Tpo -c -o semaphoretest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2885@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/semaphoretest-uunit.Tpo $(DEPDIR)/semaphoretest-uunit.Po
2886@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='semaphoretest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2887@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2888@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(semaphoretest_CXXFLAGS) $(CXXFLAGS) -c -o semaphoretest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2889
2890syncedsettingstest-syncedsettings.o: syncedsettings.cc
2891@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncedsettingstest_CXXFLAGS) $(CXXFLAGS) -MT syncedsettingstest-syncedsettings.o -MD -MP -MF $(DEPDIR)/syncedsettingstest-syncedsettings.Tpo -c -o syncedsettingstest-syncedsettings.o `test -f 'syncedsettings.cc' || echo '$(srcdir)/'`syncedsettings.cc
2892@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/syncedsettingstest-syncedsettings.Tpo $(DEPDIR)/syncedsettingstest-syncedsettings.Po
2893@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='syncedsettings.cc' object='syncedsettingstest-syncedsettings.o' libtool=no @AMDEPBACKSLASH@
2894@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2895@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncedsettingstest_CXXFLAGS) $(CXXFLAGS) -c -o syncedsettingstest-syncedsettings.o `test -f 'syncedsettings.cc' || echo '$(srcdir)/'`syncedsettings.cc
2896
2897syncedsettingstest-syncedsettings.obj: syncedsettings.cc
2898@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncedsettingstest_CXXFLAGS) $(CXXFLAGS) -MT syncedsettingstest-syncedsettings.obj -MD -MP -MF $(DEPDIR)/syncedsettingstest-syncedsettings.Tpo -c -o syncedsettingstest-syncedsettings.obj `if test -f 'syncedsettings.cc'; then $(CYGPATH_W) 'syncedsettings.cc'; else $(CYGPATH_W) '$(srcdir)/syncedsettings.cc'; fi`
2899@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/syncedsettingstest-syncedsettings.Tpo $(DEPDIR)/syncedsettingstest-syncedsettings.Po
2900@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='syncedsettings.cc' object='syncedsettingstest-syncedsettings.obj' libtool=no @AMDEPBACKSLASH@
2901@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2902@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncedsettingstest_CXXFLAGS) $(CXXFLAGS) -c -o syncedsettingstest-syncedsettings.obj `if test -f 'syncedsettings.cc'; then $(CYGPATH_W) 'syncedsettings.cc'; else $(CYGPATH_W) '$(srcdir)/syncedsettings.cc'; fi`
2903
2904syncedsettingstest-uunit.o: uunit/uunit.cc
2905@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncedsettingstest_CXXFLAGS) $(CXXFLAGS) -MT syncedsettingstest-uunit.o -MD -MP -MF $(DEPDIR)/syncedsettingstest-uunit.Tpo -c -o syncedsettingstest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2906@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/syncedsettingstest-uunit.Tpo $(DEPDIR)/syncedsettingstest-uunit.Po
2907@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='syncedsettingstest-uunit.o' libtool=no @AMDEPBACKSLASH@
2908@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2909@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncedsettingstest_CXXFLAGS) $(CXXFLAGS) -c -o syncedsettingstest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2910
2911syncedsettingstest-uunit.obj: uunit/uunit.cc
2912@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncedsettingstest_CXXFLAGS) $(CXXFLAGS) -MT syncedsettingstest-uunit.obj -MD -MP -MF $(DEPDIR)/syncedsettingstest-uunit.Tpo -c -o syncedsettingstest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2913@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/syncedsettingstest-uunit.Tpo $(DEPDIR)/syncedsettingstest-uunit.Po
2914@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='syncedsettingstest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2915@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2916@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncedsettingstest_CXXFLAGS) $(CXXFLAGS) -c -o syncedsettingstest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2917
2918translationtest-resource.o: $(top_srcdir)/plugingui/resource.cc
2919@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-resource.o -MD -MP -MF $(DEPDIR)/translationtest-resource.Tpo -c -o translationtest-resource.o `test -f '$(top_srcdir)/plugingui/resource.cc' || echo '$(srcdir)/'`$(top_srcdir)/plugingui/resource.cc
2920@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-resource.Tpo $(DEPDIR)/translationtest-resource.Po
2921@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/plugingui/resource.cc' object='translationtest-resource.o' libtool=no @AMDEPBACKSLASH@
2922@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2923@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-resource.o `test -f '$(top_srcdir)/plugingui/resource.cc' || echo '$(srcdir)/'`$(top_srcdir)/plugingui/resource.cc
2924
2925translationtest-resource.obj: $(top_srcdir)/plugingui/resource.cc
2926@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-resource.obj -MD -MP -MF $(DEPDIR)/translationtest-resource.Tpo -c -o translationtest-resource.obj `if test -f '$(top_srcdir)/plugingui/resource.cc'; then $(CYGPATH_W) '$(top_srcdir)/plugingui/resource.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/plugingui/resource.cc'; fi`
2927@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-resource.Tpo $(DEPDIR)/translationtest-resource.Po
2928@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/plugingui/resource.cc' object='translationtest-resource.obj' libtool=no @AMDEPBACKSLASH@
2929@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2930@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-resource.obj `if test -f '$(top_srcdir)/plugingui/resource.cc'; then $(CYGPATH_W) '$(top_srcdir)/plugingui/resource.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/plugingui/resource.cc'; fi`
2931
2932translationtest-translation.o: $(top_srcdir)/src/translation.cc
2933@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-translation.o -MD -MP -MF $(DEPDIR)/translationtest-translation.Tpo -c -o translationtest-translation.o `test -f '$(top_srcdir)/src/translation.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/translation.cc
2934@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-translation.Tpo $(DEPDIR)/translationtest-translation.Po
2935@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/translation.cc' object='translationtest-translation.o' libtool=no @AMDEPBACKSLASH@
2936@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2937@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-translation.o `test -f '$(top_srcdir)/src/translation.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/translation.cc
2938
2939translationtest-translation.obj: $(top_srcdir)/src/translation.cc
2940@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-translation.obj -MD -MP -MF $(DEPDIR)/translationtest-translation.Tpo -c -o translationtest-translation.obj `if test -f '$(top_srcdir)/src/translation.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/translation.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/translation.cc'; fi`
2941@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-translation.Tpo $(DEPDIR)/translationtest-translation.Po
2942@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/translation.cc' object='translationtest-translation.obj' libtool=no @AMDEPBACKSLASH@
2943@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2944@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-translation.obj `if test -f '$(top_srcdir)/src/translation.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/translation.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/translation.cc'; fi`
2945
2946translationtest-uitranslation.o: $(top_srcdir)/plugingui/uitranslation.cc
2947@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-uitranslation.o -MD -MP -MF $(DEPDIR)/translationtest-uitranslation.Tpo -c -o translationtest-uitranslation.o `test -f '$(top_srcdir)/plugingui/uitranslation.cc' || echo '$(srcdir)/'`$(top_srcdir)/plugingui/uitranslation.cc
2948@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-uitranslation.Tpo $(DEPDIR)/translationtest-uitranslation.Po
2949@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/plugingui/uitranslation.cc' object='translationtest-uitranslation.o' libtool=no @AMDEPBACKSLASH@
2950@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2951@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-uitranslation.o `test -f '$(top_srcdir)/plugingui/uitranslation.cc' || echo '$(srcdir)/'`$(top_srcdir)/plugingui/uitranslation.cc
2952
2953translationtest-uitranslation.obj: $(top_srcdir)/plugingui/uitranslation.cc
2954@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-uitranslation.obj -MD -MP -MF $(DEPDIR)/translationtest-uitranslation.Tpo -c -o translationtest-uitranslation.obj `if test -f '$(top_srcdir)/plugingui/uitranslation.cc'; then $(CYGPATH_W) '$(top_srcdir)/plugingui/uitranslation.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/plugingui/uitranslation.cc'; fi`
2955@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-uitranslation.Tpo $(DEPDIR)/translationtest-uitranslation.Po
2956@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/plugingui/uitranslation.cc' object='translationtest-uitranslation.obj' libtool=no @AMDEPBACKSLASH@
2957@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2958@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-uitranslation.obj `if test -f '$(top_srcdir)/plugingui/uitranslation.cc'; then $(CYGPATH_W) '$(top_srcdir)/plugingui/uitranslation.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/plugingui/uitranslation.cc'; fi`
2959
2960translationtest-translationtest.o: translationtest.cc
2961@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-translationtest.o -MD -MP -MF $(DEPDIR)/translationtest-translationtest.Tpo -c -o translationtest-translationtest.o `test -f 'translationtest.cc' || echo '$(srcdir)/'`translationtest.cc
2962@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-translationtest.Tpo $(DEPDIR)/translationtest-translationtest.Po
2963@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='translationtest.cc' object='translationtest-translationtest.o' libtool=no @AMDEPBACKSLASH@
2964@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2965@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-translationtest.o `test -f 'translationtest.cc' || echo '$(srcdir)/'`translationtest.cc
2966
2967translationtest-translationtest.obj: translationtest.cc
2968@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-translationtest.obj -MD -MP -MF $(DEPDIR)/translationtest-translationtest.Tpo -c -o translationtest-translationtest.obj `if test -f 'translationtest.cc'; then $(CYGPATH_W) 'translationtest.cc'; else $(CYGPATH_W) '$(srcdir)/translationtest.cc'; fi`
2969@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-translationtest.Tpo $(DEPDIR)/translationtest-translationtest.Po
2970@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='translationtest.cc' object='translationtest-translationtest.obj' libtool=no @AMDEPBACKSLASH@
2971@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2972@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-translationtest.obj `if test -f 'translationtest.cc'; then $(CYGPATH_W) 'translationtest.cc'; else $(CYGPATH_W) '$(srcdir)/translationtest.cc'; fi`
2973
2974translationtest-uunit.o: uunit/uunit.cc
2975@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-uunit.o -MD -MP -MF $(DEPDIR)/translationtest-uunit.Tpo -c -o translationtest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2976@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-uunit.Tpo $(DEPDIR)/translationtest-uunit.Po
2977@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='translationtest-uunit.o' libtool=no @AMDEPBACKSLASH@
2978@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2979@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-uunit.o `test -f 'uunit/uunit.cc' || echo '$(srcdir)/'`uunit/uunit.cc
2980
2981translationtest-uunit.obj: uunit/uunit.cc
2982@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-uunit.obj -MD -MP -MF $(DEPDIR)/translationtest-uunit.Tpo -c -o translationtest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2983@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-uunit.Tpo $(DEPDIR)/translationtest-uunit.Po
2984@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uunit/uunit.cc' object='translationtest-uunit.obj' libtool=no @AMDEPBACKSLASH@
2985@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2986@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-uunit.obj `if test -f 'uunit/uunit.cc'; then $(CYGPATH_W) 'uunit/uunit.cc'; else $(CYGPATH_W) '$(srcdir)/uunit/uunit.cc'; fi`
2987
2988translationtest-translationtest_resource_data.o: $(top_builddir)/test/translationtest_resource_data.cc
2989@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-translationtest_resource_data.o -MD -MP -MF $(DEPDIR)/translationtest-translationtest_resource_data.Tpo -c -o translationtest-translationtest_resource_data.o `test -f '$(top_builddir)/test/translationtest_resource_data.cc' || echo '$(srcdir)/'`$(top_builddir)/test/translationtest_resource_data.cc
2990@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-translationtest_resource_data.Tpo $(DEPDIR)/translationtest-translationtest_resource_data.Po
2991@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_builddir)/test/translationtest_resource_data.cc' object='translationtest-translationtest_resource_data.o' libtool=no @AMDEPBACKSLASH@
2992@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2993@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-translationtest_resource_data.o `test -f '$(top_builddir)/test/translationtest_resource_data.cc' || echo '$(srcdir)/'`$(top_builddir)/test/translationtest_resource_data.cc
2994
2995translationtest-translationtest_resource_data.obj: $(top_builddir)/test/translationtest_resource_data.cc
2996@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -MT translationtest-translationtest_resource_data.obj -MD -MP -MF $(DEPDIR)/translationtest-translationtest_resource_data.Tpo -c -o translationtest-translationtest_resource_data.obj `if test -f '$(top_builddir)/test/translationtest_resource_data.cc'; then $(CYGPATH_W) '$(top_builddir)/test/translationtest_resource_data.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/test/translationtest_resource_data.cc'; fi`
2997@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/translationtest-translationtest_resource_data.Tpo $(DEPDIR)/translationtest-translationtest_resource_data.Po
2998@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_builddir)/test/translationtest_resource_data.cc' object='translationtest-translationtest_resource_data.obj' libtool=no @AMDEPBACKSLASH@
2999@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3000@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(translationtest_CXXFLAGS) $(CXXFLAGS) -c -o translationtest-translationtest_resource_data.obj `if test -f '$(top_builddir)/test/translationtest_resource_data.cc'; then $(CYGPATH_W) '$(top_builddir)/test/translationtest_resource_data.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/test/translationtest_resource_data.cc'; fi`
3001
3002.cpp.o:
3003@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
3004@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
3005@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
3006@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3007@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
3008
3009.cpp.obj:
3010@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
3011@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
3012@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
3013@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3014@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
3015
3016.cpp.lo:
3017@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
3018@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
3019@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
3020@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3021@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
3022
3023mostlyclean-libtool:
3024	-rm -f *.lo
3025
3026clean-libtool:
3027	-rm -rf .libs _libs
3028
3029# This directory's subdirectories are mostly independent; you can cd
3030# into them and run 'make' without going through this Makefile.
3031# To change the values of 'make' variables: instead of editing Makefiles,
3032# (1) if the variable is set in 'config.status', edit 'config.status'
3033#     (which will cause the Makefiles to be regenerated when you run 'make');
3034# (2) otherwise, pass the desired values on the 'make' command line.
3035$(am__recursive_targets):
3036	@fail=; \
3037	if $(am__make_keepgoing); then \
3038	  failcom='fail=yes'; \
3039	else \
3040	  failcom='exit 1'; \
3041	fi; \
3042	dot_seen=no; \
3043	target=`echo $@ | sed s/-recursive//`; \
3044	case "$@" in \
3045	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3046	  *) list='$(SUBDIRS)' ;; \
3047	esac; \
3048	for subdir in $$list; do \
3049	  echo "Making $$target in $$subdir"; \
3050	  if test "$$subdir" = "."; then \
3051	    dot_seen=yes; \
3052	    local_target="$$target-am"; \
3053	  else \
3054	    local_target="$$target"; \
3055	  fi; \
3056	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3057	  || eval $$failcom; \
3058	done; \
3059	if test "$$dot_seen" = "no"; then \
3060	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3061	fi; test -z "$$fail"
3062
3063ID: $(am__tagged_files)
3064	$(am__define_uniq_tagged_files); mkid -fID $$unique
3065tags: tags-recursive
3066TAGS: tags
3067
3068tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3069	set x; \
3070	here=`pwd`; \
3071	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
3072	  include_option=--etags-include; \
3073	  empty_fix=.; \
3074	else \
3075	  include_option=--include; \
3076	  empty_fix=; \
3077	fi; \
3078	list='$(SUBDIRS)'; for subdir in $$list; do \
3079	  if test "$$subdir" = .; then :; else \
3080	    test ! -f $$subdir/TAGS || \
3081	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3082	  fi; \
3083	done; \
3084	$(am__define_uniq_tagged_files); \
3085	shift; \
3086	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3087	  test -n "$$unique" || unique=$$empty_fix; \
3088	  if test $$# -gt 0; then \
3089	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3090	      "$$@" $$unique; \
3091	  else \
3092	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3093	      $$unique; \
3094	  fi; \
3095	fi
3096ctags: ctags-recursive
3097
3098CTAGS: ctags
3099ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3100	$(am__define_uniq_tagged_files); \
3101	test -z "$(CTAGS_ARGS)$$unique" \
3102	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3103	     $$unique
3104
3105GTAGS:
3106	here=`$(am__cd) $(top_builddir) && pwd` \
3107	  && $(am__cd) $(top_srcdir) \
3108	  && gtags -i $(GTAGS_ARGS) "$$here"
3109cscopelist: cscopelist-recursive
3110
3111cscopelist-am: $(am__tagged_files)
3112	list='$(am__tagged_files)'; \
3113	case "$(srcdir)" in \
3114	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
3115	  *) sdir=$(subdir)/$(srcdir) ;; \
3116	esac; \
3117	for i in $$list; do \
3118	  if test -f "$$i"; then \
3119	    echo "$(subdir)/$$i"; \
3120	  else \
3121	    echo "$$sdir/$$i"; \
3122	  fi; \
3123	done >> $(top_builddir)/cscope.files
3124
3125distclean-tags:
3126	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3127
3128# Recover from deleted '.trs' file; this should ensure that
3129# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
3130# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
3131# to avoid problems with "make -n".
3132.log.trs:
3133	rm -f $< $@
3134	$(MAKE) $(AM_MAKEFLAGS) $<
3135
3136# Leading 'am--fnord' is there to ensure the list of targets does not
3137# expand to empty, as could happen e.g. with make check TESTS=''.
3138am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
3139am--force-recheck:
3140	@:
3141
3142$(TEST_SUITE_LOG): $(TEST_LOGS)
3143	@$(am__set_TESTS_bases); \
3144	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
3145	redo_bases=`for i in $$bases; do \
3146	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
3147	            done`; \
3148	if test -n "$$redo_bases"; then \
3149	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
3150	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
3151	  if $(am__make_dryrun); then :; else \
3152	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
3153	  fi; \
3154	fi; \
3155	if test -n "$$am__remaking_logs"; then \
3156	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
3157	       "recursion detected" >&2; \
3158	elif test -n "$$redo_logs"; then \
3159	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
3160	fi; \
3161	if $(am__make_dryrun); then :; else \
3162	  st=0;  \
3163	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
3164	  for i in $$redo_bases; do \
3165	    test -f $$i.trs && test -r $$i.trs \
3166	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
3167	    test -f $$i.log && test -r $$i.log \
3168	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
3169	  done; \
3170	  test $$st -eq 0 || exit 1; \
3171	fi
3172	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
3173	ws='[ 	]'; \
3174	results=`for b in $$bases; do echo $$b.trs; done`; \
3175	test -n "$$results" || results=/dev/null; \
3176	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
3177	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
3178	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
3179	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
3180	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
3181	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
3182	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
3183	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
3184	  success=true; \
3185	else \
3186	  success=false; \
3187	fi; \
3188	br='==================='; br=$$br$$br$$br$$br; \
3189	result_count () \
3190	{ \
3191	    if test x"$$1" = x"--maybe-color"; then \
3192	      maybe_colorize=yes; \
3193	    elif test x"$$1" = x"--no-color"; then \
3194	      maybe_colorize=no; \
3195	    else \
3196	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
3197	    fi; \
3198	    shift; \
3199	    desc=$$1 count=$$2; \
3200	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
3201	      color_start=$$3 color_end=$$std; \
3202	    else \
3203	      color_start= color_end=; \
3204	    fi; \
3205	    echo "$${color_start}# $$desc $$count$${color_end}"; \
3206	}; \
3207	create_testsuite_report () \
3208	{ \
3209	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
3210	  result_count $$1 "PASS: " $$pass  "$$grn"; \
3211	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
3212	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
3213	  result_count $$1 "FAIL: " $$fail  "$$red"; \
3214	  result_count $$1 "XPASS:" $$xpass "$$red"; \
3215	  result_count $$1 "ERROR:" $$error "$$mgn"; \
3216	}; \
3217	{								\
3218	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
3219	    $(am__rst_title);						\
3220	  create_testsuite_report --no-color;				\
3221	  echo;								\
3222	  echo ".. contents:: :depth: 2";				\
3223	  echo;								\
3224	  for b in $$bases; do echo $$b; done				\
3225	    | $(am__create_global_log);					\
3226	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
3227	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
3228	if $$success; then						\
3229	  col="$$grn";							\
3230	 else								\
3231	  col="$$red";							\
3232	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
3233	fi;								\
3234	echo "$${col}$$br$${std}"; 					\
3235	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
3236	echo "$${col}$$br$${std}"; 					\
3237	create_testsuite_report --maybe-color;				\
3238	echo "$$col$$br$$std";						\
3239	if $$success; then :; else					\
3240	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
3241	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
3242	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
3243	  fi;								\
3244	  echo "$$col$$br$$std";					\
3245	fi;								\
3246	$$success || exit 1
3247
3248check-TESTS:
3249	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
3250	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
3251	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
3252	@set +e; $(am__set_TESTS_bases); \
3253	log_list=`for i in $$bases; do echo $$i.log; done`; \
3254	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
3255	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
3256	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
3257	exit $$?;
3258recheck: all $(check_PROGRAMS)
3259	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
3260	@set +e; $(am__set_TESTS_bases); \
3261	bases=`for i in $$bases; do echo $$i; done \
3262	         | $(am__list_recheck_tests)` || exit 1; \
3263	log_list=`for i in $$bases; do echo $$i.log; done`; \
3264	log_list=`echo $$log_list`; \
3265	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
3266	        am__force_recheck=am--force-recheck \
3267	        TEST_LOGS="$$log_list"; \
3268	exit $$?
3269resource.log: resource$(EXEEXT)
3270	@p='resource$(EXEEXT)'; \
3271	b='resource'; \
3272	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3273	--log-file $$b.log --trs-file $$b.trs \
3274	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3275	"$$tst" $(AM_TESTS_FD_REDIRECT)
3276enginetest.log: enginetest$(EXEEXT)
3277	@p='enginetest$(EXEEXT)'; \
3278	b='enginetest'; \
3279	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3280	--log-file $$b.log --trs-file $$b.trs \
3281	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3282	"$$tst" $(AM_TESTS_FD_REDIRECT)
3283paintertest.log: paintertest$(EXEEXT)
3284	@p='paintertest$(EXEEXT)'; \
3285	b='paintertest'; \
3286	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3287	--log-file $$b.log --trs-file $$b.trs \
3288	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3289	"$$tst" $(AM_TESTS_FD_REDIRECT)
3290configfile.log: configfile$(EXEEXT)
3291	@p='configfile$(EXEEXT)'; \
3292	b='configfile'; \
3293	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3294	--log-file $$b.log --trs-file $$b.trs \
3295	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3296	"$$tst" $(AM_TESTS_FD_REDIRECT)
3297audiocache.log: audiocache$(EXEEXT)
3298	@p='audiocache$(EXEEXT)'; \
3299	b='audiocache'; \
3300	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3301	--log-file $$b.log --trs-file $$b.trs \
3302	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3303	"$$tst" $(AM_TESTS_FD_REDIRECT)
3304audiocachefile.log: audiocachefile$(EXEEXT)
3305	@p='audiocachefile$(EXEEXT)'; \
3306	b='audiocachefile'; \
3307	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3308	--log-file $$b.log --trs-file $$b.trs \
3309	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3310	"$$tst" $(AM_TESTS_FD_REDIRECT)
3311audiocacheidmanager.log: audiocacheidmanager$(EXEEXT)
3312	@p='audiocacheidmanager$(EXEEXT)'; \
3313	b='audiocacheidmanager'; \
3314	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3315	--log-file $$b.log --trs-file $$b.trs \
3316	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3317	"$$tst" $(AM_TESTS_FD_REDIRECT)
3318audiocacheeventhandler.log: audiocacheeventhandler$(EXEEXT)
3319	@p='audiocacheeventhandler$(EXEEXT)'; \
3320	b='audiocacheeventhandler'; \
3321	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3322	--log-file $$b.log --trs-file $$b.trs \
3323	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3324	"$$tst" $(AM_TESTS_FD_REDIRECT)
3325randomtest.log: randomtest$(EXEEXT)
3326	@p='randomtest$(EXEEXT)'; \
3327	b='randomtest'; \
3328	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3329	--log-file $$b.log --trs-file $$b.trs \
3330	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3331	"$$tst" $(AM_TESTS_FD_REDIRECT)
3332atomictest.log: atomictest$(EXEEXT)
3333	@p='atomictest$(EXEEXT)'; \
3334	b='atomictest'; \
3335	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3336	--log-file $$b.log --trs-file $$b.trs \
3337	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3338	"$$tst" $(AM_TESTS_FD_REDIRECT)
3339syncedsettingstest.log: syncedsettingstest$(EXEEXT)
3340	@p='syncedsettingstest$(EXEEXT)'; \
3341	b='syncedsettingstest'; \
3342	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3343	--log-file $$b.log --trs-file $$b.trs \
3344	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3345	"$$tst" $(AM_TESTS_FD_REDIRECT)
3346imagecachetest.log: imagecachetest$(EXEEXT)
3347	@p='imagecachetest$(EXEEXT)'; \
3348	b='imagecachetest'; \
3349	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3350	--log-file $$b.log --trs-file $$b.trs \
3351	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3352	"$$tst" $(AM_TESTS_FD_REDIRECT)
3353semaphoretest.log: semaphoretest$(EXEEXT)
3354	@p='semaphoretest$(EXEEXT)'; \
3355	b='semaphoretest'; \
3356	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3357	--log-file $$b.log --trs-file $$b.trs \
3358	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3359	"$$tst" $(AM_TESTS_FD_REDIRECT)
3360drumkitcreatortest.log: drumkitcreatortest$(EXEEXT)
3361	@p='drumkitcreatortest$(EXEEXT)'; \
3362	b='drumkitcreatortest'; \
3363	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3364	--log-file $$b.log --trs-file $$b.trs \
3365	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3366	"$$tst" $(AM_TESTS_FD_REDIRECT)
3367bytesizeparsertest.log: bytesizeparsertest$(EXEEXT)
3368	@p='bytesizeparsertest$(EXEEXT)'; \
3369	b='bytesizeparsertest'; \
3370	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3371	--log-file $$b.log --trs-file $$b.trs \
3372	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3373	"$$tst" $(AM_TESTS_FD_REDIRECT)
3374notifiertest.log: notifiertest$(EXEEXT)
3375	@p='notifiertest$(EXEEXT)'; \
3376	b='notifiertest'; \
3377	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3378	--log-file $$b.log --trs-file $$b.trs \
3379	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3380	"$$tst" $(AM_TESTS_FD_REDIRECT)
3381dgxmlparsertest.log: dgxmlparsertest$(EXEEXT)
3382	@p='dgxmlparsertest$(EXEEXT)'; \
3383	b='dgxmlparsertest'; \
3384	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3385	--log-file $$b.log --trs-file $$b.trs \
3386	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3387	"$$tst" $(AM_TESTS_FD_REDIRECT)
3388domloadertest.log: domloadertest$(EXEEXT)
3389	@p='domloadertest$(EXEEXT)'; \
3390	b='domloadertest'; \
3391	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3392	--log-file $$b.log --trs-file $$b.trs \
3393	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3394	"$$tst" $(AM_TESTS_FD_REDIRECT)
3395configparsertest.log: configparsertest$(EXEEXT)
3396	@p='configparsertest$(EXEEXT)'; \
3397	b='configparsertest'; \
3398	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3399	--log-file $$b.log --trs-file $$b.trs \
3400	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3401	"$$tst" $(AM_TESTS_FD_REDIRECT)
3402midimapparsertest.log: midimapparsertest$(EXEEXT)
3403	@p='midimapparsertest$(EXEEXT)'; \
3404	b='midimapparsertest'; \
3405	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3406	--log-file $$b.log --trs-file $$b.trs \
3407	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3408	"$$tst" $(AM_TESTS_FD_REDIRECT)
3409eventsdstest.log: eventsdstest$(EXEEXT)
3410	@p='eventsdstest$(EXEEXT)'; \
3411	b='eventsdstest'; \
3412	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3413	--log-file $$b.log --trs-file $$b.trs \
3414	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3415	"$$tst" $(AM_TESTS_FD_REDIRECT)
3416powermaptest.log: powermaptest$(EXEEXT)
3417	@p='powermaptest$(EXEEXT)'; \
3418	b='powermaptest'; \
3419	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3420	--log-file $$b.log --trs-file $$b.trs \
3421	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3422	"$$tst" $(AM_TESTS_FD_REDIRECT)
3423translationtest.log: translationtest$(EXEEXT)
3424	@p='translationtest$(EXEEXT)'; \
3425	b='translationtest'; \
3426	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3427	--log-file $$b.log --trs-file $$b.trs \
3428	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3429	"$$tst" $(AM_TESTS_FD_REDIRECT)
3430lv2.log: lv2$(EXEEXT)
3431	@p='lv2$(EXEEXT)'; \
3432	b='lv2'; \
3433	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
3434	--log-file $$b.log --trs-file $$b.trs \
3435	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
3436	"$$tst" $(AM_TESTS_FD_REDIRECT)
3437.test.log:
3438	@p='$<'; \
3439	$(am__set_b); \
3440	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
3441	--log-file $$b.log --trs-file $$b.trs \
3442	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
3443	"$$tst" $(AM_TESTS_FD_REDIRECT)
3444@am__EXEEXT_TRUE@.test$(EXEEXT).log:
3445@am__EXEEXT_TRUE@	@p='$<'; \
3446@am__EXEEXT_TRUE@	$(am__set_b); \
3447@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
3448@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
3449@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
3450@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
3451
3452distdir: $(DISTFILES)
3453	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3454	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3455	list='$(DISTFILES)'; \
3456	  dist_files=`for file in $$list; do echo $$file; done | \
3457	  sed -e "s|^$$srcdirstrip/||;t" \
3458	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
3459	case $$dist_files in \
3460	  */*) $(MKDIR_P) `echo "$$dist_files" | \
3461			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
3462			   sort -u` ;; \
3463	esac; \
3464	for file in $$dist_files; do \
3465	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3466	  if test -d $$d/$$file; then \
3467	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3468	    if test -d "$(distdir)/$$file"; then \
3469	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3470	    fi; \
3471	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3472	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
3473	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3474	    fi; \
3475	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
3476	  else \
3477	    test -f "$(distdir)/$$file" \
3478	    || cp -p $$d/$$file "$(distdir)/$$file" \
3479	    || exit 1; \
3480	  fi; \
3481	done
3482	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3483	  if test "$$subdir" = .; then :; else \
3484	    $(am__make_dryrun) \
3485	      || test -d "$(distdir)/$$subdir" \
3486	      || $(MKDIR_P) "$(distdir)/$$subdir" \
3487	      || exit 1; \
3488	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
3489	    $(am__relativize); \
3490	    new_distdir=$$reldir; \
3491	    dir1=$$subdir; dir2="$(top_distdir)"; \
3492	    $(am__relativize); \
3493	    new_top_distdir=$$reldir; \
3494	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
3495	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
3496	    ($(am__cd) $$subdir && \
3497	      $(MAKE) $(AM_MAKEFLAGS) \
3498	        top_distdir="$$new_top_distdir" \
3499	        distdir="$$new_distdir" \
3500		am__remove_distdir=: \
3501		am__skip_length_check=: \
3502		am__skip_mode_fix=: \
3503	        distdir) \
3504	      || exit 1; \
3505	  fi; \
3506	done
3507check-am: all-am
3508	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
3509	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
3510check: $(BUILT_SOURCES)
3511	$(MAKE) $(AM_MAKEFLAGS) check-recursive
3512all-am: Makefile
3513installdirs: installdirs-recursive
3514installdirs-am:
3515install: $(BUILT_SOURCES)
3516	$(MAKE) $(AM_MAKEFLAGS) install-recursive
3517install-exec: install-exec-recursive
3518install-data: install-data-recursive
3519uninstall: uninstall-recursive
3520
3521install-am: all-am
3522	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3523
3524installcheck: installcheck-recursive
3525install-strip:
3526	if test -z '$(STRIP)'; then \
3527	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3528	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3529	      install; \
3530	else \
3531	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3532	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3533	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
3534	fi
3535mostlyclean-generic:
3536	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
3537	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
3538	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
3539
3540clean-generic:
3541	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3542
3543distclean-generic:
3544	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3545	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3546
3547maintainer-clean-generic:
3548	@echo "This command is intended for maintainers to use"
3549	@echo "it deletes files that may require special tools to rebuild."
3550	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
3551clean: clean-recursive
3552
3553clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
3554	mostlyclean-am
3555
3556distclean: distclean-recursive
3557	-rm -rf ./$(DEPDIR)
3558	-rm -f Makefile
3559distclean-am: clean-am distclean-compile distclean-generic \
3560	distclean-tags
3561
3562dvi: dvi-recursive
3563
3564dvi-am:
3565
3566html: html-recursive
3567
3568html-am:
3569
3570info: info-recursive
3571
3572info-am:
3573
3574install-data-am:
3575
3576install-dvi: install-dvi-recursive
3577
3578install-dvi-am:
3579
3580install-exec-am:
3581
3582install-html: install-html-recursive
3583
3584install-html-am:
3585
3586install-info: install-info-recursive
3587
3588install-info-am:
3589
3590install-man:
3591
3592install-pdf: install-pdf-recursive
3593
3594install-pdf-am:
3595
3596install-ps: install-ps-recursive
3597
3598install-ps-am:
3599
3600installcheck-am:
3601
3602maintainer-clean: maintainer-clean-recursive
3603	-rm -rf ./$(DEPDIR)
3604	-rm -f Makefile
3605maintainer-clean-am: distclean-am maintainer-clean-generic
3606
3607mostlyclean: mostlyclean-recursive
3608
3609mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3610	mostlyclean-libtool
3611
3612pdf: pdf-recursive
3613
3614pdf-am:
3615
3616ps: ps-recursive
3617
3618ps-am:
3619
3620uninstall-am:
3621
3622.MAKE: $(am__recursive_targets) all check check-am install install-am \
3623	install-strip
3624
3625.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
3626	check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
3627	clean-libtool cscopelist-am ctags ctags-am distclean \
3628	distclean-compile distclean-generic distclean-libtool \
3629	distclean-tags distdir dvi dvi-am html html-am info info-am \
3630	install install-am install-data install-data-am install-dvi \
3631	install-dvi-am install-exec install-exec-am install-html \
3632	install-html-am install-info install-info-am install-man \
3633	install-pdf install-pdf-am install-ps install-ps-am \
3634	install-strip installcheck installcheck-am installdirs \
3635	installdirs-am maintainer-clean maintainer-clean-generic \
3636	mostlyclean mostlyclean-compile mostlyclean-generic \
3637	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
3638	uninstall uninstall-am
3639
3640.PRECIOUS: Makefile
3641
3642
3643@ENABLE_TESTS_TRUE@translationtest_resource_data.cc: $(top_builddir)/plugingui/rcgen $(RES)
3644@ENABLE_TESTS_TRUE@	$(rcgen_verbose)$(top_builddir)/plugingui/rcgen$(EXEEXT) -s $(top_srcdir)/test/ -o $@ $(RES)
3645
3646# Tell versions [3.59,3.63) of GNU make to not export all variables.
3647# Otherwise a system limit (for SysV at least) may be exceeded.
3648.NOEXPORT:
3649