]> git.sur5r.net Git - glabels/blob - libglabels/Makefile.in
Imported Upstream version 3.0.0
[glabels] / libglabels / 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
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 = libglabels
40 DIST_COMMON = $(libglabels_3_0include_HEADERS) \
41         $(libglabels_3_0subinclude_HEADERS) \
42         $(srcdir)/${LIBGLABELS_BRANCH}.pc.in $(srcdir)/Makefile.am \
43         $(srcdir)/Makefile.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 = ${LIBGLABELS_BRANCH}.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)$(pkgconfigdir)" \
74         "$(DESTDIR)$(libglabels_3_0includedir)" \
75         "$(DESTDIR)$(libglabels_3_0subincludedir)"
76 LTLIBRARIES = $(lib_LTLIBRARIES)
77 libglabels_3_0_la_LIBADD =
78 am_libglabels_3_0_la_OBJECTS = lgl-db.lo lgl-units.lo lgl-paper.lo \
79         lgl-category.lo lgl-vendor.lo lgl-template.lo lgl-xml-paper.lo \
80         lgl-xml-category.lo lgl-xml-vendor.lo lgl-xml-template.lo \
81         lgl-xml.lo lgl-str.lo
82 libglabels_3_0_la_OBJECTS = $(am_libglabels_3_0_la_OBJECTS)
83 AM_V_lt = $(am__v_lt_$(V))
84 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
85 am__v_lt_0 = --silent
86 libglabels_3_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
87         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
88         $(AM_CFLAGS) $(CFLAGS) $(libglabels_3_0_la_LDFLAGS) $(LDFLAGS) \
89         -o $@
90 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
91 depcomp = $(SHELL) $(top_srcdir)/depcomp
92 am__depfiles_maybe = depfiles
93 am__mv = mv -f
94 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
97         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
98         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
99         $(AM_CFLAGS) $(CFLAGS)
100 AM_V_CC = $(am__v_CC_$(V))
101 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
102 am__v_CC_0 = @echo "  CC    " $@;
103 AM_V_at = $(am__v_at_$(V))
104 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
105 am__v_at_0 = @
106 CCLD = $(CC)
107 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
108         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109         $(AM_LDFLAGS) $(LDFLAGS) -o $@
110 AM_V_CCLD = $(am__v_CCLD_$(V))
111 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
112 am__v_CCLD_0 = @echo "  CCLD  " $@;
113 AM_V_GEN = $(am__v_GEN_$(V))
114 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
115 am__v_GEN_0 = @echo "  GEN   " $@;
116 SOURCES = $(libglabels_3_0_la_SOURCES)
117 DIST_SOURCES = $(libglabels_3_0_la_SOURCES)
118 DATA = $(pkgconfig_DATA)
119 HEADERS = $(libglabels_3_0include_HEADERS) \
120         $(libglabels_3_0subinclude_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 CAIRO_REQUIRED = @CAIRO_REQUIRED@
134 CATALOGS = @CATALOGS@
135 CATOBJEXT = @CATOBJEXT@
136 CC = @CC@
137 CCDEPMODE = @CCDEPMODE@
138 CFLAGS = @CFLAGS@
139 CPP = @CPP@
140 CPPFLAGS = @CPPFLAGS@
141 CYGPATH_W = @CYGPATH_W@
142 DATADIRNAME = @DATADIRNAME@
143 DEFS = @DEFS@
144 DEPDIR = @DEPDIR@
145 DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
146 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
147 DLLTOOL = @DLLTOOL@
148 DOC_USER_FORMATS = @DOC_USER_FORMATS@
149 DSYMUTIL = @DSYMUTIL@
150 DUMPBIN = @DUMPBIN@
151 ECHO_C = @ECHO_C@
152 ECHO_N = @ECHO_N@
153 ECHO_T = @ECHO_T@
154 EGREP = @EGREP@
155 EXEEXT = @EXEEXT@
156 FGREP = @FGREP@
157 GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
158 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
159 GLABELS_BRANCH = @GLABELS_BRANCH@
160 GLABELS_CFLAGS = @GLABELS_CFLAGS@
161 GLABELS_LIBS = @GLABELS_LIBS@
162 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
163 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
164 GLIB_REQUIRED = @GLIB_REQUIRED@
165 GMOFILES = @GMOFILES@
166 GMSGFMT = @GMSGFMT@
167 GREP = @GREP@
168 GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
169 GTKDOC_CHECK = @GTKDOC_CHECK@
170 GTKDOC_MKPDF = @GTKDOC_MKPDF@
171 GTKDOC_REBASE = @GTKDOC_REBASE@
172 GTK_REQUIRED = @GTK_REQUIRED@
173 GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@
174 HELP_DIR = @HELP_DIR@
175 HTML_DIR = @HTML_DIR@
176 INSTALL = @INSTALL@
177 INSTALL_DATA = @INSTALL_DATA@
178 INSTALL_PROGRAM = @INSTALL_PROGRAM@
179 INSTALL_SCRIPT = @INSTALL_SCRIPT@
180 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181 INSTOBJEXT = @INSTOBJEXT@
182 INTLLIBS = @INTLLIBS@
183 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
184 INTLTOOL_MERGE = @INTLTOOL_MERGE@
185 INTLTOOL_PERL = @INTLTOOL_PERL@
186 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
187 LD = @LD@
188 LDFLAGS = @LDFLAGS@
189 LIBBARCODE_CFLAGS = @LIBBARCODE_CFLAGS@
190 LIBBARCODE_LIBS = @LIBBARCODE_LIBS@
191 LIBBARCODE_REQUIRED = @LIBBARCODE_REQUIRED@
192 LIBEBOOK_CFLAGS = @LIBEBOOK_CFLAGS@
193 LIBEBOOK_LIBS = @LIBEBOOK_LIBS@
194 LIBEBOOK_REQUIRED = @LIBEBOOK_REQUIRED@
195 LIBGLABELS_API_VERSION = @LIBGLABELS_API_VERSION@
196 LIBGLABELS_BRANCH = @LIBGLABELS_BRANCH@
197 LIBGLABELS_CFLAGS = @LIBGLABELS_CFLAGS@
198 LIBGLABELS_LIBS = @LIBGLABELS_LIBS@
199 LIBGLBARCODE_API_VERSION = @LIBGLBARCODE_API_VERSION@
200 LIBGLBARCODE_BRANCH = @LIBGLBARCODE_BRANCH@
201 LIBGLBARCODE_CFLAGS = @LIBGLBARCODE_CFLAGS@
202 LIBGLBARCODE_LIBS = @LIBGLBARCODE_LIBS@
203 LIBIEC16022_CFLAGS = @LIBIEC16022_CFLAGS@
204 LIBIEC16022_LIBS = @LIBIEC16022_LIBS@
205 LIBIEC16022_REQUIRED = @LIBIEC16022_REQUIRED@
206 LIBOBJS = @LIBOBJS@
207 LIBQRENCODE_CFLAGS = @LIBQRENCODE_CFLAGS@
208 LIBQRENCODE_LIBS = @LIBQRENCODE_LIBS@
209 LIBQRENCODE_REQUIRED = @LIBQRENCODE_REQUIRED@
210 LIBRSVG_REQUIRED = @LIBRSVG_REQUIRED@
211 LIBS = @LIBS@
212 LIBTOOL = @LIBTOOL@
213 LIBXML_REQUIRED = @LIBXML_REQUIRED@
214 LIBZINT_CFLAGS = @LIBZINT_CFLAGS@
215 LIBZINT_LIBS = @LIBZINT_LIBS@
216 LIBZINT_REQUIRED = @LIBZINT_REQUIRED@
217 LIPO = @LIPO@
218 LN_S = @LN_S@
219 LTLIBOBJS = @LTLIBOBJS@
220 MAINT = @MAINT@
221 MAKEINFO = @MAKEINFO@
222 MANIFEST_TOOL = @MANIFEST_TOOL@
223 MKDIR_P = @MKDIR_P@
224 MKINSTALLDIRS = @MKINSTALLDIRS@
225 MSGFMT = @MSGFMT@
226 MSGFMT_OPTS = @MSGFMT_OPTS@
227 MSGMERGE = @MSGMERGE@
228 NM = @NM@
229 NMEDIT = @NMEDIT@
230 OBJDUMP = @OBJDUMP@
231 OBJEXT = @OBJEXT@
232 OMF_DIR = @OMF_DIR@
233 OTOOL = @OTOOL@
234 OTOOL64 = @OTOOL64@
235 PACKAGE = @PACKAGE@
236 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237 PACKAGE_NAME = @PACKAGE_NAME@
238 PACKAGE_STRING = @PACKAGE_STRING@
239 PACKAGE_TARNAME = @PACKAGE_TARNAME@
240 PACKAGE_URL = @PACKAGE_URL@
241 PACKAGE_VERSION = @PACKAGE_VERSION@
242 PANGO_REQUIRED = @PANGO_REQUIRED@
243 PATH_SEPARATOR = @PATH_SEPARATOR@
244 PKG_CONFIG = @PKG_CONFIG@
245 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
246 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
247 POFILES = @POFILES@
248 POSUB = @POSUB@
249 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
250 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
251 RANLIB = @RANLIB@
252 SED = @SED@
253 SET_MAKE = @SET_MAKE@
254 SHELL = @SHELL@
255 STRIP = @STRIP@
256 USE_NLS = @USE_NLS@
257 VERSION = @VERSION@
258 WARN_CFLAGS = @WARN_CFLAGS@
259 XGETTEXT = @XGETTEXT@
260 abs_builddir = @abs_builddir@
261 abs_srcdir = @abs_srcdir@
262 abs_top_builddir = @abs_top_builddir@
263 abs_top_srcdir = @abs_top_srcdir@
264 ac_ct_AR = @ac_ct_AR@
265 ac_ct_CC = @ac_ct_CC@
266 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267 am__include = @am__include@
268 am__leading_dot = @am__leading_dot@
269 am__quote = @am__quote@
270 am__tar = @am__tar@
271 am__untar = @am__untar@
272 bindir = @bindir@
273 build = @build@
274 build_alias = @build_alias@
275 build_cpu = @build_cpu@
276 build_os = @build_os@
277 build_vendor = @build_vendor@
278 builddir = @builddir@
279 datadir = @datadir@
280 datarootdir = @datarootdir@
281 docdir = @docdir@
282 dvidir = @dvidir@
283 exec_prefix = @exec_prefix@
284 gsettingsschemadir = @gsettingsschemadir@
285 host = @host@
286 host_alias = @host_alias@
287 host_cpu = @host_cpu@
288 host_os = @host_os@
289 host_vendor = @host_vendor@
290 htmldir = @htmldir@
291 includedir = @includedir@
292 infodir = @infodir@
293 install_sh = @install_sh@
294 libdir = @libdir@
295 libexecdir = @libexecdir@
296 localedir = @localedir@
297 localstatedir = @localstatedir@
298 mandir = @mandir@
299 mkdir_p = @mkdir_p@
300 oldincludedir = @oldincludedir@
301 pdfdir = @pdfdir@
302 prefix = @prefix@
303 program_transform_name = @program_transform_name@
304 psdir = @psdir@
305 sbindir = @sbindir@
306 sharedstatedir = @sharedstatedir@
307 srcdir = @srcdir@
308 sysconfdir = @sysconfdir@
309 target_alias = @target_alias@
310 top_build_prefix = @top_build_prefix@
311 top_builddir = @top_builddir@
312 top_srcdir = @top_srcdir@
313 configdir = $(datadir)/$(LIBGLABELS_BRANCH)
314 INCLUDES = \
315         $(LIBGLABELS_CFLAGS)                            \
316         -DLIBGLABELS_CONFIG_DIR=\""$(configdir)"\" \
317         $(DISABLE_DEPRECATED_CFLAGS)
318
319 libglabels_3_0_la_LDFLAGS = \
320         -version-info $(LIBGLABELS_API_VERSION) \
321         $(LIBGLABELS_LIBS) \
322         -no-undefined 
323
324 lib_LTLIBRARIES = libglabels-3.0.la
325 libglabels_3_0_la_SOURCES = \
326         libglabels-private.h    \
327         lgl-db.h                \
328         lgl-db.c                \
329         lgl-units.h             \
330         lgl-units.c             \
331         lgl-paper.h             \
332         lgl-paper.c             \
333         lgl-category.h          \
334         lgl-category.c          \
335         lgl-vendor.h            \
336         lgl-vendor.c            \
337         lgl-template.h          \
338         lgl-template.c          \
339         lgl-xml-paper.h         \
340         lgl-xml-paper.c         \
341         lgl-xml-category.h      \
342         lgl-xml-category.c      \
343         lgl-xml-vendor.h        \
344         lgl-xml-vendor.c        \
345         lgl-xml-template.h      \
346         lgl-xml-template.c      \
347         lgl-xml.h               \
348         lgl-xml.c               \
349         lgl-str.h               \
350         lgl-str.c
351
352 libglabels_3_0includedir = $(includedir)/$(LIBGLABELS_BRANCH)
353 libglabels_3_0include_HEADERS = \
354         libglabels.h
355
356 libglabels_3_0subincludedir = $(includedir)/$(LIBGLABELS_BRANCH)/libglabels
357 libglabels_3_0subinclude_HEADERS = \
358         lgl-db.h                \
359         lgl-units.h             \
360         lgl-paper.h             \
361         lgl-category.h          \
362         lgl-template.h          \
363         lgl-xml-paper.h         \
364         lgl-xml-category.h      \
365         lgl-xml-template.h      \
366         lgl-xml.h               \
367         lgl-str.h                       
368
369 EXTRA_DIST = \
370         $(LIBGLABELS_BRANCH).pc.in
371
372 pkgconfigdir = $(libdir)/pkgconfig
373 pkgconfig_DATA = $(LIBGLABELS_BRANCH).pc
374 all: all-am
375
376 .SUFFIXES:
377 .SUFFIXES: .c .lo .o .obj
378 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
379         @for dep in $?; do \
380           case '$(am__configure_deps)' in \
381             *$$dep*) \
382               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
383                 && { if test -f $@; then exit 0; else break; fi; }; \
384               exit 1;; \
385           esac; \
386         done; \
387         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libglabels/Makefile'; \
388         $(am__cd) $(top_srcdir) && \
389           $(AUTOMAKE) --gnu libglabels/Makefile
390 .PRECIOUS: Makefile
391 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392         @case '$?' in \
393           *config.status*) \
394             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
395           *) \
396             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
397             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
398         esac;
399
400 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
401         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402
403 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
404         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
406         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407 $(am__aclocal_m4_deps):
408 ${LIBGLABELS_BRANCH}.pc: $(top_builddir)/config.status $(srcdir)/${LIBGLABELS_BRANCH}.pc.in
409         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
410 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
411         @$(NORMAL_INSTALL)
412         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
413         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
414         list2=; for p in $$list; do \
415           if test -f $$p; then \
416             list2="$$list2 $$p"; \
417           else :; fi; \
418         done; \
419         test -z "$$list2" || { \
420           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
421           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
422         }
423
424 uninstall-libLTLIBRARIES:
425         @$(NORMAL_UNINSTALL)
426         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
427         for p in $$list; do \
428           $(am__strip_dir) \
429           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
430           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
431         done
432
433 clean-libLTLIBRARIES:
434         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
435         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
436           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
437           test "$$dir" != "$$p" || dir=.; \
438           echo "rm -f \"$${dir}/so_locations\""; \
439           rm -f "$${dir}/so_locations"; \
440         done
441 libglabels-3.0.la: $(libglabels_3_0_la_OBJECTS) $(libglabels_3_0_la_DEPENDENCIES) 
442         $(AM_V_CCLD)$(libglabels_3_0_la_LINK) -rpath $(libdir) $(libglabels_3_0_la_OBJECTS) $(libglabels_3_0_la_LIBADD) $(LIBS)
443
444 mostlyclean-compile:
445         -rm -f *.$(OBJEXT)
446
447 distclean-compile:
448         -rm -f *.tab.c
449
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-category.Plo@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-db.Plo@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-paper.Plo@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-str.Plo@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-template.Plo@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-units.Plo@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-vendor.Plo@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-xml-category.Plo@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-xml-paper.Plo@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-xml-template.Plo@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-xml-vendor.Plo@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lgl-xml.Plo@am__quote@
462
463 .c.o:
464 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
465 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
466 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
470
471 .c.obj:
472 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
473 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
474 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
478
479 .c.lo:
480 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
481 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
482 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
486
487 mostlyclean-libtool:
488         -rm -f *.lo
489
490 clean-libtool:
491         -rm -rf .libs _libs
492 install-pkgconfigDATA: $(pkgconfig_DATA)
493         @$(NORMAL_INSTALL)
494         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
495         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
496         for p in $$list; do \
497           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
498           echo "$$d$$p"; \
499         done | $(am__base_list) | \
500         while read files; do \
501           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
502           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
503         done
504
505 uninstall-pkgconfigDATA:
506         @$(NORMAL_UNINSTALL)
507         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
508         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
509         test -n "$$files" || exit 0; \
510         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
511         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
512 install-libglabels_3_0includeHEADERS: $(libglabels_3_0include_HEADERS)
513         @$(NORMAL_INSTALL)
514         test -z "$(libglabels_3_0includedir)" || $(MKDIR_P) "$(DESTDIR)$(libglabels_3_0includedir)"
515         @list='$(libglabels_3_0include_HEADERS)'; test -n "$(libglabels_3_0includedir)" || list=; \
516         for p in $$list; do \
517           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
518           echo "$$d$$p"; \
519         done | $(am__base_list) | \
520         while read files; do \
521           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libglabels_3_0includedir)'"; \
522           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libglabels_3_0includedir)" || exit $$?; \
523         done
524
525 uninstall-libglabels_3_0includeHEADERS:
526         @$(NORMAL_UNINSTALL)
527         @list='$(libglabels_3_0include_HEADERS)'; test -n "$(libglabels_3_0includedir)" || list=; \
528         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
529         test -n "$$files" || exit 0; \
530         echo " ( cd '$(DESTDIR)$(libglabels_3_0includedir)' && rm -f" $$files ")"; \
531         cd "$(DESTDIR)$(libglabels_3_0includedir)" && rm -f $$files
532 install-libglabels_3_0subincludeHEADERS: $(libglabels_3_0subinclude_HEADERS)
533         @$(NORMAL_INSTALL)
534         test -z "$(libglabels_3_0subincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libglabels_3_0subincludedir)"
535         @list='$(libglabels_3_0subinclude_HEADERS)'; test -n "$(libglabels_3_0subincludedir)" || list=; \
536         for p in $$list; do \
537           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
538           echo "$$d$$p"; \
539         done | $(am__base_list) | \
540         while read files; do \
541           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libglabels_3_0subincludedir)'"; \
542           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libglabels_3_0subincludedir)" || exit $$?; \
543         done
544
545 uninstall-libglabels_3_0subincludeHEADERS:
546         @$(NORMAL_UNINSTALL)
547         @list='$(libglabels_3_0subinclude_HEADERS)'; test -n "$(libglabels_3_0subincludedir)" || list=; \
548         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
549         test -n "$$files" || exit 0; \
550         echo " ( cd '$(DESTDIR)$(libglabels_3_0subincludedir)' && rm -f" $$files ")"; \
551         cd "$(DESTDIR)$(libglabels_3_0subincludedir)" && rm -f $$files
552
553 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
554         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
555         unique=`for i in $$list; do \
556             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557           done | \
558           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559               END { if (nonempty) { for (i in files) print i; }; }'`; \
560         mkid -fID $$unique
561 tags: TAGS
562
563 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
564                 $(TAGS_FILES) $(LISP)
565         set x; \
566         here=`pwd`; \
567         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
568         unique=`for i in $$list; do \
569             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570           done | \
571           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572               END { if (nonempty) { for (i in files) print i; }; }'`; \
573         shift; \
574         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
575           test -n "$$unique" || unique=$$empty_fix; \
576           if test $$# -gt 0; then \
577             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
578               "$$@" $$unique; \
579           else \
580             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581               $$unique; \
582           fi; \
583         fi
584 ctags: CTAGS
585 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
586                 $(TAGS_FILES) $(LISP)
587         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
588         unique=`for i in $$list; do \
589             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
590           done | \
591           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
592               END { if (nonempty) { for (i in files) print i; }; }'`; \
593         test -z "$(CTAGS_ARGS)$$unique" \
594           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
595              $$unique
596
597 GTAGS:
598         here=`$(am__cd) $(top_builddir) && pwd` \
599           && $(am__cd) $(top_srcdir) \
600           && gtags -i $(GTAGS_ARGS) "$$here"
601
602 distclean-tags:
603         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
604
605 distdir: $(DISTFILES)
606         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
607         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
608         list='$(DISTFILES)'; \
609           dist_files=`for file in $$list; do echo $$file; done | \
610           sed -e "s|^$$srcdirstrip/||;t" \
611               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
612         case $$dist_files in \
613           */*) $(MKDIR_P) `echo "$$dist_files" | \
614                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
615                            sort -u` ;; \
616         esac; \
617         for file in $$dist_files; do \
618           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
619           if test -d $$d/$$file; then \
620             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
621             if test -d "$(distdir)/$$file"; then \
622               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
623             fi; \
624             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
625               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
626               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
627             fi; \
628             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
629           else \
630             test -f "$(distdir)/$$file" \
631             || cp -p $$d/$$file "$(distdir)/$$file" \
632             || exit 1; \
633           fi; \
634         done
635 check-am: all-am
636 check: check-am
637 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
638 installdirs:
639         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libglabels_3_0includedir)" "$(DESTDIR)$(libglabels_3_0subincludedir)"; do \
640           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
641         done
642 install: install-am
643 install-exec: install-exec-am
644 install-data: install-data-am
645 uninstall: uninstall-am
646
647 install-am: all-am
648         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
649
650 installcheck: installcheck-am
651 install-strip:
652         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
653           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
654           `test -z '$(STRIP)' || \
655             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
656 mostlyclean-generic:
657
658 clean-generic:
659
660 distclean-generic:
661         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
662         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
663
664 maintainer-clean-generic:
665         @echo "This command is intended for maintainers to use"
666         @echo "it deletes files that may require special tools to rebuild."
667 clean: clean-am
668
669 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
670         mostlyclean-am
671
672 distclean: distclean-am
673         -rm -rf ./$(DEPDIR)
674         -rm -f Makefile
675 distclean-am: clean-am distclean-compile distclean-generic \
676         distclean-tags
677
678 dvi: dvi-am
679
680 dvi-am:
681
682 html: html-am
683
684 html-am:
685
686 info: info-am
687
688 info-am:
689
690 install-data-am: install-libglabels_3_0includeHEADERS \
691         install-libglabels_3_0subincludeHEADERS install-pkgconfigDATA
692
693 install-dvi: install-dvi-am
694
695 install-dvi-am:
696
697 install-exec-am: install-libLTLIBRARIES
698
699 install-html: install-html-am
700
701 install-html-am:
702
703 install-info: install-info-am
704
705 install-info-am:
706
707 install-man:
708
709 install-pdf: install-pdf-am
710
711 install-pdf-am:
712
713 install-ps: install-ps-am
714
715 install-ps-am:
716
717 installcheck-am:
718
719 maintainer-clean: maintainer-clean-am
720         -rm -rf ./$(DEPDIR)
721         -rm -f Makefile
722 maintainer-clean-am: distclean-am maintainer-clean-generic
723
724 mostlyclean: mostlyclean-am
725
726 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
727         mostlyclean-libtool
728
729 pdf: pdf-am
730
731 pdf-am:
732
733 ps: ps-am
734
735 ps-am:
736
737 uninstall-am: uninstall-libLTLIBRARIES \
738         uninstall-libglabels_3_0includeHEADERS \
739         uninstall-libglabels_3_0subincludeHEADERS \
740         uninstall-pkgconfigDATA
741
742 .MAKE: install-am install-strip
743
744 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
745         clean-libLTLIBRARIES clean-libtool ctags distclean \
746         distclean-compile distclean-generic distclean-libtool \
747         distclean-tags distdir dvi dvi-am html html-am info info-am \
748         install install-am install-data install-data-am install-dvi \
749         install-dvi-am install-exec install-exec-am install-html \
750         install-html-am install-info install-info-am \
751         install-libLTLIBRARIES install-libglabels_3_0includeHEADERS \
752         install-libglabels_3_0subincludeHEADERS install-man \
753         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
754         install-ps-am install-strip installcheck installcheck-am \
755         installdirs maintainer-clean maintainer-clean-generic \
756         mostlyclean mostlyclean-compile mostlyclean-generic \
757         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
758         uninstall-am uninstall-libLTLIBRARIES \
759         uninstall-libglabels_3_0includeHEADERS \
760         uninstall-libglabels_3_0subincludeHEADERS \
761         uninstall-pkgconfigDATA
762
763
764 # Tell versions [3.59,3.63) of GNU make to not export all variables.
765 # Otherwise a system limit (for SysV at least) may be exceeded.
766 .NOEXPORT: