Optimization
[gmodulargraph.git] / src / Makefile.in
blob03a9890a01d02d6e31fd14bd1ca051d8e4f2b2cd
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 bin_PROGRAMS = gtkgraph-demo$(EXEEXT)
41 subdir = src
42 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
43 $(srcdir)/Makefile.in $(srcdir)/libgtkgraph-0.1.pc.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49 CONFIG_HEADER = $(top_builddir)/config.h
50 CONFIG_CLEAN_FILES = libgtkgraph-0.1.pc
51 CONFIG_CLEAN_VPATH_FILES =
52 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53 am__vpath_adj = case $$p in \
54 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55 *) f=$$p;; \
56 esac;
57 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
58 am__install_max = 40
59 am__nobase_strip_setup = \
60 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
61 am__nobase_strip = \
62 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
63 am__nobase_list = $(am__nobase_strip_setup); \
64 for p in $$list; do echo "$$p $$p"; done | \
65 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
66 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
67 if (++n[$$2] == $(am__install_max)) \
68 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
69 END { for (dir in files) print dir, files[dir] }'
70 am__base_list = \
71 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
74 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"
75 LTLIBRARIES = $(lib_LTLIBRARIES)
76 am__DEPENDENCIES_1 =
77 libgtkgraph_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
78 am_libgtkgraph_la_OBJECTS = gtkgraph.lo
79 libgtkgraph_la_OBJECTS = $(am_libgtkgraph_la_OBJECTS)
80 AM_V_lt = $(am__v_lt_$(V))
81 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
82 am__v_lt_0 = --silent
83 libgtkgraph_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
84 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
85 $(AM_CFLAGS) $(CFLAGS) $(libgtkgraph_la_LDFLAGS) $(LDFLAGS) -o \
87 PROGRAMS = $(bin_PROGRAMS)
88 am_gtkgraph_demo_OBJECTS = gtkgraph-demo.$(OBJEXT)
89 gtkgraph_demo_OBJECTS = $(am_gtkgraph_demo_OBJECTS)
90 gtkgraph_demo_DEPENDENCIES = $(am__DEPENDENCIES_1)
91 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
92 depcomp = $(SHELL) $(top_srcdir)/depcomp
93 am__depfiles_maybe = depfiles
94 am__mv = mv -f
95 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
96 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
98 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
99 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
100 $(AM_CFLAGS) $(CFLAGS)
101 AM_V_CC = $(am__v_CC_$(V))
102 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
103 am__v_CC_0 = @echo " CC " $@;
104 AM_V_at = $(am__v_at_$(V))
105 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
106 am__v_at_0 = @
107 CCLD = $(CC)
108 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
109 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
110 $(AM_LDFLAGS) $(LDFLAGS) -o $@
111 AM_V_CCLD = $(am__v_CCLD_$(V))
112 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
113 am__v_CCLD_0 = @echo " CCLD " $@;
114 AM_V_GEN = $(am__v_GEN_$(V))
115 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
116 am__v_GEN_0 = @echo " GEN " $@;
117 SOURCES = $(libgtkgraph_la_SOURCES) $(gtkgraph_demo_SOURCES)
118 DIST_SOURCES = $(libgtkgraph_la_SOURCES) $(gtkgraph_demo_SOURCES)
119 DATA = $(pkgconfig_DATA)
120 HEADERS = $(include_HEADERS)
121 ETAGS = etags
122 CTAGS = ctags
123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124 ACLOCAL = @ACLOCAL@
125 ALL_LINGUAS = @ALL_LINGUAS@
126 AMTAR = @AMTAR@
127 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
128 AR = @AR@
129 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@
133 CATALOGS = @CATALOGS@
134 CATOBJEXT = @CATOBJEXT@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CFLAGS = @CFLAGS@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CYGPATH_W = @CYGPATH_W@
141 DATADIRNAME = @DATADIRNAME@
142 DEFS = @DEFS@
143 DEPDIR = @DEPDIR@
144 DSYMUTIL = @DSYMUTIL@
145 DUMPBIN = @DUMPBIN@
146 ECHO_C = @ECHO_C@
147 ECHO_N = @ECHO_N@
148 ECHO_T = @ECHO_T@
149 EGREP = @EGREP@
150 EXEEXT = @EXEEXT@
151 FGREP = @FGREP@
152 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
153 GMOFILES = @GMOFILES@
154 GMSGFMT = @GMSGFMT@
155 GREP = @GREP@
156 GTKGRAPH_CFLAGS = @GTKGRAPH_CFLAGS@
157 GTKGRAPH_LIBS = @GTKGRAPH_LIBS@
158 INSTALL = @INSTALL@
159 INSTALL_DATA = @INSTALL_DATA@
160 INSTALL_PROGRAM = @INSTALL_PROGRAM@
161 INSTALL_SCRIPT = @INSTALL_SCRIPT@
162 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
163 INSTOBJEXT = @INSTOBJEXT@
164 INTLLIBS = @INTLLIBS@
165 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
166 INTLTOOL_MERGE = @INTLTOOL_MERGE@
167 INTLTOOL_PERL = @INTLTOOL_PERL@
168 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
169 LD = @LD@
170 LDFLAGS = @LDFLAGS@
171 LIBOBJS = @LIBOBJS@
172 LIBS = @LIBS@
173 LIBTOOL = @LIBTOOL@
174 LIPO = @LIPO@
175 LN_S = @LN_S@
176 LTLIBOBJS = @LTLIBOBJS@
177 MAINT = @MAINT@
178 MAKEINFO = @MAKEINFO@
179 MKDIR_P = @MKDIR_P@
180 MKINSTALLDIRS = @MKINSTALLDIRS@
181 MSGFMT = @MSGFMT@
182 MSGFMT_OPTS = @MSGFMT_OPTS@
183 MSGMERGE = @MSGMERGE@
184 NM = @NM@
185 NMEDIT = @NMEDIT@
186 OBJDUMP = @OBJDUMP@
187 OBJEXT = @OBJEXT@
188 OTOOL = @OTOOL@
189 OTOOL64 = @OTOOL64@
190 PACKAGE = @PACKAGE@
191 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192 PACKAGE_NAME = @PACKAGE_NAME@
193 PACKAGE_STRING = @PACKAGE_STRING@
194 PACKAGE_TARNAME = @PACKAGE_TARNAME@
195 PACKAGE_URL = @PACKAGE_URL@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 PKG_CONFIG = @PKG_CONFIG@
199 POFILES = @POFILES@
200 POSUB = @POSUB@
201 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
202 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
203 RANLIB = @RANLIB@
204 SED = @SED@
205 SET_MAKE = @SET_MAKE@
206 SHELL = @SHELL@
207 STRIP = @STRIP@
208 USE_NLS = @USE_NLS@
209 VERSION = @VERSION@
210 XGETTEXT = @XGETTEXT@
211 abs_builddir = @abs_builddir@
212 abs_srcdir = @abs_srcdir@
213 abs_top_builddir = @abs_top_builddir@
214 abs_top_srcdir = @abs_top_srcdir@
215 ac_ct_CC = @ac_ct_CC@
216 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217 am__include = @am__include@
218 am__leading_dot = @am__leading_dot@
219 am__quote = @am__quote@
220 am__tar = @am__tar@
221 am__untar = @am__untar@
222 bindir = @bindir@
223 build = @build@
224 build_alias = @build_alias@
225 build_cpu = @build_cpu@
226 build_os = @build_os@
227 build_vendor = @build_vendor@
228 builddir = @builddir@
229 datadir = @datadir@
230 datarootdir = @datarootdir@
231 docdir = @docdir@
232 dvidir = @dvidir@
233 exec_prefix = @exec_prefix@
234 host = @host@
235 host_alias = @host_alias@
236 host_cpu = @host_cpu@
237 host_os = @host_os@
238 host_vendor = @host_vendor@
239 htmldir = @htmldir@
240 includedir = @includedir@
241 infodir = @infodir@
242 install_sh = @install_sh@
243 libdir = @libdir@
244 libexecdir = @libexecdir@
245 localedir = @localedir@
246 localstatedir = @localstatedir@
247 lt_ECHO = @lt_ECHO@
248 mandir = @mandir@
249 mkdir_p = @mkdir_p@
250 oldincludedir = @oldincludedir@
251 pdfdir = @pdfdir@
252 prefix = @prefix@
253 program_transform_name = @program_transform_name@
254 psdir = @psdir@
255 sbindir = @sbindir@
256 sharedstatedir = @sharedstatedir@
257 srcdir = @srcdir@
258 sysconfdir = @sysconfdir@
259 target_alias = @target_alias@
260 top_build_prefix = @top_build_prefix@
261 top_builddir = @top_builddir@
262 top_srcdir = @top_srcdir@
263 AM_CPPFLAGS = \
264 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
265 -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
266 -DPACKAGE_DATA_DIR=\""$(datadir)"\" $(GTKGRAPH_CFLAGS)
268 AM_CFLAGS = \
269 -Wall\
272 lib_LTLIBRARIES = libgtkgraph.la
273 libgtkgraph_la_SOURCES = \
274 gtkgraph.c
276 libgtkgraph_la_LDFLAGS =
277 libgtkgraph_la_LIBADD = $(GTKGRAPH_LIBS)
278 include_HEADERS = \
279 gtkgraph.h
281 pkgconfigdir = $(libdir)/pkgconfig
282 pkgconfig_DATA = libgtkgraph-0.1.pc
283 EXTRA_DIST = \
284 libgtkgraph-0.1.pc.in
286 gtkgraph_demo_SOURCES = \
287 gtkgraph-demo.c
289 gtkgraph_demo_LDADD = \
290 $(GTKGRAPH_LIBS)
292 all: all-am
294 .SUFFIXES:
295 .SUFFIXES: .c .lo .o .obj
296 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
297 @for dep in $?; do \
298 case '$(am__configure_deps)' in \
299 *$$dep*) \
300 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
301 && { if test -f $@; then exit 0; else break; fi; }; \
302 exit 1;; \
303 esac; \
304 done; \
305 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
306 $(am__cd) $(top_srcdir) && \
307 $(AUTOMAKE) --gnu src/Makefile
308 .PRECIOUS: Makefile
309 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310 @case '$?' in \
311 *config.status*) \
312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
313 *) \
314 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
315 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
316 esac;
318 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(am__aclocal_m4_deps):
326 libgtkgraph-0.1.pc: $(top_builddir)/config.status $(srcdir)/libgtkgraph-0.1.pc.in
327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
328 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
329 @$(NORMAL_INSTALL)
330 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
331 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
332 list2=; for p in $$list; do \
333 if test -f $$p; then \
334 list2="$$list2 $$p"; \
335 else :; fi; \
336 done; \
337 test -z "$$list2" || { \
338 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
339 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
342 uninstall-libLTLIBRARIES:
343 @$(NORMAL_UNINSTALL)
344 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
345 for p in $$list; do \
346 $(am__strip_dir) \
347 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
348 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
349 done
351 clean-libLTLIBRARIES:
352 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
353 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
354 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
355 test "$$dir" != "$$p" || dir=.; \
356 echo "rm -f \"$${dir}/so_locations\""; \
357 rm -f "$${dir}/so_locations"; \
358 done
359 libgtkgraph.la: $(libgtkgraph_la_OBJECTS) $(libgtkgraph_la_DEPENDENCIES)
360 $(AM_V_CCLD)$(libgtkgraph_la_LINK) -rpath $(libdir) $(libgtkgraph_la_OBJECTS) $(libgtkgraph_la_LIBADD) $(LIBS)
361 install-binPROGRAMS: $(bin_PROGRAMS)
362 @$(NORMAL_INSTALL)
363 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
364 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
365 for p in $$list; do echo "$$p $$p"; done | \
366 sed 's/$(EXEEXT)$$//' | \
367 while read p p1; do if test -f $$p || test -f $$p1; \
368 then echo "$$p"; echo "$$p"; else :; fi; \
369 done | \
370 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
371 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
372 sed 'N;N;N;s,\n, ,g' | \
373 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
374 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
375 if ($$2 == $$4) files[d] = files[d] " " $$1; \
376 else { print "f", $$3 "/" $$4, $$1; } } \
377 END { for (d in files) print "f", d, files[d] }' | \
378 while read type dir files; do \
379 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
380 test -z "$$files" || { \
381 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
382 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
384 ; done
386 uninstall-binPROGRAMS:
387 @$(NORMAL_UNINSTALL)
388 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
389 files=`for p in $$list; do echo "$$p"; done | \
390 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
391 -e 's/$$/$(EXEEXT)/' `; \
392 test -n "$$list" || exit 0; \
393 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
394 cd "$(DESTDIR)$(bindir)" && rm -f $$files
396 clean-binPROGRAMS:
397 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
398 echo " rm -f" $$list; \
399 rm -f $$list || exit $$?; \
400 test -n "$(EXEEXT)" || exit 0; \
401 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
402 echo " rm -f" $$list; \
403 rm -f $$list
404 gtkgraph-demo$(EXEEXT): $(gtkgraph_demo_OBJECTS) $(gtkgraph_demo_DEPENDENCIES)
405 @rm -f gtkgraph-demo$(EXEEXT)
406 $(AM_V_CCLD)$(LINK) $(gtkgraph_demo_OBJECTS) $(gtkgraph_demo_LDADD) $(LIBS)
408 mostlyclean-compile:
409 -rm -f *.$(OBJEXT)
411 distclean-compile:
412 -rm -f *.tab.c
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkgraph-demo.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkgraph.Plo@am__quote@
417 .c.o:
418 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
419 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
420 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
425 .c.obj:
426 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
427 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
428 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
433 .c.lo:
434 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
435 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
436 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
441 mostlyclean-libtool:
442 -rm -f *.lo
444 clean-libtool:
445 -rm -rf .libs _libs
446 install-pkgconfigDATA: $(pkgconfig_DATA)
447 @$(NORMAL_INSTALL)
448 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
449 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
450 for p in $$list; do \
451 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
452 echo "$$d$$p"; \
453 done | $(am__base_list) | \
454 while read files; do \
455 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
456 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
457 done
459 uninstall-pkgconfigDATA:
460 @$(NORMAL_UNINSTALL)
461 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
462 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
463 test -n "$$files" || exit 0; \
464 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
465 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
466 install-includeHEADERS: $(include_HEADERS)
467 @$(NORMAL_INSTALL)
468 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
469 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
470 for p in $$list; do \
471 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
472 echo "$$d$$p"; \
473 done | $(am__base_list) | \
474 while read files; do \
475 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
476 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
477 done
479 uninstall-includeHEADERS:
480 @$(NORMAL_UNINSTALL)
481 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
482 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
483 test -n "$$files" || exit 0; \
484 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
485 cd "$(DESTDIR)$(includedir)" && rm -f $$files
487 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
488 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
489 unique=`for i in $$list; do \
490 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491 done | \
492 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493 END { if (nonempty) { for (i in files) print i; }; }'`; \
494 mkid -fID $$unique
495 tags: TAGS
497 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
498 $(TAGS_FILES) $(LISP)
499 set x; \
500 here=`pwd`; \
501 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
502 unique=`for i in $$list; do \
503 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504 done | \
505 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506 END { if (nonempty) { for (i in files) print i; }; }'`; \
507 shift; \
508 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
509 test -n "$$unique" || unique=$$empty_fix; \
510 if test $$# -gt 0; then \
511 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512 "$$@" $$unique; \
513 else \
514 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515 $$unique; \
516 fi; \
518 ctags: CTAGS
519 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
520 $(TAGS_FILES) $(LISP)
521 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
522 unique=`for i in $$list; do \
523 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
524 done | \
525 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
526 END { if (nonempty) { for (i in files) print i; }; }'`; \
527 test -z "$(CTAGS_ARGS)$$unique" \
528 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
529 $$unique
531 GTAGS:
532 here=`$(am__cd) $(top_builddir) && pwd` \
533 && $(am__cd) $(top_srcdir) \
534 && gtags -i $(GTAGS_ARGS) "$$here"
536 distclean-tags:
537 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
539 distdir: $(DISTFILES)
540 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542 list='$(DISTFILES)'; \
543 dist_files=`for file in $$list; do echo $$file; done | \
544 sed -e "s|^$$srcdirstrip/||;t" \
545 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
546 case $$dist_files in \
547 */*) $(MKDIR_P) `echo "$$dist_files" | \
548 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
549 sort -u` ;; \
550 esac; \
551 for file in $$dist_files; do \
552 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
553 if test -d $$d/$$file; then \
554 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
555 if test -d "$(distdir)/$$file"; then \
556 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
557 fi; \
558 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
559 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
560 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561 fi; \
562 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
563 else \
564 test -f "$(distdir)/$$file" \
565 || cp -p $$d/$$file "$(distdir)/$$file" \
566 || exit 1; \
567 fi; \
568 done
569 check-am: all-am
570 check: check-am
571 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
572 install-binPROGRAMS: install-libLTLIBRARIES
574 installdirs:
575 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
576 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
577 done
578 install: install-am
579 install-exec: install-exec-am
580 install-data: install-data-am
581 uninstall: uninstall-am
583 install-am: all-am
584 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
586 installcheck: installcheck-am
587 install-strip:
588 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
589 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
590 `test -z '$(STRIP)' || \
591 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
592 mostlyclean-generic:
594 clean-generic:
596 distclean-generic:
597 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
598 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
600 maintainer-clean-generic:
601 @echo "This command is intended for maintainers to use"
602 @echo "it deletes files that may require special tools to rebuild."
603 clean: clean-am
605 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
606 clean-libtool mostlyclean-am
608 distclean: distclean-am
609 -rm -rf ./$(DEPDIR)
610 -rm -f Makefile
611 distclean-am: clean-am distclean-compile distclean-generic \
612 distclean-tags
614 dvi: dvi-am
616 dvi-am:
618 html: html-am
620 html-am:
622 info: info-am
624 info-am:
626 install-data-am: install-includeHEADERS install-pkgconfigDATA
628 install-dvi: install-dvi-am
630 install-dvi-am:
632 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
634 install-html: install-html-am
636 install-html-am:
638 install-info: install-info-am
640 install-info-am:
642 install-man:
644 install-pdf: install-pdf-am
646 install-pdf-am:
648 install-ps: install-ps-am
650 install-ps-am:
652 installcheck-am:
654 maintainer-clean: maintainer-clean-am
655 -rm -rf ./$(DEPDIR)
656 -rm -f Makefile
657 maintainer-clean-am: distclean-am maintainer-clean-generic
659 mostlyclean: mostlyclean-am
661 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
662 mostlyclean-libtool
664 pdf: pdf-am
666 pdf-am:
668 ps: ps-am
670 ps-am:
672 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
673 uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
675 .MAKE: install-am install-strip
677 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
678 clean-generic clean-libLTLIBRARIES clean-libtool ctags \
679 distclean distclean-compile distclean-generic \
680 distclean-libtool distclean-tags distdir dvi dvi-am html \
681 html-am info info-am install install-am install-binPROGRAMS \
682 install-data install-data-am install-dvi install-dvi-am \
683 install-exec install-exec-am install-html install-html-am \
684 install-includeHEADERS install-info install-info-am \
685 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
686 install-pkgconfigDATA install-ps install-ps-am install-strip \
687 installcheck installcheck-am installdirs maintainer-clean \
688 maintainer-clean-generic mostlyclean mostlyclean-compile \
689 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
690 tags uninstall uninstall-am uninstall-binPROGRAMS \
691 uninstall-includeHEADERS uninstall-libLTLIBRARIES \
692 uninstall-pkgconfigDATA
695 # Tell versions [3.59,3.63) of GNU make to not export all variables.
696 # Otherwise a system limit (for SysV at least) may be exceeded.
697 .NOEXPORT: