comparison src/base64/Makefile.in @ 36:9cb4031fa5e0

updated the generated AutoHELL files
author meillo@marmaro.de
date Fri, 07 May 2010 16:44:26 +0200
parents af25f5c39d90
children 907fee7c081a
comparison
equal deleted inserted replaced
35:9bf8b9f0f09d 36:9cb4031fa5e0
1 # Makefile.in generated by automake 1.7.9 from Makefile.am. 1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
6 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
9 10
10 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
14 15
15 @SET_MAKE@ 16 @SET_MAKE@
16 17
17 srcdir = @srcdir@ 18
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@ 19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@ 20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@ 22 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@ 23 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 top_builddir = ../..
24
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644 25 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c 26 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c 27 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA) 28 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name) 29 transform = $(program_transform_name)
33 PRE_INSTALL = : 31 PRE_INSTALL = :
34 POST_INSTALL = : 32 POST_INSTALL = :
35 NORMAL_UNINSTALL = : 33 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = : 34 PRE_UNINSTALL = :
37 POST_UNINSTALL = : 35 POST_UNINSTALL = :
36 noinst_PROGRAMS = base64enc$(EXEEXT) base64dec$(EXEEXT)
37 subdir = src/base64
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 LIBRARIES = $(noinst_LIBRARIES)
48 AR = ar
49 ARFLAGS = cru
50 libbase64_a_AR = $(AR) $(ARFLAGS)
51 libbase64_a_LIBADD =
52 am_libbase64_a_OBJECTS = base64.$(OBJEXT)
53 libbase64_a_OBJECTS = $(am_libbase64_a_OBJECTS)
54 PROGRAMS = $(noinst_PROGRAMS)
55 am_base64dec_OBJECTS = base64dec.$(OBJEXT) base64.$(OBJEXT)
56 base64dec_OBJECTS = $(am_base64dec_OBJECTS)
57 base64dec_DEPENDENCIES =
58 am_base64enc_OBJECTS = base64enc.$(OBJEXT) base64.$(OBJEXT)
59 base64enc_OBJECTS = $(am_base64enc_OBJECTS)
60 base64enc_DEPENDENCIES =
61 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62 depcomp = $(SHELL) $(top_srcdir)/depcomp
63 am__depfiles_maybe = depfiles
64 am__mv = mv -f
65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67 CCLD = $(CC)
68 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
69 SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \
70 $(base64enc_SOURCES)
71 DIST_SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \
72 $(base64enc_SOURCES)
73 ETAGS = etags
74 CTAGS = ctags
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
38 ACLOCAL = @ACLOCAL@ 76 ACLOCAL = @ACLOCAL@
39 AMDEP_FALSE = @AMDEP_FALSE@
40 AMDEP_TRUE = @AMDEP_TRUE@
41 AMTAR = @AMTAR@ 77 AMTAR = @AMTAR@
42 AUTOCONF = @AUTOCONF@ 78 AUTOCONF = @AUTOCONF@
43 AUTOHEADER = @AUTOHEADER@ 79 AUTOHEADER = @AUTOHEADER@
44 AUTOMAKE = @AUTOMAKE@ 80 AUTOMAKE = @AUTOMAKE@
45 AWK = @AWK@ 81 AWK = @AWK@
59 EXEEXT = @EXEEXT@ 95 EXEEXT = @EXEEXT@
60 GLIB_CFLAGS = @GLIB_CFLAGS@ 96 GLIB_CFLAGS = @GLIB_CFLAGS@
61 GLIB_LIBS = @GLIB_LIBS@ 97 GLIB_LIBS = @GLIB_LIBS@
62 GREP = @GREP@ 98 GREP = @GREP@
63 IDENT_LIBS = @IDENT_LIBS@ 99 IDENT_LIBS = @IDENT_LIBS@
100 INSTALL = @INSTALL@
64 INSTALL_DATA = @INSTALL_DATA@ 101 INSTALL_DATA = @INSTALL_DATA@
65 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 102 INSTALL_PROGRAM = @INSTALL_PROGRAM@
66 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 103 INSTALL_SCRIPT = @INSTALL_SCRIPT@
67 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 104 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68 LDFLAGS = @LDFLAGS@ 105 LDFLAGS = @LDFLAGS@
70 LIBS = @LIBS@ 107 LIBS = @LIBS@
71 LOCKFILE_LIBS = @LOCKFILE_LIBS@ 108 LOCKFILE_LIBS = @LOCKFILE_LIBS@
72 LTLIBOBJS = @LTLIBOBJS@ 109 LTLIBOBJS = @LTLIBOBJS@
73 MAKEINFO = @MAKEINFO@ 110 MAKEINFO = @MAKEINFO@
74 MD5_LIBS = @MD5_LIBS@ 111 MD5_LIBS = @MD5_LIBS@
112 MKDIR_P = @MKDIR_P@
75 OBJEXT = @OBJEXT@ 113 OBJEXT = @OBJEXT@
76 PACKAGE = @PACKAGE@ 114 PACKAGE = @PACKAGE@
77 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 115 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78 PACKAGE_NAME = @PACKAGE_NAME@ 116 PACKAGE_NAME = @PACKAGE_NAME@
79 PACKAGE_STRING = @PACKAGE_STRING@ 117 PACKAGE_STRING = @PACKAGE_STRING@
80 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 118 PACKAGE_TARNAME = @PACKAGE_TARNAME@
119 PACKAGE_URL = @PACKAGE_URL@
81 PACKAGE_VERSION = @PACKAGE_VERSION@ 120 PACKAGE_VERSION = @PACKAGE_VERSION@
82 PATH_SEPARATOR = @PATH_SEPARATOR@ 121 PATH_SEPARATOR = @PATH_SEPARATOR@
83 PKG_CONFIG = @PKG_CONFIG@ 122 PKG_CONFIG = @PKG_CONFIG@
84 RANLIB = @RANLIB@ 123 RANLIB = @RANLIB@
85 RESOLV_LIBS = @RESOLV_LIBS@ 124 RESOLV_LIBS = @RESOLV_LIBS@
86 SET_MAKE = @SET_MAKE@ 125 SET_MAKE = @SET_MAKE@
87 SHELL = @SHELL@ 126 SHELL = @SHELL@
88 STRIP = @STRIP@ 127 STRIP = @STRIP@
89 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 128 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
90 VERSION = @VERSION@ 129 VERSION = @VERSION@
130 abs_builddir = @abs_builddir@
131 abs_srcdir = @abs_srcdir@
132 abs_top_builddir = @abs_top_builddir@
133 abs_top_srcdir = @abs_top_srcdir@
91 ac_ct_CC = @ac_ct_CC@ 134 ac_ct_CC = @ac_ct_CC@
92 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
93 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
94 am__include = @am__include@ 135 am__include = @am__include@
95 am__leading_dot = @am__leading_dot@ 136 am__leading_dot = @am__leading_dot@
96 am__quote = @am__quote@ 137 am__quote = @am__quote@
138 am__tar = @am__tar@
139 am__untar = @am__untar@
97 bindir = @bindir@ 140 bindir = @bindir@
98 build_alias = @build_alias@ 141 build_alias = @build_alias@
142 builddir = @builddir@
99 datadir = @datadir@ 143 datadir = @datadir@
100 datarootdir = @datarootdir@ 144 datarootdir = @datarootdir@
101 docdir = @docdir@ 145 docdir = @docdir@
102 dvidir = @dvidir@ 146 dvidir = @dvidir@
103 exec_prefix = @exec_prefix@ 147 exec_prefix = @exec_prefix@
110 libdir = @libdir@ 154 libdir = @libdir@
111 libexecdir = @libexecdir@ 155 libexecdir = @libexecdir@
112 localedir = @localedir@ 156 localedir = @localedir@
113 localstatedir = @localstatedir@ 157 localstatedir = @localstatedir@
114 mandir = @mandir@ 158 mandir = @mandir@
159 mkdir_p = @mkdir_p@
115 oldincludedir = @oldincludedir@ 160 oldincludedir = @oldincludedir@
116 pdfdir = @pdfdir@ 161 pdfdir = @pdfdir@
117 prefix = @prefix@ 162 prefix = @prefix@
118 program_transform_name = @program_transform_name@ 163 program_transform_name = @program_transform_name@
119 psdir = @psdir@ 164 psdir = @psdir@
120 sbindir = @sbindir@ 165 sbindir = @sbindir@
121 sharedstatedir = @sharedstatedir@ 166 sharedstatedir = @sharedstatedir@
167 srcdir = @srcdir@
122 sysconfdir = @sysconfdir@ 168 sysconfdir = @sysconfdir@
123 target_alias = @target_alias@ 169 target_alias = @target_alias@
170 top_build_prefix = @top_build_prefix@
171 top_builddir = @top_builddir@
172 top_srcdir = @top_srcdir@
124 with_confdir = @with_confdir@ 173 with_confdir = @with_confdir@
125 with_group = @with_group@ 174 with_group = @with_group@
126 with_logdir = @with_logdir@ 175 with_logdir = @with_logdir@
127 with_spooldir = @with_spooldir@ 176 with_spooldir = @with_spooldir@
128 with_user = @with_user@ 177 with_user = @with_user@
129 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE 178 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE
130
131 noinst_LIBRARIES = libbase64.a 179 noinst_LIBRARIES = libbase64.a
132 noinst_PROGRAMS = base64enc base64dec
133
134 base64enc_SOURCES = \ 180 base64enc_SOURCES = \
135 base64.h\ 181 base64.h\
136 base64enc.c\ 182 base64enc.c\
137 base64.c 183 base64.c
138 184
139
140 base64dec_SOURCES = \ 185 base64dec_SOURCES = \
141 base64.h\ 186 base64.h\
142 base64dec.c\ 187 base64dec.c\
143 base64.c 188 base64.c
144 189
145
146 libbase64_a_SOURCES = \ 190 libbase64_a_SOURCES = \
147 base64.h\ 191 base64.h\
148 base64.c 192 base64.c
149 193
150
151 base64enc_LDADD = @GLIB_LIBS@ 194 base64enc_LDADD = @GLIB_LIBS@
152 base64dec_LDADD = @GLIB_LIBS@ 195 base64dec_LDADD = @GLIB_LIBS@
153 subdir = src/base64
154 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
155 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
156 CONFIG_HEADER = $(top_builddir)/config.h
157 CONFIG_CLEAN_FILES =
158 LIBRARIES = $(noinst_LIBRARIES)
159
160 libbase64_a_AR = $(AR) cru
161 libbase64_a_LIBADD =
162 am_libbase64_a_OBJECTS = base64.$(OBJEXT)
163 libbase64_a_OBJECTS = $(am_libbase64_a_OBJECTS)
164 noinst_PROGRAMS = base64enc$(EXEEXT) base64dec$(EXEEXT)
165 PROGRAMS = $(noinst_PROGRAMS)
166
167 am_base64dec_OBJECTS = base64dec.$(OBJEXT) base64.$(OBJEXT)
168 base64dec_OBJECTS = $(am_base64dec_OBJECTS)
169 base64dec_DEPENDENCIES =
170 base64dec_LDFLAGS =
171 am_base64enc_OBJECTS = base64enc.$(OBJEXT) base64.$(OBJEXT)
172 base64enc_OBJECTS = $(am_base64enc_OBJECTS)
173 base64enc_DEPENDENCIES =
174 base64enc_LDFLAGS =
175
176 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
177 depcomp = $(SHELL) $(top_srcdir)/depcomp
178 am__depfiles_maybe = depfiles
179 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/base64.Po ./$(DEPDIR)/base64dec.Po \
180 @AMDEP_TRUE@ ./$(DEPDIR)/base64enc.Po
181 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
182 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
183 CCLD = $(CC)
184 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
185 DIST_SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \
186 $(base64enc_SOURCES)
187 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
188 SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) $(base64enc_SOURCES)
189
190 all: all-am 196 all: all-am
191 197
192 .SUFFIXES: 198 .SUFFIXES:
193 .SUFFIXES: .c .o .obj 199 .SUFFIXES: .c .o .obj
194 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 200 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
195 cd $(top_srcdir) && \ 201 @for dep in $?; do \
196 $(AUTOMAKE) --gnu src/base64/Makefile 202 case '$(am__configure_deps)' in \
197 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 203 *$$dep*) \
198 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 204 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
199 205 && { if test -f $@; then exit 0; else break; fi; }; \
200 AR = ar 206 exit 1;; \
207 esac; \
208 done; \
209 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/base64/Makefile'; \
210 $(am__cd) $(top_srcdir) && \
211 $(AUTOMAKE) --gnu src/base64/Makefile
212 .PRECIOUS: Makefile
213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214 @case '$?' in \
215 *config.status*) \
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
217 *) \
218 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
219 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
220 esac;
221
222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224
225 $(top_srcdir)/configure: $(am__configure_deps)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229 $(am__aclocal_m4_deps):
201 230
202 clean-noinstLIBRARIES: 231 clean-noinstLIBRARIES:
203 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 232 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
204 libbase64.a: $(libbase64_a_OBJECTS) $(libbase64_a_DEPENDENCIES) 233 libbase64.a: $(libbase64_a_OBJECTS) $(libbase64_a_DEPENDENCIES)
205 -rm -f libbase64.a 234 -rm -f libbase64.a
208 237
209 clean-noinstPROGRAMS: 238 clean-noinstPROGRAMS:
210 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 239 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
211 base64dec$(EXEEXT): $(base64dec_OBJECTS) $(base64dec_DEPENDENCIES) 240 base64dec$(EXEEXT): $(base64dec_OBJECTS) $(base64dec_DEPENDENCIES)
212 @rm -f base64dec$(EXEEXT) 241 @rm -f base64dec$(EXEEXT)
213 $(LINK) $(base64dec_LDFLAGS) $(base64dec_OBJECTS) $(base64dec_LDADD) $(LIBS) 242 $(LINK) $(base64dec_OBJECTS) $(base64dec_LDADD) $(LIBS)
214 base64enc$(EXEEXT): $(base64enc_OBJECTS) $(base64enc_DEPENDENCIES) 243 base64enc$(EXEEXT): $(base64enc_OBJECTS) $(base64enc_DEPENDENCIES)
215 @rm -f base64enc$(EXEEXT) 244 @rm -f base64enc$(EXEEXT)
216 $(LINK) $(base64enc_LDFLAGS) $(base64enc_OBJECTS) $(base64enc_LDADD) $(LIBS) 245 $(LINK) $(base64enc_OBJECTS) $(base64enc_LDADD) $(LIBS)
217 246
218 mostlyclean-compile: 247 mostlyclean-compile:
219 -rm -f *.$(OBJEXT) core *.core 248 -rm -f *.$(OBJEXT)
220 249
221 distclean-compile: 250 distclean-compile:
222 -rm -f *.tab.c 251 -rm -f *.tab.c
223 252
224 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@ 253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
225 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64dec.Po@am__quote@ 254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64dec.Po@am__quote@
226 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64enc.Po@am__quote@ 255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64enc.Po@am__quote@
227 256
228 .c.o: 257 .c.o:
229 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 258 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
230 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 259 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
231 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
232 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
233 @am__fastdepCC_TRUE@ fi
234 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 260 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
235 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
236 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 262 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
237 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
238 263
239 .c.obj: 264 .c.obj:
240 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 265 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
241 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 266 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
242 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
243 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
244 @am__fastdepCC_TRUE@ fi
245 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 267 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
246 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
247 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 269 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
248 @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
249 uninstall-info-am:
250
251 ETAGS = etags
252 ETAGSFLAGS =
253
254 CTAGS = ctags
255 CTAGSFLAGS =
256
257 tags: TAGS
258 270
259 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 271 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
260 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 272 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
261 unique=`for i in $$list; do \ 273 unique=`for i in $$list; do \
262 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 274 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263 done | \ 275 done | \
264 $(AWK) ' { files[$$0] = 1; } \ 276 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
265 END { for (i in files) print i; }'`; \ 277 END { if (nonempty) { for (i in files) print i; }; }'`; \
266 mkid -fID $$unique 278 mkid -fID $$unique
279 tags: TAGS
267 280
268 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 281 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
269 $(TAGS_FILES) $(LISP) 282 $(TAGS_FILES) $(LISP)
270 tags=; \ 283 set x; \
271 here=`pwd`; \ 284 here=`pwd`; \
272 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 285 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
273 unique=`for i in $$list; do \ 286 unique=`for i in $$list; do \
274 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 287 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275 done | \ 288 done | \
276 $(AWK) ' { files[$$0] = 1; } \ 289 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
277 END { for (i in files) print i; }'`; \ 290 END { if (nonempty) { for (i in files) print i; }; }'`; \
278 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 291 shift; \
279 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 292 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
280 $$tags $$unique 293 test -n "$$unique" || unique=$$empty_fix; \
281 294 if test $$# -gt 0; then \
295 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
296 "$$@" $$unique; \
297 else \
298 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
299 $$unique; \
300 fi; \
301 fi
282 ctags: CTAGS 302 ctags: CTAGS
283 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 303 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
284 $(TAGS_FILES) $(LISP) 304 $(TAGS_FILES) $(LISP)
285 tags=; \
286 here=`pwd`; \
287 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 305 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
288 unique=`for i in $$list; do \ 306 unique=`for i in $$list; do \
289 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 307 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290 done | \ 308 done | \
291 $(AWK) ' { files[$$0] = 1; } \ 309 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
292 END { for (i in files) print i; }'`; \ 310 END { if (nonempty) { for (i in files) print i; }; }'`; \
293 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 311 test -z "$(CTAGS_ARGS)$$unique" \
294 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 312 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
295 $$tags $$unique 313 $$unique
296 314
297 GTAGS: 315 GTAGS:
298 here=`$(am__cd) $(top_builddir) && pwd` \ 316 here=`$(am__cd) $(top_builddir) && pwd` \
299 && cd $(top_srcdir) \ 317 && $(am__cd) $(top_srcdir) \
300 && gtags -i $(GTAGS_ARGS) $$here 318 && gtags -i $(GTAGS_ARGS) "$$here"
301 319
302 distclean-tags: 320 distclean-tags:
303 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 321 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
304 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
305
306 top_distdir = ../..
307 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
308 322
309 distdir: $(DISTFILES) 323 distdir: $(DISTFILES)
310 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 324 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
311 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 325 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
312 list='$(DISTFILES)'; for file in $$list; do \ 326 list='$(DISTFILES)'; \
313 case $$file in \ 327 dist_files=`for file in $$list; do echo $$file; done | \
314 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 328 sed -e "s|^$$srcdirstrip/||;t" \
315 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 329 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
316 esac; \ 330 case $$dist_files in \
331 */*) $(MKDIR_P) `echo "$$dist_files" | \
332 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
333 sort -u` ;; \
334 esac; \
335 for file in $$dist_files; do \
317 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 336 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
318 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 337 if test -d $$d/$$file; then \
319 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 338 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
320 dir="/$$dir"; \ 339 if test -d "$(distdir)/$$file"; then \
321 $(mkinstalldirs) "$(distdir)$$dir"; \ 340 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
341 fi; \
342 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
344 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345 fi; \
346 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
322 else \ 347 else \
323 dir=''; \ 348 test -f "$(distdir)/$$file" \
324 fi; \ 349 || cp -p $$d/$$file "$(distdir)/$$file" \
325 if test -d $$d/$$file; then \
326 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
327 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
328 fi; \
329 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
330 else \
331 test -f $(distdir)/$$file \
332 || cp -p $$d/$$file $(distdir)/$$file \
333 || exit 1; \ 350 || exit 1; \
334 fi; \ 351 fi; \
335 done 352 done
336 check-am: all-am 353 check-am: all-am
337 check: check-am 354 check: check-am
338 all-am: Makefile $(LIBRARIES) $(PROGRAMS) 355 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
339
340 installdirs: 356 installdirs:
341 install: install-am 357 install: install-am
342 install-exec: install-exec-am 358 install-exec: install-exec-am
343 install-data: install-data-am 359 install-data: install-data-am
344 uninstall: uninstall-am 360 uninstall: uninstall-am
355 mostlyclean-generic: 371 mostlyclean-generic:
356 372
357 clean-generic: 373 clean-generic:
358 374
359 distclean-generic: 375 distclean-generic:
360 -rm -f $(CONFIG_CLEAN_FILES) 376 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
377 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
361 378
362 maintainer-clean-generic: 379 maintainer-clean-generic:
363 @echo "This command is intended for maintainers to use" 380 @echo "This command is intended for maintainers to use"
364 @echo "it deletes files that may require special tools to rebuild." 381 @echo "it deletes files that may require special tools to rebuild."
365 clean: clean-am 382 clean: clean-am
375 392
376 dvi: dvi-am 393 dvi: dvi-am
377 394
378 dvi-am: 395 dvi-am:
379 396
397 html: html-am
398
399 html-am:
400
380 info: info-am 401 info: info-am
381 402
382 info-am: 403 info-am:
383 404
384 install-data-am: 405 install-data-am:
385 406
407 install-dvi: install-dvi-am
408
409 install-dvi-am:
410
386 install-exec-am: 411 install-exec-am:
387 412
413 install-html: install-html-am
414
415 install-html-am:
416
388 install-info: install-info-am 417 install-info: install-info-am
389 418
419 install-info-am:
420
390 install-man: 421 install-man:
422
423 install-pdf: install-pdf-am
424
425 install-pdf-am:
426
427 install-ps: install-ps-am
428
429 install-ps-am:
391 430
392 installcheck-am: 431 installcheck-am:
393 432
394 maintainer-clean: maintainer-clean-am 433 maintainer-clean: maintainer-clean-am
395 -rm -rf ./$(DEPDIR) 434 -rm -rf ./$(DEPDIR)
406 445
407 ps: ps-am 446 ps: ps-am
408 447
409 ps-am: 448 ps-am:
410 449
411 uninstall-am: uninstall-info-am 450 uninstall-am:
451
452 .MAKE: install-am install-strip
412 453
413 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 454 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
414 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \ 455 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \
415 distclean-compile distclean-generic distclean-tags distdir dvi \ 456 distclean-compile distclean-generic distclean-tags distdir dvi \
416 dvi-am info info-am install install-am install-data \ 457 dvi-am html html-am info info-am install install-am \
417 install-data-am install-exec install-exec-am install-info \ 458 install-data install-data-am install-dvi install-dvi-am \
418 install-info-am install-man install-strip installcheck \ 459 install-exec install-exec-am install-html install-html-am \
419 installcheck-am installdirs maintainer-clean \ 460 install-info install-info-am install-man install-pdf \
461 install-pdf-am install-ps install-ps-am install-strip \
462 installcheck installcheck-am installdirs maintainer-clean \
420 maintainer-clean-generic mostlyclean mostlyclean-compile \ 463 maintainer-clean-generic mostlyclean mostlyclean-compile \
421 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 464 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
422 uninstall-am uninstall-info-am 465 uninstall-am
466
423 467
424 # Tell versions [3.59,3.63) of GNU make to not export all variables. 468 # Tell versions [3.59,3.63) of GNU make to not export all variables.
425 # Otherwise a system limit (for SysV at least) may be exceeded. 469 # Otherwise a system limit (for SysV at least) may be exceeded.
426 .NOEXPORT: 470 .NOEXPORT: