1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38bin_PROGRAMS = rawstudio$(EXEEXT)
39subdir = src
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.in
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44	$(ACLOCAL_M4)
45mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48CONFIG_CLEAN_VPATH_FILES =
49am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(uidir)"
50PROGRAMS = $(bin_PROGRAMS)
51am_rawstudio_OBJECTS = application.$(OBJEXT) rs-actions.$(OBJEXT) \
52	gtk-helper.$(OBJEXT) gtk-interface.$(OBJEXT) \
53	rs-save-dialog.$(OBJEXT) gtk-progress.$(OBJEXT) \
54	rs-camera-db.$(OBJEXT) rs-cache.$(OBJEXT) rs-batch.$(OBJEXT) \
55	rs-toolbox.$(OBJEXT) rs-navigator.$(OBJEXT) rs-photo.$(OBJEXT) \
56	rs-tiff.$(OBJEXT) filename.$(OBJEXT) rs-store.$(OBJEXT) \
57	rs-preview-widget.$(OBJEXT) rs-loupe.$(OBJEXT) \
58	rs-histogram.$(OBJEXT) eog-pixbuf-cell-renderer.$(OBJEXT) \
59	rs-pixbuf.$(OBJEXT) rs-external-editor.$(OBJEXT) \
60	rs-dir-selector.$(OBJEXT) rs-tag-gui.$(OBJEXT) \
61	rs-tethered-shooting.$(OBJEXT)
62rawstudio_OBJECTS = $(am_rawstudio_OBJECTS)
63am__DEPENDENCIES_1 =
64rawstudio_DEPENDENCIES = ../librawstudio/librawstudio-@VERSION@.la \
65	$(am__DEPENDENCIES_1)
66DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67depcomp = $(SHELL) $(top_srcdir)/depcomp
68am__depfiles_maybe = depfiles
69am__mv = mv -f
70COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75CCLD = $(CC)
76LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78	$(LDFLAGS) -o $@
79SOURCES = $(rawstudio_SOURCES)
80DIST_SOURCES = $(rawstudio_SOURCES)
81am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82am__vpath_adj = case $$p in \
83    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84    *) f=$$p;; \
85  esac;
86am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
87am__install_max = 40
88am__nobase_strip_setup = \
89  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
90am__nobase_strip = \
91  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
92am__nobase_list = $(am__nobase_strip_setup); \
93  for p in $$list; do echo "$$p $$p"; done | \
94  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
95  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
96    if (++n[$$2] == $(am__install_max)) \
97      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
98    END { for (dir in files) print dir, files[dir] }'
99am__base_list = \
100  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
101  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
102DATA = $(ui_DATA)
103ETAGS = etags
104CTAGS = ctags
105DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106ACLOCAL = @ACLOCAL@
107AMTAR = @AMTAR@
108AR = @AR@
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
112AWK = @AWK@
113CATALOGS = @CATALOGS@
114CATOBJEXT = @CATOBJEXT@
115CC = @CC@
116CCDEPMODE = @CCDEPMODE@
117CFLAGS = @CFLAGS@
118CPP = @CPP@
119CPPFLAGS = @CPPFLAGS@
120CXX = @CXX@
121CXXCPP = @CXXCPP@
122CXXDEPMODE = @CXXDEPMODE@
123CXXFLAGS = @CXXFLAGS@
124CYGPATH_W = @CYGPATH_W@
125DATADIRNAME = @DATADIRNAME@
126DEFS = @DEFS@
127DEPDIR = @DEPDIR@
128DSYMUTIL = @DSYMUTIL@
129DUMPBIN = @DUMPBIN@
130ECHO_C = @ECHO_C@
131ECHO_N = @ECHO_N@
132ECHO_T = @ECHO_T@
133EGREP = @EGREP@
134EXEEXT = @EXEEXT@
135FGREP = @FGREP@
136GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
137GMOFILES = @GMOFILES@
138GMSGFMT = @GMSGFMT@
139GREP = @GREP@
140INSTALL = @INSTALL@
141INSTALL_DATA = @INSTALL_DATA@
142INSTALL_PROGRAM = @INSTALL_PROGRAM@
143INSTALL_SCRIPT = @INSTALL_SCRIPT@
144INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145INSTOBJEXT = @INSTOBJEXT@
146INTLLIBS = @INTLLIBS@
147LD = @LD@
148LDFLAGS = @LDFLAGS@
149LIBJPEG = @LIBJPEG@
150LIBOBJS = @LIBOBJS@
151LIBS = @LIBS@
152LIBTIFF = @LIBTIFF@
153LIBTOOL = @LIBTOOL@
154LIPO = @LIPO@
155LN_S = @LN_S@
156LTLIBOBJS = @LTLIBOBJS@
157MAINT = @MAINT@
158MAKEINFO = @MAKEINFO@
159MKDIR_P = @MKDIR_P@
160MKINSTALLDIRS = @MKINSTALLDIRS@
161MSGFMT = @MSGFMT@
162MSGFMT_OPTS = @MSGFMT_OPTS@
163NM = @NM@
164NMEDIT = @NMEDIT@
165OBJDUMP = @OBJDUMP@
166OBJEXT = @OBJEXT@
167OTOOL = @OTOOL@
168OTOOL64 = @OTOOL64@
169PACKAGE = @PACKAGE@
170PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
172PACKAGE_LIBS = @PACKAGE_LIBS@
173PACKAGE_NAME = @PACKAGE_NAME@
174PACKAGE_STRING = @PACKAGE_STRING@
175PACKAGE_TARNAME = @PACKAGE_TARNAME@
176PACKAGE_URL = @PACKAGE_URL@
177PACKAGE_VERSION = @PACKAGE_VERSION@
178PATH_SEPARATOR = @PATH_SEPARATOR@
179PKG_CONFIG = @PKG_CONFIG@
180PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
181PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
182POFILES = @POFILES@
183POSUB = @POSUB@
184PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
185PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
186RANLIB = @RANLIB@
187SED = @SED@
188SET_MAKE = @SET_MAKE@
189SHELL = @SHELL@
190STRIP = @STRIP@
191SVNINFO = @SVNINFO@
192USE_NLS = @USE_NLS@
193VERSION = @VERSION@
194XGETTEXT = @XGETTEXT@
195abs_builddir = @abs_builddir@
196abs_srcdir = @abs_srcdir@
197abs_top_builddir = @abs_top_builddir@
198abs_top_srcdir = @abs_top_srcdir@
199ac_ct_CC = @ac_ct_CC@
200ac_ct_CXX = @ac_ct_CXX@
201ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
202am__include = @am__include@
203am__leading_dot = @am__leading_dot@
204am__quote = @am__quote@
205am__tar = @am__tar@
206am__untar = @am__untar@
207bindir = @bindir@
208build = @build@
209build_alias = @build_alias@
210build_cpu = @build_cpu@
211build_os = @build_os@
212build_vendor = @build_vendor@
213builddir = @builddir@
214datadir = @datadir@
215datarootdir = @datarootdir@
216docdir = @docdir@
217dvidir = @dvidir@
218exec_prefix = @exec_prefix@
219host = @host@
220host_alias = @host_alias@
221host_cpu = @host_cpu@
222host_os = @host_os@
223host_vendor = @host_vendor@
224htmldir = @htmldir@
225includedir = @includedir@
226infodir = @infodir@
227install_sh = @install_sh@
228libdir = @libdir@
229libexecdir = @libexecdir@
230localedir = @localedir@
231localstatedir = @localstatedir@
232lt_ECHO = @lt_ECHO@
233mandir = @mandir@
234mkdir_p = @mkdir_p@
235oldincludedir = @oldincludedir@
236pdfdir = @pdfdir@
237prefix = @prefix@
238program_transform_name = @program_transform_name@
239psdir = @psdir@
240sbindir = @sbindir@
241sharedstatedir = @sharedstatedir@
242srcdir = @srcdir@
243sysconfdir = @sysconfdir@
244target_alias = @target_alias@
245top_build_prefix = @top_build_prefix@
246top_builddir = @top_builddir@
247top_srcdir = @top_srcdir@
248INCLUDES = \
249	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
250	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
251	@PACKAGE_CFLAGS@ \
252	-I$(top_srcdir)/librawstudio/ \
253	-I$(top_srcdir)/
254
255AM_CFLAGS = \
256	-Wall -fno-strict-aliasing\
257	-DWITH_GCONF\
258	-O4
259
260AM_CXXFLAGS = $(AM_CFLAGS)
261uidir = $(datadir)/rawstudio/
262ui_DATA = ui.xml rawstudio.gtkrc
263EXTRA_DIST = \
264	$(ui_DATA)
265
266rawstudio_SOURCES = \
267	application.c application.h \
268	rs-actions.c rs-actions.h \
269	gtk-helper.c gtk-helper.h \
270	gtk-interface.c gtk-interface.h \
271	rs-save-dialog.c rs-save-dialog.h \
272	gtk-progress.c gtk-progress.h \
273	rs-camera-db.c rs-camera-db.h \
274	rs-cache.c rs-cache.h \
275	rs-batch.c rs-batch.h \
276	rs-toolbox.c rs-toolbox.h \
277	rs-navigator.c rs-navigator.h \
278	rs-photo.c rs-photo.h \
279	rs-tiff.c rs-tiff.h \
280	filename.c filename.h \
281	rs-store.c rs-store.h \
282	rs-preview-widget.c rs-preview-widget.h \
283	rs-loupe.c rs-loupe.h \
284	rs-histogram.c rs-histogram.h \
285	eog-pixbuf-cell-renderer.c eog-pixbuf-cell-renderer.h \
286	rs-pixbuf.c rs-pixbuf.h \
287	rs-external-editor.c rs-external-editor.h \
288	rs-dir-selector.c rs-dir-selector.h \
289	rs-tag-gui.c rs-tag-gui.h\
290	rs-tethered-shooting.c rs-tethered-shooting.h
291
292rawstudio_LDADD = ../librawstudio/librawstudio-@VERSION@.la @PACKAGE_LIBS@ @LIBJPEG@ @LIBTIFF@ $(INTLLIBS)
293all: all-am
294
295.SUFFIXES:
296.SUFFIXES: .c .lo .o .obj
297$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
298	@for dep in $?; do \
299	  case '$(am__configure_deps)' in \
300	    *$$dep*) \
301	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302	        && { if test -f $@; then exit 0; else break; fi; }; \
303	      exit 1;; \
304	  esac; \
305	done; \
306	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
307	$(am__cd) $(top_srcdir) && \
308	  $(AUTOMAKE) --gnu src/Makefile
309.PRECIOUS: Makefile
310Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311	@case '$?' in \
312	  *config.status*) \
313	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
314	  *) \
315	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
317	esac;
318
319$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321
322$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
323	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
325	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326$(am__aclocal_m4_deps):
327install-binPROGRAMS: $(bin_PROGRAMS)
328	@$(NORMAL_INSTALL)
329	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
330	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
331	for p in $$list; do echo "$$p $$p"; done | \
332	sed 's/$(EXEEXT)$$//' | \
333	while read p p1; do if test -f $$p || test -f $$p1; \
334	  then echo "$$p"; echo "$$p"; else :; fi; \
335	done | \
336	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
337	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
338	sed 'N;N;N;s,\n, ,g' | \
339	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
340	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
341	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
342	    else { print "f", $$3 "/" $$4, $$1; } } \
343	  END { for (d in files) print "f", d, files[d] }' | \
344	while read type dir files; do \
345	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
346	    test -z "$$files" || { \
347	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
348	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
349	    } \
350	; done
351
352uninstall-binPROGRAMS:
353	@$(NORMAL_UNINSTALL)
354	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
355	files=`for p in $$list; do echo "$$p"; done | \
356	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
357	      -e 's/$$/$(EXEEXT)/' `; \
358	test -n "$$list" || exit 0; \
359	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
360	cd "$(DESTDIR)$(bindir)" && rm -f $$files
361
362clean-binPROGRAMS:
363	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
364	echo " rm -f" $$list; \
365	rm -f $$list || exit $$?; \
366	test -n "$(EXEEXT)" || exit 0; \
367	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
368	echo " rm -f" $$list; \
369	rm -f $$list
370rawstudio$(EXEEXT): $(rawstudio_OBJECTS) $(rawstudio_DEPENDENCIES)
371	@rm -f rawstudio$(EXEEXT)
372	$(LINK) $(rawstudio_OBJECTS) $(rawstudio_LDADD) $(LIBS)
373
374mostlyclean-compile:
375	-rm -f *.$(OBJEXT)
376
377distclean-compile:
378	-rm -f *.tab.c
379
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/application.Po@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eog-pixbuf-cell-renderer.Po@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filename.Po@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk-helper.Po@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk-interface.Po@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk-progress.Po@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-actions.Po@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-batch.Po@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-cache.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-camera-db.Po@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-dir-selector.Po@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-external-editor.Po@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-histogram.Po@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-loupe.Po@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-navigator.Po@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-photo.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-pixbuf.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-preview-widget.Po@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-save-dialog.Po@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-store.Po@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-tag-gui.Po@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-tethered-shooting.Po@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-tiff.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs-toolbox.Po@am__quote@
404
405.c.o:
406@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
407@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
408@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
409@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410@am__fastdepCC_FALSE@	$(COMPILE) -c $<
411
412.c.obj:
413@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
414@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
418
419.c.lo:
420@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
422@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
423@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
425
426mostlyclean-libtool:
427	-rm -f *.lo
428
429clean-libtool:
430	-rm -rf .libs _libs
431install-uiDATA: $(ui_DATA)
432	@$(NORMAL_INSTALL)
433	test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
434	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
435	for p in $$list; do \
436	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
437	  echo "$$d$$p"; \
438	done | $(am__base_list) | \
439	while read files; do \
440	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
441	  $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
442	done
443
444uninstall-uiDATA:
445	@$(NORMAL_UNINSTALL)
446	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
447	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
448	test -n "$$files" || exit 0; \
449	echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
450	cd "$(DESTDIR)$(uidir)" && rm -f $$files
451
452ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
453	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
454	unique=`for i in $$list; do \
455	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456	  done | \
457	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458	      END { if (nonempty) { for (i in files) print i; }; }'`; \
459	mkid -fID $$unique
460tags: TAGS
461
462TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
463		$(TAGS_FILES) $(LISP)
464	set x; \
465	here=`pwd`; \
466	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
467	unique=`for i in $$list; do \
468	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469	  done | \
470	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471	      END { if (nonempty) { for (i in files) print i; }; }'`; \
472	shift; \
473	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
474	  test -n "$$unique" || unique=$$empty_fix; \
475	  if test $$# -gt 0; then \
476	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477	      "$$@" $$unique; \
478	  else \
479	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480	      $$unique; \
481	  fi; \
482	fi
483ctags: CTAGS
484CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
485		$(TAGS_FILES) $(LISP)
486	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
487	unique=`for i in $$list; do \
488	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489	  done | \
490	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
491	      END { if (nonempty) { for (i in files) print i; }; }'`; \
492	test -z "$(CTAGS_ARGS)$$unique" \
493	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
494	     $$unique
495
496GTAGS:
497	here=`$(am__cd) $(top_builddir) && pwd` \
498	  && $(am__cd) $(top_srcdir) \
499	  && gtags -i $(GTAGS_ARGS) "$$here"
500
501distclean-tags:
502	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
503
504distdir: $(DISTFILES)
505	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507	list='$(DISTFILES)'; \
508	  dist_files=`for file in $$list; do echo $$file; done | \
509	  sed -e "s|^$$srcdirstrip/||;t" \
510	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
511	case $$dist_files in \
512	  */*) $(MKDIR_P) `echo "$$dist_files" | \
513			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
514			   sort -u` ;; \
515	esac; \
516	for file in $$dist_files; do \
517	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
518	  if test -d $$d/$$file; then \
519	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
520	    if test -d "$(distdir)/$$file"; then \
521	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522	    fi; \
523	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
524	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
525	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526	    fi; \
527	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
528	  else \
529	    test -f "$(distdir)/$$file" \
530	    || cp -p $$d/$$file "$(distdir)/$$file" \
531	    || exit 1; \
532	  fi; \
533	done
534check-am: all-am
535check: check-am
536all-am: Makefile $(PROGRAMS) $(DATA)
537installdirs:
538	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(uidir)"; do \
539	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
540	done
541install: install-am
542install-exec: install-exec-am
543install-data: install-data-am
544uninstall: uninstall-am
545
546install-am: all-am
547	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
548
549installcheck: installcheck-am
550install-strip:
551	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553	  `test -z '$(STRIP)' || \
554	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
555mostlyclean-generic:
556
557clean-generic:
558
559distclean-generic:
560	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
561	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
562
563maintainer-clean-generic:
564	@echo "This command is intended for maintainers to use"
565	@echo "it deletes files that may require special tools to rebuild."
566clean: clean-am
567
568clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
569
570distclean: distclean-am
571	-rm -rf ./$(DEPDIR)
572	-rm -f Makefile
573distclean-am: clean-am distclean-compile distclean-generic \
574	distclean-tags
575
576dvi: dvi-am
577
578dvi-am:
579
580html: html-am
581
582html-am:
583
584info: info-am
585
586info-am:
587
588install-data-am: install-uiDATA
589
590install-dvi: install-dvi-am
591
592install-dvi-am:
593
594install-exec-am: install-binPROGRAMS
595
596install-html: install-html-am
597
598install-html-am:
599
600install-info: install-info-am
601
602install-info-am:
603
604install-man:
605
606install-pdf: install-pdf-am
607
608install-pdf-am:
609
610install-ps: install-ps-am
611
612install-ps-am:
613
614installcheck-am:
615
616maintainer-clean: maintainer-clean-am
617	-rm -rf ./$(DEPDIR)
618	-rm -f Makefile
619maintainer-clean-am: distclean-am maintainer-clean-generic
620
621mostlyclean: mostlyclean-am
622
623mostlyclean-am: mostlyclean-compile mostlyclean-generic \
624	mostlyclean-libtool
625
626pdf: pdf-am
627
628pdf-am:
629
630ps: ps-am
631
632ps-am:
633
634uninstall-am: uninstall-binPROGRAMS uninstall-uiDATA
635
636.MAKE: install-am install-strip
637
638.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
639	clean-generic clean-libtool ctags distclean distclean-compile \
640	distclean-generic distclean-libtool distclean-tags distdir dvi \
641	dvi-am html html-am info info-am install install-am \
642	install-binPROGRAMS install-data install-data-am install-dvi \
643	install-dvi-am install-exec install-exec-am install-html \
644	install-html-am install-info install-info-am install-man \
645	install-pdf install-pdf-am install-ps install-ps-am \
646	install-strip install-uiDATA installcheck installcheck-am \
647	installdirs maintainer-clean maintainer-clean-generic \
648	mostlyclean mostlyclean-compile mostlyclean-generic \
649	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
650	uninstall-am uninstall-binPROGRAMS uninstall-uiDATA
651
652
653# Tell versions [3.59,3.63) of GNU make to not export all variables.
654# Otherwise a system limit (for SysV at least) may be exceeded.
655.NOEXPORT:
656