aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.in
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2009-02-21 12:38:58 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2009-02-21 12:38:58 (GMT)
commit8e0927e6365ef295bab9a6037e0647cb9cc57fb2 (patch)
treee904ef58a4f68c0a9a0d8abbc5bb0bed3644c7a0 /src/FbTk/Makefile.in
parent40f09b841b76a983d71126969016e9597c9217eb (diff)
downloadfbpager-master.zip
fbpager-master.tar.bz2
Added autogen.sh from fluxbox and regenerated autogen/autoconf filesHEADmaster
Diffstat (limited to 'src/FbTk/Makefile.in')
-rw-r--r--src/FbTk/Makefile.in464
1 files changed, 289 insertions, 175 deletions
diff --git a/src/FbTk/Makefile.in b/src/FbTk/Makefile.in
index 67e5efd..a41698b 100644
--- a/src/FbTk/Makefile.in
+++ b/src/FbTk/Makefile.in
@@ -1,7 +1,8 @@
1# Makefile.in generated automatically by automake 1.5 from Makefile.am. 1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# @configure_input@
2 3
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4# Free Software Foundation, Inc. 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
@@ -13,87 +14,188 @@
13 14
14@SET_MAKE@ 15@SET_MAKE@
15 16
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@ 17VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@ 18pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@ 19pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ../.. 21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 22install_sh_DATA = $(install_sh) -c -m 644
41ACLOCAL = @ACLOCAL@ 23install_sh_PROGRAM = $(install_sh) -c
42AUTOCONF = @AUTOCONF@ 24install_sh_SCRIPT = $(install_sh) -c
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA) 25INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@ 26transform = $(program_transform_name)
52NORMAL_INSTALL = : 27NORMAL_INSTALL = :
53PRE_INSTALL = : 28PRE_INSTALL = :
54POST_INSTALL = : 29POST_INSTALL = :
55NORMAL_UNINSTALL = : 30NORMAL_UNINSTALL = :
56PRE_UNINSTALL = : 31PRE_UNINSTALL = :
57POST_UNINSTALL = : 32POST_UNINSTALL = :
58host_alias = @host_alias@ 33build_triplet = @build@
59host_triplet = @host@ 34host_triplet = @host@
35subdir = src/FbTk
36DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38am__aclocal_m4_deps = $(top_srcdir)/configure.in
39am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42CONFIG_HEADER = $(top_builddir)/config.h
43CONFIG_CLEAN_FILES =
44LIBRARIES = $(noinst_LIBRARIES)
45ARFLAGS = cru
46libFbTk_a_AR = $(AR) $(ARFLAGS)
47libFbTk_a_LIBADD =
48am_libFbTk_a_OBJECTS = App.$(OBJEXT) Color.$(OBJEXT) \
49 EventManager.$(OBJEXT) FbWindow.$(OBJEXT) FbPixmap.$(OBJEXT) \
50 Transparent.$(OBJEXT) Resource.$(OBJEXT) FbDrawable.$(OBJEXT) \
51 GContext.$(OBJEXT) StringUtil.$(OBJEXT)
52libFbTk_a_OBJECTS = $(am_libFbTk_a_OBJECTS)
53DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
54depcomp = $(SHELL) $(top_srcdir)/depcomp
55am__depfiles_maybe = depfiles
56CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
57 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
58LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
59 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
61CXXLD = $(CXX)
62CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
63 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
64 $(LDFLAGS) -o $@
65COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70CCLD = $(CC)
71LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
73 $(LDFLAGS) -o $@
74SOURCES = $(libFbTk_a_SOURCES)
75DIST_SOURCES = $(libFbTk_a_SOURCES)
76ETAGS = etags
77CTAGS = ctags
78DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79ACLOCAL = @ACLOCAL@
60AMTAR = @AMTAR@ 80AMTAR = @AMTAR@
61AR = @AR@ 81AR = @AR@
62AS = @AS@ 82AUTOCONF = @AUTOCONF@
83AUTOHEADER = @AUTOHEADER@
84AUTOMAKE = @AUTOMAKE@
63AWK = @AWK@ 85AWK = @AWK@
64CC = @CC@ 86CC = @CC@
87CCDEPMODE = @CCDEPMODE@
88CFLAGS = @CFLAGS@
89CPP = @CPP@
90CPPFLAGS = @CPPFLAGS@
65CXX = @CXX@ 91CXX = @CXX@
66CXXCPP = @CXXCPP@ 92CXXCPP = @CXXCPP@
93CXXDEPMODE = @CXXDEPMODE@
94CXXFLAGS = @CXXFLAGS@
95CYGPATH_W = @CYGPATH_W@
67DEBUG = @DEBUG@ 96DEBUG = @DEBUG@
97DEFS = @DEFS@
68DEPDIR = @DEPDIR@ 98DEPDIR = @DEPDIR@
69DLLTOOL = @DLLTOOL@ 99DSYMUTIL = @DSYMUTIL@
70ECHO = @ECHO@ 100DUMPBIN = @DUMPBIN@
101ECHO_C = @ECHO_C@
102ECHO_N = @ECHO_N@
103ECHO_T = @ECHO_T@
71EGREP = @EGREP@ 104EGREP = @EGREP@
72EXEEXT = @EXEEXT@ 105EXEEXT = @EXEEXT@
73F77 = @F77@ 106FGREP = @FGREP@
74GCJ = @GCJ@ 107GREP = @GREP@
75GCJFLAGS = @GCJFLAGS@ 108INSTALL = @INSTALL@
109INSTALL_DATA = @INSTALL_DATA@
110INSTALL_PROGRAM = @INSTALL_PROGRAM@
111INSTALL_SCRIPT = @INSTALL_SCRIPT@
76INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 112INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113LD = @LD@
114LDFLAGS = @LDFLAGS@
115LIBOBJS = @LIBOBJS@
116LIBS = @LIBS@
77LIBTOOL = @LIBTOOL@ 117LIBTOOL = @LIBTOOL@
118LIPO = @LIPO@
78LN_S = @LN_S@ 119LN_S = @LN_S@
79OBJDUMP = @OBJDUMP@ 120LTLIBOBJS = @LTLIBOBJS@
121MAKEINFO = @MAKEINFO@
122MKDIR_P = @MKDIR_P@
123NM = @NM@
124NMEDIT = @NMEDIT@
80OBJEXT = @OBJEXT@ 125OBJEXT = @OBJEXT@
126OTOOL = @OTOOL@
127OTOOL64 = @OTOOL64@
81PACKAGE = @PACKAGE@ 128PACKAGE = @PACKAGE@
129PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130PACKAGE_NAME = @PACKAGE_NAME@
131PACKAGE_STRING = @PACKAGE_STRING@
132PACKAGE_TARNAME = @PACKAGE_TARNAME@
133PACKAGE_VERSION = @PACKAGE_VERSION@
134PATH_SEPARATOR = @PATH_SEPARATOR@
82RANLIB = @RANLIB@ 135RANLIB = @RANLIB@
83RC = @RC@
84SED = @SED@ 136SED = @SED@
137SET_MAKE = @SET_MAKE@
138SHELL = @SHELL@
85STRIP = @STRIP@ 139STRIP = @STRIP@
86VERSION = @VERSION@ 140VERSION = @VERSION@
141XMKMF = @XMKMF@
87X_CFLAGS = @X_CFLAGS@ 142X_CFLAGS = @X_CFLAGS@
88X_EXTRA_LIBS = @X_EXTRA_LIBS@ 143X_EXTRA_LIBS = @X_EXTRA_LIBS@
89X_LIBS = @X_LIBS@ 144X_LIBS = @X_LIBS@
90X_PRE_LIBS = @X_PRE_LIBS@ 145X_PRE_LIBS = @X_PRE_LIBS@
146abs_builddir = @abs_builddir@
147abs_srcdir = @abs_srcdir@
148abs_top_builddir = @abs_top_builddir@
149abs_top_srcdir = @abs_top_srcdir@
150ac_ct_CC = @ac_ct_CC@
151ac_ct_CXX = @ac_ct_CXX@
152ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
91am__include = @am__include@ 153am__include = @am__include@
154am__leading_dot = @am__leading_dot@
92am__quote = @am__quote@ 155am__quote = @am__quote@
156am__tar = @am__tar@
157am__untar = @am__untar@
158bindir = @bindir@
159build = @build@
160build_alias = @build_alias@
161build_cpu = @build_cpu@
162build_os = @build_os@
163build_vendor = @build_vendor@
164builddir = @builddir@
165datadir = @datadir@
166datarootdir = @datarootdir@
167docdir = @docdir@
168dvidir = @dvidir@
169exec_prefix = @exec_prefix@
170host = @host@
171host_alias = @host_alias@
172host_cpu = @host_cpu@
173host_os = @host_os@
174host_vendor = @host_vendor@
175htmldir = @htmldir@
176includedir = @includedir@
177infodir = @infodir@
93install_sh = @install_sh@ 178install_sh = @install_sh@
94 179libdir = @libdir@
180libexecdir = @libexecdir@
181localedir = @localedir@
182localstatedir = @localstatedir@
183lt_ECHO = @lt_ECHO@
184mandir = @mandir@
185mkdir_p = @mkdir_p@
186oldincludedir = @oldincludedir@
187pdfdir = @pdfdir@
188prefix = @prefix@
189program_transform_name = @program_transform_name@
190psdir = @psdir@
191sbindir = @sbindir@
192sharedstatedir = @sharedstatedir@
193srcdir = @srcdir@
194sysconfdir = @sysconfdir@
195target_alias = @target_alias@
196top_builddir = @top_builddir@
197top_srcdir = @top_srcdir@
95noinst_LIBRARIES = libFbTk.a 198noinst_LIBRARIES = libFbTk.a
96
97libFbTk_a_SOURCES = \ 199libFbTk_a_SOURCES = \
98 App.hh App.cc Color.cc Color.hh \ 200 App.hh App.cc Color.cc Color.hh \
99 EventHandler.hh EventManager.hh EventManager.cc \ 201 EventHandler.hh EventManager.hh EventManager.cc \
@@ -106,74 +208,39 @@ libFbTk_a_SOURCES = \
106 GContext.hh GContext.cc \ 208 GContext.hh GContext.cc \
107 XrmDatabaseHelper.hh StringUtil.hh StringUtil.cc 209 XrmDatabaseHelper.hh StringUtil.hh StringUtil.cc
108 210
109subdir = src/FbTk
110mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111CONFIG_HEADER = $(top_builddir)/config.h
112CONFIG_CLEAN_FILES =
113LIBRARIES = $(noinst_LIBRARIES)
114
115libFbTk_a_AR = $(AR) cru
116libFbTk_a_LIBADD =
117am_libFbTk_a_OBJECTS = App.$(OBJEXT) Color.$(OBJEXT) \
118 EventManager.$(OBJEXT) FbWindow.$(OBJEXT) FbPixmap.$(OBJEXT) \
119 Transparent.$(OBJEXT) Resource.$(OBJEXT) FbDrawable.$(OBJEXT) \
120 GContext.$(OBJEXT) StringUtil.$(OBJEXT)
121libFbTk_a_OBJECTS = $(am_libFbTk_a_OBJECTS)
122
123DEFS = @DEFS@
124DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
125CPPFLAGS = @CPPFLAGS@
126LDFLAGS = @LDFLAGS@
127LIBS = @LIBS@
128depcomp = $(SHELL) $(top_srcdir)/depcomp
129@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/App.Po $(DEPDIR)/Color.Po \
130@AMDEP_TRUE@ $(DEPDIR)/EventManager.Po $(DEPDIR)/FbDrawable.Po \
131@AMDEP_TRUE@ $(DEPDIR)/FbPixmap.Po $(DEPDIR)/FbWindow.Po \
132@AMDEP_TRUE@ $(DEPDIR)/GContext.Po $(DEPDIR)/Resource.Po \
133@AMDEP_TRUE@ $(DEPDIR)/StringUtil.Po $(DEPDIR)/Transparent.Po
134CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
135 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
136LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
137 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
138 $(AM_CXXFLAGS) $(CXXFLAGS)
139CXXLD = $(CXX)
140CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
141 $(AM_LDFLAGS) $(LDFLAGS) -o $@
142CXXFLAGS = @CXXFLAGS@
143CFLAGS = @CFLAGS@
144COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
147 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148CCLD = $(CC)
149LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
150 $(AM_LDFLAGS) $(LDFLAGS) -o $@
151DIST_SOURCES = $(libFbTk_a_SOURCES)
152DIST_COMMON = Makefile.am Makefile.in
153SOURCES = $(libFbTk_a_SOURCES)
154
155all: all-am 211all: all-am
156 212
157.SUFFIXES: 213.SUFFIXES:
158.SUFFIXES: .cc .lo .o .obj 214.SUFFIXES: .cc .lo .o .obj
159 215$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
160mostlyclean-libtool: 216 @for dep in $?; do \
161 -rm -f *.lo 217 case '$(am__configure_deps)' in \
162 218 *$$dep*) \
163clean-libtool: 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
164 -rm -rf .libs _libs 220 && exit 0; \
165 221 exit 1;; \
166distclean-libtool: 222 esac; \
167 -rm -f libtool 223 done; \
168$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 224 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/FbTk/Makefile'; \
169 cd $(top_srcdir) && \ 225 cd $(top_srcdir) && \
170 $(AUTOMAKE) --gnu src/FbTk/Makefile 226 $(AUTOMAKE) --gnu src/FbTk/Makefile
171Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 227.PRECIOUS: Makefile
172 cd $(top_builddir) && \ 228Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
173 CONFIG_HEADERS= CONFIG_LINKS= \ 229 @case '$?' in \
174 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status 230 *config.status*) \
175 231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
176AR = ar 232 *) \
233 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
234 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
235 esac;
236
237$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239
240$(top_srcdir)/configure: $(am__configure_deps)
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242$(ACLOCAL_M4): $(am__aclocal_m4_deps)
243 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
177 244
178clean-noinstLIBRARIES: 245clean-noinstLIBRARIES:
179 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 246 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
@@ -183,92 +250,116 @@ libFbTk.a: $(libFbTk_a_OBJECTS) $(libFbTk_a_DEPENDENCIES)
183 $(RANLIB) libFbTk.a 250 $(RANLIB) libFbTk.a
184 251
185mostlyclean-compile: 252mostlyclean-compile:
186 -rm -f *.$(OBJEXT) core *.core 253 -rm -f *.$(OBJEXT)
187 254
188distclean-compile: 255distclean-compile:
189 -rm -f *.tab.c 256 -rm -f *.tab.c
190 257
191@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/App.Po@am__quote@ 258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/App.Po@am__quote@
192@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Color.Po@am__quote@ 259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Color.Po@am__quote@
193@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/EventManager.Po@am__quote@ 260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EventManager.Po@am__quote@
194@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/FbDrawable.Po@am__quote@ 261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FbDrawable.Po@am__quote@
195@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/FbPixmap.Po@am__quote@ 262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FbPixmap.Po@am__quote@
196@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/FbWindow.Po@am__quote@ 263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FbWindow.Po@am__quote@
197@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/GContext.Po@am__quote@ 264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GContext.Po@am__quote@
198@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Resource.Po@am__quote@ 265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Resource.Po@am__quote@
199@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/StringUtil.Po@am__quote@ 266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StringUtil.Po@am__quote@
200@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Transparent.Po@am__quote@ 267@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Transparent.Po@am__quote@
201
202distclean-depend:
203 -rm -rf $(DEPDIR)
204 268
205.cc.o: 269.cc.o:
206@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 270@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
207@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 271@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
208@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 272@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
209 $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< 273@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
274@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
210 275
211.cc.obj: 276.cc.obj:
212@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 277@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
213@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 278@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
214@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 279@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
215 $(CXXCOMPILE) -c -o $@ `cygpath -w $<` 280@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
216 282
217.cc.lo: 283.cc.lo:
218@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 284@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
219@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ 285@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
220@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 286@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
221 $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< 287@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
222CXXDEPMODE = @CXXDEPMODE@ 288@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
223uninstall-info-am:
224 289
225tags: TAGS 290mostlyclean-libtool:
291 -rm -f *.lo
292
293clean-libtool:
294 -rm -rf .libs _libs
226 295
227ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 296ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
228 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 297 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
229 unique=`for i in $$list; do \ 298 unique=`for i in $$list; do \
230 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 299 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
231 done | \ 300 done | \
232 $(AWK) ' { files[$$0] = 1; } \ 301 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
233 END { for (i in files) print i; }'`; \ 302 END { if (nonempty) { for (i in files) print i; }; }'`; \
234 mkid -fID $$unique $(LISP) 303 mkid -fID $$unique
304tags: TAGS
235 305
236TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 306TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
237 $(TAGS_FILES) $(LISP) 307 $(TAGS_FILES) $(LISP)
238 tags=; \ 308 tags=; \
239 here=`pwd`; \ 309 here=`pwd`; \
240 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 310 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
311 unique=`for i in $$list; do \
312 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313 done | \
314 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
315 END { if (nonempty) { for (i in files) print i; }; }'`; \
316 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
317 test -n "$$unique" || unique=$$empty_fix; \
318 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
319 $$tags $$unique; \
320 fi
321ctags: CTAGS
322CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
323 $(TAGS_FILES) $(LISP)
324 tags=; \
325 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
241 unique=`for i in $$list; do \ 326 unique=`for i in $$list; do \
242 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 327 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
243 done | \ 328 done | \
244 $(AWK) ' { files[$$0] = 1; } \ 329 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
245 END { for (i in files) print i; }'`; \ 330 END { if (nonempty) { for (i in files) print i; }; }'`; \
246 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 331 test -z "$(CTAGS_ARGS)$$tags$$unique" \
247 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) 332 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
333 $$tags $$unique
248 334
249GTAGS: 335GTAGS:
250 here=`CDPATH=: && cd $(top_builddir) && pwd` \ 336 here=`$(am__cd) $(top_builddir) && pwd` \
251 && cd $(top_srcdir) \ 337 && cd $(top_srcdir) \
252 && gtags -i $(GTAGS_ARGS) $$here 338 && gtags -i $(GTAGS_ARGS) $$here
253 339
254distclean-tags: 340distclean-tags:
255 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 341 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
256
257DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
258
259top_distdir = ../..
260distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
261 342
262distdir: $(DISTFILES) 343distdir: $(DISTFILES)
263 @for file in $(DISTFILES); do \ 344 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
264 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 345 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
265 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 346 list='$(DISTFILES)'; \
266 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 347 dist_files=`for file in $$list; do echo $$file; done | \
267 $(mkinstalldirs) "$(distdir)/$$dir"; \ 348 sed -e "s|^$$srcdirstrip/||;t" \
268 fi; \ 349 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
350 case $$dist_files in \
351 */*) $(MKDIR_P) `echo "$$dist_files" | \
352 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
353 sort -u` ;; \
354 esac; \
355 for file in $$dist_files; do \
356 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
269 if test -d $$d/$$file; then \ 357 if test -d $$d/$$file; then \
270 cp -pR $$d/$$file $(distdir) \ 358 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
271 || exit 1; \ 359 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
360 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
361 fi; \
362 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
272 else \ 363 else \
273 test -f $(distdir)/$$file \ 364 test -f $(distdir)/$$file \
274 || cp -p $$d/$$file $(distdir)/$$file \ 365 || cp -p $$d/$$file $(distdir)/$$file \
@@ -278,9 +369,7 @@ distdir: $(DISTFILES)
278check-am: all-am 369check-am: all-am
279check: check-am 370check: check-am
280all-am: Makefile $(LIBRARIES) 371all-am: Makefile $(LIBRARIES)
281
282installdirs: 372installdirs:
283
284install: install-am 373install: install-am
285install-exec: install-exec-am 374install-exec: install-exec-am
286install-data: install-data-am 375install-data: install-data-am
@@ -292,6 +381,7 @@ install-am: all-am
292installcheck: installcheck-am 381installcheck: installcheck-am
293install-strip: 382install-strip:
294 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 383 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
384 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
295 `test -z '$(STRIP)' || \ 385 `test -z '$(STRIP)' || \
296 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 386 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
297mostlyclean-generic: 387mostlyclean-generic:
@@ -299,7 +389,7 @@ mostlyclean-generic:
299clean-generic: 389clean-generic:
300 390
301distclean-generic: 391distclean-generic:
302 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* 392 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
303 393
304maintainer-clean-generic: 394maintainer-clean-generic:
305 @echo "This command is intended for maintainers to use" 395 @echo "This command is intended for maintainers to use"
@@ -310,30 +400,42 @@ clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
310 mostlyclean-am 400 mostlyclean-am
311 401
312distclean: distclean-am 402distclean: distclean-am
313 403 -rm -rf ./$(DEPDIR)
314distclean-am: clean-am distclean-compile distclean-depend \ 404 -rm -f Makefile
315 distclean-generic distclean-libtool distclean-tags 405distclean-am: clean-am distclean-compile distclean-generic \
406 distclean-tags
316 407
317dvi: dvi-am 408dvi: dvi-am
318 409
319dvi-am: 410dvi-am:
320 411
412html: html-am
413
321info: info-am 414info: info-am
322 415
323info-am: 416info-am:
324 417
325install-data-am: 418install-data-am:
326 419
420install-dvi: install-dvi-am
421
327install-exec-am: 422install-exec-am:
328 423
424install-html: install-html-am
425
329install-info: install-info-am 426install-info: install-info-am
330 427
331install-man: 428install-man:
332 429
430install-pdf: install-pdf-am
431
432install-ps: install-ps-am
433
333installcheck-am: 434installcheck-am:
334 435
335maintainer-clean: maintainer-clean-am 436maintainer-clean: maintainer-clean-am
336 437 -rm -rf ./$(DEPDIR)
438 -rm -f Makefile
337maintainer-clean-am: distclean-am maintainer-clean-generic 439maintainer-clean-am: distclean-am maintainer-clean-generic
338 440
339mostlyclean: mostlyclean-am 441mostlyclean: mostlyclean-am
@@ -341,18 +443,30 @@ mostlyclean: mostlyclean-am
341mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 443mostlyclean-am: mostlyclean-compile mostlyclean-generic \
342 mostlyclean-libtool 444 mostlyclean-libtool
343 445
344uninstall-am: uninstall-info-am 446pdf: pdf-am
447
448pdf-am:
449
450ps: ps-am
451
452ps-am:
453
454uninstall-am:
455
456.MAKE: install-am install-strip
345 457
346.PHONY: GTAGS all all-am check check-am clean clean-generic \ 458.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
347 clean-libtool clean-noinstLIBRARIES distclean distclean-compile \ 459 clean-libtool clean-noinstLIBRARIES ctags distclean \
348 distclean-depend distclean-generic distclean-libtool \ 460 distclean-compile distclean-generic distclean-libtool \
349 distclean-tags distdir dvi dvi-am info info-am install \ 461 distclean-tags distdir dvi dvi-am html html-am info info-am \
350 install-am install-data install-data-am install-exec \ 462 install install-am install-data install-data-am install-dvi \
351 install-exec-am install-info install-info-am install-man \ 463 install-dvi-am install-exec install-exec-am install-html \
464 install-html-am install-info install-info-am install-man \
465 install-pdf install-pdf-am install-ps install-ps-am \
352 install-strip installcheck installcheck-am installdirs \ 466 install-strip installcheck installcheck-am installdirs \
353 maintainer-clean maintainer-clean-generic mostlyclean \ 467 maintainer-clean maintainer-clean-generic mostlyclean \
354 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 468 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
355 tags uninstall uninstall-am uninstall-info-am 469 pdf pdf-am ps ps-am tags uninstall uninstall-am
356 470
357# Tell versions [3.59,3.63) of GNU make to not export all variables. 471# Tell versions [3.59,3.63) of GNU make to not export all variables.
358# Otherwise a system limit (for SysV at least) may be exceeded. 472# Otherwise a system limit (for SysV at least) may be exceeded.