libXpm should not try to build into a pure wayland platform.
[platform/upstream/libXpm.git] / src / Makefile.in
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 # Daniel Stone disowns all copyright on this file.
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 subdir = src
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
43         $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51 am__vpath_adj = case $$p in \
52     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53     *) f=$$p;; \
54   esac;
55 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
56 am__install_max = 40
57 am__nobase_strip_setup = \
58   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
59 am__nobase_strip = \
60   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
61 am__nobase_list = $(am__nobase_strip_setup); \
62   for p in $$list; do echo "$$p $$p"; done | \
63   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
64   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
65     if (++n[$$2] == $(am__install_max)) \
66       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
67     END { for (dir in files) print dir, files[dir] }'
68 am__base_list = \
69   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71 am__installdirs = "$(DESTDIR)$(libdir)"
72 LTLIBRARIES = $(lib_LTLIBRARIES)
73 am__DEPENDENCIES_1 =
74 libXpm_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
75 am_libXpm_la_OBJECTS = Attrib.lo CrBufFrI.lo CrBufFrP.lo CrDatFrI.lo \
76         CrDatFrP.lo CrIFrBuf.lo CrIFrDat.lo CrIFrP.lo CrPFrBuf.lo \
77         CrPFrDat.lo CrPFrI.lo Image.lo Info.lo RdFToBuf.lo RdFToDat.lo \
78         RdFToI.lo RdFToP.lo WrFFrBuf.lo WrFFrDat.lo WrFFrI.lo \
79         WrFFrP.lo create.lo data.lo hashtab.lo misc.lo parse.lo rgb.lo \
80         scan.lo
81 libXpm_la_OBJECTS = $(am_libXpm_la_OBJECTS)
82 AM_V_lt = $(am__v_lt_$(V))
83 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
84 am__v_lt_0 = --silent
85 libXpm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
86         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
87         $(libXpm_la_LDFLAGS) $(LDFLAGS) -o $@
88 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
89 depcomp = $(SHELL) $(top_srcdir)/depcomp
90 am__depfiles_maybe = depfiles
91 am__mv = mv -f
92 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
95         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
96         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
97         $(AM_CFLAGS) $(CFLAGS)
98 AM_V_CC = $(am__v_CC_$(V))
99 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
100 am__v_CC_0 = @echo "  CC    " $@;
101 AM_V_at = $(am__v_at_$(V))
102 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
103 am__v_at_0 = @
104 CCLD = $(CC)
105 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
106         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107         $(AM_LDFLAGS) $(LDFLAGS) -o $@
108 AM_V_CCLD = $(am__v_CCLD_$(V))
109 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
110 am__v_CCLD_0 = @echo "  CCLD  " $@;
111 AM_V_GEN = $(am__v_GEN_$(V))
112 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
113 am__v_GEN_0 = @echo "  GEN   " $@;
114 SOURCES = $(libXpm_la_SOURCES)
115 DIST_SOURCES = $(libXpm_la_SOURCES)
116 ETAGS = etags
117 CTAGS = ctags
118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119 ACLOCAL = @ACLOCAL@
120 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
121 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
122 AMTAR = @AMTAR@
123 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
124 APP_MAN_DIR = @APP_MAN_DIR@
125 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
126 AR = @AR@
127 AUTOCONF = @AUTOCONF@
128 AUTOHEADER = @AUTOHEADER@
129 AUTOMAKE = @AUTOMAKE@
130 AWK = @AWK@
131 BASE_CFLAGS = @BASE_CFLAGS@
132 CC = @CC@
133 CCDEPMODE = @CCDEPMODE@
134 CFLAGS = @CFLAGS@
135 CHANGELOG_CMD = @CHANGELOG_CMD@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CWARNFLAGS = @CWARNFLAGS@
139 CYGPATH_W = @CYGPATH_W@
140 DEFS = @DEFS@
141 DEPDIR = @DEPDIR@
142 DLLTOOL = @DLLTOOL@
143 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
144 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
145 DSYMUTIL = @DSYMUTIL@
146 DUMPBIN = @DUMPBIN@
147 ECHO_C = @ECHO_C@
148 ECHO_N = @ECHO_N@
149 ECHO_T = @ECHO_T@
150 EGREP = @EGREP@
151 EXEEXT = @EXEEXT@
152 FGREP = @FGREP@
153 FILE_MAN_DIR = @FILE_MAN_DIR@
154 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
155 GREP = @GREP@
156 INSTALL = @INSTALL@
157 INSTALL_CMD = @INSTALL_CMD@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 LD = @LD@
163 LDFLAGS = @LDFLAGS@
164 LIBOBJS = @LIBOBJS@
165 LIBS = @LIBS@
166 LIBTOOL = @LIBTOOL@
167 LIB_MAN_DIR = @LIB_MAN_DIR@
168 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
169 LIPO = @LIPO@
170 LN_S = @LN_S@
171 LOCALEDIR = @LOCALEDIR@
172 LTLIBOBJS = @LTLIBOBJS@
173 MAINT = @MAINT@
174 MAKEINFO = @MAKEINFO@
175 MANIFEST_TOOL = @MANIFEST_TOOL@
176 MAN_SUBSTS = @MAN_SUBSTS@
177 MISC_MAN_DIR = @MISC_MAN_DIR@
178 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
179 MKDIR_P = @MKDIR_P@
180 NM = @NM@
181 NMEDIT = @NMEDIT@
182 OBJDUMP = @OBJDUMP@
183 OBJEXT = @OBJEXT@
184 OTOOL = @OTOOL@
185 OTOOL64 = @OTOOL64@
186 PACKAGE = @PACKAGE@
187 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188 PACKAGE_NAME = @PACKAGE_NAME@
189 PACKAGE_STRING = @PACKAGE_STRING@
190 PACKAGE_TARNAME = @PACKAGE_TARNAME@
191 PACKAGE_URL = @PACKAGE_URL@
192 PACKAGE_VERSION = @PACKAGE_VERSION@
193 PATH_SEPARATOR = @PATH_SEPARATOR@
194 PKG_CONFIG = @PKG_CONFIG@
195 RANLIB = @RANLIB@
196 SED = @SED@
197 SET_MAKE = @SET_MAKE@
198 SHELL = @SHELL@
199 STRICT_CFLAGS = @STRICT_CFLAGS@
200 STRIP = @STRIP@
201 SXPM_CFLAGS = @SXPM_CFLAGS@
202 SXPM_LIBS = @SXPM_LIBS@
203 VERSION = @VERSION@
204 XORG_MAN_PAGE = @XORG_MAN_PAGE@
205 XPM_CFLAGS = @XPM_CFLAGS@
206 XPM_LIBS = @XPM_LIBS@
207 abs_builddir = @abs_builddir@
208 abs_srcdir = @abs_srcdir@
209 abs_top_builddir = @abs_top_builddir@
210 abs_top_srcdir = @abs_top_srcdir@
211 ac_ct_AR = @ac_ct_AR@
212 ac_ct_CC = @ac_ct_CC@
213 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214 am__include = @am__include@
215 am__leading_dot = @am__leading_dot@
216 am__quote = @am__quote@
217 am__tar = @am__tar@
218 am__untar = @am__untar@
219 bindir = @bindir@
220 build = @build@
221 build_alias = @build_alias@
222 build_cpu = @build_cpu@
223 build_os = @build_os@
224 build_vendor = @build_vendor@
225 builddir = @builddir@
226 datadir = @datadir@
227 datarootdir = @datarootdir@
228 docdir = @docdir@
229 dvidir = @dvidir@
230 exec_prefix = @exec_prefix@
231 host = @host@
232 host_alias = @host_alias@
233 host_cpu = @host_cpu@
234 host_os = @host_os@
235 host_vendor = @host_vendor@
236 htmldir = @htmldir@
237 includedir = @includedir@
238 infodir = @infodir@
239 install_sh = @install_sh@
240 libdir = @libdir@
241 libexecdir = @libexecdir@
242 localedir = @localedir@
243 localstatedir = @localstatedir@
244 mandir = @mandir@
245 mkdir_p = @mkdir_p@
246 oldincludedir = @oldincludedir@
247 pdfdir = @pdfdir@
248 prefix = @prefix@
249 program_transform_name = @program_transform_name@
250 psdir = @psdir@
251 sbindir = @sbindir@
252 sharedstatedir = @sharedstatedir@
253 srcdir = @srcdir@
254 sysconfdir = @sysconfdir@
255 target_alias = @target_alias@
256 top_build_prefix = @top_build_prefix@
257 top_builddir = @top_builddir@
258 top_srcdir = @top_srcdir@
259 lib_LTLIBRARIES = libXpm.la
260 AM_CPPFLAGS = -I$(top_srcdir)/include/X11/
261 AM_CFLAGS = $(CWARNFLAGS) $(XPM_CFLAGS)
262 libXpm_la_LDFLAGS = -version-number 4:11:0 -no-undefined
263 libXpm_la_LIBADD = $(XPM_LIBS)
264 libXpm_la_SOURCES = \
265         Attrib.c                                        \
266         CrBufFrI.c                                      \
267         CrBufFrP.c                                      \
268         CrDatFrI.c                                      \
269         CrDatFrP.c                                      \
270         CrIFrBuf.c                                      \
271         CrIFrDat.c                                      \
272         CrIFrP.c                                        \
273         CrPFrBuf.c                                      \
274         CrPFrDat.c                                      \
275         CrPFrI.c                                        \
276         Image.c                                         \
277         Info.c                                          \
278         RdFToBuf.c                                      \
279         RdFToDat.c                                      \
280         RdFToI.c                                        \
281         RdFToP.c                                        \
282         WrFFrBuf.c                                      \
283         WrFFrDat.c                                      \
284         WrFFrI.c                                        \
285         WrFFrP.c                                        \
286         XpmI.h                                          \
287         create.c                                        \
288         data.c                                          \
289         hashtab.c                                       \
290         misc.c                                          \
291         parse.c                                         \
292         rgb.c                                           \
293         rgbtab.h                                        \
294         scan.c
295
296 EXTRA_DIST = amigax.c amigax.h simx.c simx.h
297 all: all-am
298
299 .SUFFIXES:
300 .SUFFIXES: .c .lo .o .obj
301 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
302         @for dep in $?; do \
303           case '$(am__configure_deps)' in \
304             *$$dep*) \
305               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
306                 && { if test -f $@; then exit 0; else break; fi; }; \
307               exit 1;; \
308           esac; \
309         done; \
310         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
311         $(am__cd) $(top_srcdir) && \
312           $(AUTOMAKE) --foreign src/Makefile
313 .PRECIOUS: Makefile
314 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315         @case '$?' in \
316           *config.status*) \
317             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
318           *) \
319             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
320             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
321         esac;
322
323 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
326 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
327         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(am__aclocal_m4_deps):
331 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
332         @$(NORMAL_INSTALL)
333         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
334         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
335         list2=; for p in $$list; do \
336           if test -f $$p; then \
337             list2="$$list2 $$p"; \
338           else :; fi; \
339         done; \
340         test -z "$$list2" || { \
341           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
342           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
343         }
344
345 uninstall-libLTLIBRARIES:
346         @$(NORMAL_UNINSTALL)
347         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
348         for p in $$list; do \
349           $(am__strip_dir) \
350           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
351           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
352         done
353
354 clean-libLTLIBRARIES:
355         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
356         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
357           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
358           test "$$dir" != "$$p" || dir=.; \
359           echo "rm -f \"$${dir}/so_locations\""; \
360           rm -f "$${dir}/so_locations"; \
361         done
362 libXpm.la: $(libXpm_la_OBJECTS) $(libXpm_la_DEPENDENCIES) 
363         $(AM_V_CCLD)$(libXpm_la_LINK) -rpath $(libdir) $(libXpm_la_OBJECTS) $(libXpm_la_LIBADD) $(LIBS)
364
365 mostlyclean-compile:
366         -rm -f *.$(OBJEXT)
367
368 distclean-compile:
369         -rm -f *.tab.c
370
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Attrib.Plo@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrBufFrI.Plo@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrBufFrP.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrDatFrI.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrDatFrP.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrIFrBuf.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrIFrDat.Plo@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrIFrP.Plo@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrPFrBuf.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrPFrDat.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CrPFrI.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Image.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Info.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RdFToBuf.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RdFToDat.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RdFToI.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RdFToP.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/WrFFrBuf.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/WrFFrDat.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/WrFFrI.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/WrFFrP.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/create.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashtab.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Plo@am__quote@
399
400 .c.o:
401 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
402 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
403 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
404 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
407
408 .c.obj:
409 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
410 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
411 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
415
416 .c.lo:
417 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
418 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
419 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
423
424 mostlyclean-libtool:
425         -rm -f *.lo
426
427 clean-libtool:
428         -rm -rf .libs _libs
429
430 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
431         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
432         unique=`for i in $$list; do \
433             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434           done | \
435           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436               END { if (nonempty) { for (i in files) print i; }; }'`; \
437         mkid -fID $$unique
438 tags: TAGS
439
440 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
441                 $(TAGS_FILES) $(LISP)
442         set x; \
443         here=`pwd`; \
444         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445         unique=`for i in $$list; do \
446             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447           done | \
448           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449               END { if (nonempty) { for (i in files) print i; }; }'`; \
450         shift; \
451         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452           test -n "$$unique" || unique=$$empty_fix; \
453           if test $$# -gt 0; then \
454             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455               "$$@" $$unique; \
456           else \
457             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458               $$unique; \
459           fi; \
460         fi
461 ctags: CTAGS
462 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
463                 $(TAGS_FILES) $(LISP)
464         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
465         unique=`for i in $$list; do \
466             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467           done | \
468           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469               END { if (nonempty) { for (i in files) print i; }; }'`; \
470         test -z "$(CTAGS_ARGS)$$unique" \
471           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472              $$unique
473
474 GTAGS:
475         here=`$(am__cd) $(top_builddir) && pwd` \
476           && $(am__cd) $(top_srcdir) \
477           && gtags -i $(GTAGS_ARGS) "$$here"
478
479 distclean-tags:
480         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481
482 distdir: $(DISTFILES)
483         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485         list='$(DISTFILES)'; \
486           dist_files=`for file in $$list; do echo $$file; done | \
487           sed -e "s|^$$srcdirstrip/||;t" \
488               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489         case $$dist_files in \
490           */*) $(MKDIR_P) `echo "$$dist_files" | \
491                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492                            sort -u` ;; \
493         esac; \
494         for file in $$dist_files; do \
495           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496           if test -d $$d/$$file; then \
497             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498             if test -d "$(distdir)/$$file"; then \
499               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500             fi; \
501             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504             fi; \
505             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506           else \
507             test -f "$(distdir)/$$file" \
508             || cp -p $$d/$$file "$(distdir)/$$file" \
509             || exit 1; \
510           fi; \
511         done
512 check-am: all-am
513 check: check-am
514 all-am: Makefile $(LTLIBRARIES)
515 installdirs:
516         for dir in "$(DESTDIR)$(libdir)"; do \
517           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
518         done
519 install: install-am
520 install-exec: install-exec-am
521 install-data: install-data-am
522 uninstall: uninstall-am
523
524 install-am: all-am
525         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
526
527 installcheck: installcheck-am
528 install-strip:
529         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
530           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
531           `test -z '$(STRIP)' || \
532             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
533 mostlyclean-generic:
534
535 clean-generic:
536
537 distclean-generic:
538         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
539         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
540
541 maintainer-clean-generic:
542         @echo "This command is intended for maintainers to use"
543         @echo "it deletes files that may require special tools to rebuild."
544 clean: clean-am
545
546 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
547         mostlyclean-am
548
549 distclean: distclean-am
550         -rm -rf ./$(DEPDIR)
551         -rm -f Makefile
552 distclean-am: clean-am distclean-compile distclean-generic \
553         distclean-tags
554
555 dvi: dvi-am
556
557 dvi-am:
558
559 html: html-am
560
561 html-am:
562
563 info: info-am
564
565 info-am:
566
567 install-data-am:
568
569 install-dvi: install-dvi-am
570
571 install-dvi-am:
572
573 install-exec-am: install-libLTLIBRARIES
574
575 install-html: install-html-am
576
577 install-html-am:
578
579 install-info: install-info-am
580
581 install-info-am:
582
583 install-man:
584
585 install-pdf: install-pdf-am
586
587 install-pdf-am:
588
589 install-ps: install-ps-am
590
591 install-ps-am:
592
593 installcheck-am:
594
595 maintainer-clean: maintainer-clean-am
596         -rm -rf ./$(DEPDIR)
597         -rm -f Makefile
598 maintainer-clean-am: distclean-am maintainer-clean-generic
599
600 mostlyclean: mostlyclean-am
601
602 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
603         mostlyclean-libtool
604
605 pdf: pdf-am
606
607 pdf-am:
608
609 ps: ps-am
610
611 ps-am:
612
613 uninstall-am: uninstall-libLTLIBRARIES
614
615 .MAKE: install-am install-strip
616
617 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
618         clean-libLTLIBRARIES clean-libtool ctags distclean \
619         distclean-compile distclean-generic distclean-libtool \
620         distclean-tags distdir dvi dvi-am html html-am info info-am \
621         install install-am install-data install-data-am install-dvi \
622         install-dvi-am install-exec install-exec-am install-html \
623         install-html-am install-info install-info-am \
624         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
625         install-ps install-ps-am install-strip installcheck \
626         installcheck-am installdirs maintainer-clean \
627         maintainer-clean-generic mostlyclean mostlyclean-compile \
628         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
629         tags uninstall uninstall-am uninstall-libLTLIBRARIES
630
631
632 # Tell versions [3.59,3.63) of GNU make to not export all variables.
633 # Otherwise a system limit (for SysV at least) may be exceeded.
634 .NOEXPORT: