comparison src/libident/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 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@ 18 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@ 19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@ 21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@ 22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 top_builddir = ../..
24
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644 24 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c 25 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c 26 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA) 27 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name) 28 transform = $(program_transform_name)
33 PRE_INSTALL = : 30 PRE_INSTALL = :
34 POST_INSTALL = : 31 POST_INSTALL = :
35 NORMAL_UNINSTALL = : 32 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = : 33 PRE_UNINSTALL = :
37 POST_UNINSTALL = : 34 POST_UNINSTALL = :
35 subdir = src/libident
36 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37 INSTALL
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41 $(ACLOCAL_M4)
42 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43 CONFIG_HEADER = $(top_builddir)/config.h
44 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
46 LIBRARIES = $(noinst_LIBRARIES)
47 AR = ar
48 ARFLAGS = cru
49 libident_a_AR = $(AR) $(ARFLAGS)
50 libident_a_LIBADD =
51 am_libident_a_OBJECTS = ident.$(OBJEXT) id_open.$(OBJEXT) \
52 id_close.$(OBJEXT) id_query.$(OBJEXT) id_parse.$(OBJEXT) \
53 support.$(OBJEXT) version.$(OBJEXT)
54 libident_a_OBJECTS = $(am_libident_a_OBJECTS)
55 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56 depcomp = $(SHELL) $(top_srcdir)/depcomp
57 am__depfiles_maybe = depfiles
58 am__mv = mv -f
59 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61 CCLD = $(CC)
62 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
63 SOURCES = $(libident_a_SOURCES)
64 DIST_SOURCES = $(libident_a_SOURCES)
65 ETAGS = etags
66 CTAGS = ctags
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
38 ACLOCAL = @ACLOCAL@ 68 ACLOCAL = @ACLOCAL@
39 AMDEP_FALSE = @AMDEP_FALSE@
40 AMDEP_TRUE = @AMDEP_TRUE@
41 AMTAR = @AMTAR@ 69 AMTAR = @AMTAR@
42 AUTOCONF = @AUTOCONF@ 70 AUTOCONF = @AUTOCONF@
43 AUTOHEADER = @AUTOHEADER@ 71 AUTOHEADER = @AUTOHEADER@
44 AUTOMAKE = @AUTOMAKE@ 72 AUTOMAKE = @AUTOMAKE@
45 AWK = @AWK@ 73 AWK = @AWK@
59 EXEEXT = @EXEEXT@ 87 EXEEXT = @EXEEXT@
60 GLIB_CFLAGS = @GLIB_CFLAGS@ 88 GLIB_CFLAGS = @GLIB_CFLAGS@
61 GLIB_LIBS = @GLIB_LIBS@ 89 GLIB_LIBS = @GLIB_LIBS@
62 GREP = @GREP@ 90 GREP = @GREP@
63 IDENT_LIBS = @IDENT_LIBS@ 91 IDENT_LIBS = @IDENT_LIBS@
92 INSTALL = @INSTALL@
64 INSTALL_DATA = @INSTALL_DATA@ 93 INSTALL_DATA = @INSTALL_DATA@
65 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 94 INSTALL_PROGRAM = @INSTALL_PROGRAM@
66 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 95 INSTALL_SCRIPT = @INSTALL_SCRIPT@
67 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 96 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68 LDFLAGS = @LDFLAGS@ 97 LDFLAGS = @LDFLAGS@
70 LIBS = @LIBS@ 99 LIBS = @LIBS@
71 LOCKFILE_LIBS = @LOCKFILE_LIBS@ 100 LOCKFILE_LIBS = @LOCKFILE_LIBS@
72 LTLIBOBJS = @LTLIBOBJS@ 101 LTLIBOBJS = @LTLIBOBJS@
73 MAKEINFO = @MAKEINFO@ 102 MAKEINFO = @MAKEINFO@
74 MD5_LIBS = @MD5_LIBS@ 103 MD5_LIBS = @MD5_LIBS@
104 MKDIR_P = @MKDIR_P@
75 OBJEXT = @OBJEXT@ 105 OBJEXT = @OBJEXT@
76 PACKAGE = @PACKAGE@ 106 PACKAGE = @PACKAGE@
77 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 107 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78 PACKAGE_NAME = @PACKAGE_NAME@ 108 PACKAGE_NAME = @PACKAGE_NAME@
79 PACKAGE_STRING = @PACKAGE_STRING@ 109 PACKAGE_STRING = @PACKAGE_STRING@
80 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 110 PACKAGE_TARNAME = @PACKAGE_TARNAME@
111 PACKAGE_URL = @PACKAGE_URL@
81 PACKAGE_VERSION = @PACKAGE_VERSION@ 112 PACKAGE_VERSION = @PACKAGE_VERSION@
82 PATH_SEPARATOR = @PATH_SEPARATOR@ 113 PATH_SEPARATOR = @PATH_SEPARATOR@
83 PKG_CONFIG = @PKG_CONFIG@ 114 PKG_CONFIG = @PKG_CONFIG@
84 RANLIB = @RANLIB@ 115 RANLIB = @RANLIB@
85 RESOLV_LIBS = @RESOLV_LIBS@ 116 RESOLV_LIBS = @RESOLV_LIBS@
86 SET_MAKE = @SET_MAKE@ 117 SET_MAKE = @SET_MAKE@
87 SHELL = @SHELL@ 118 SHELL = @SHELL@
88 STRIP = @STRIP@ 119 STRIP = @STRIP@
89 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 120 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
90 VERSION = @VERSION@ 121 VERSION = @VERSION@
122 abs_builddir = @abs_builddir@
123 abs_srcdir = @abs_srcdir@
124 abs_top_builddir = @abs_top_builddir@
125 abs_top_srcdir = @abs_top_srcdir@
91 ac_ct_CC = @ac_ct_CC@ 126 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@ 127 am__include = @am__include@
95 am__leading_dot = @am__leading_dot@ 128 am__leading_dot = @am__leading_dot@
96 am__quote = @am__quote@ 129 am__quote = @am__quote@
130 am__tar = @am__tar@
131 am__untar = @am__untar@
97 bindir = @bindir@ 132 bindir = @bindir@
98 build_alias = @build_alias@ 133 build_alias = @build_alias@
134 builddir = @builddir@
99 datadir = @datadir@ 135 datadir = @datadir@
100 datarootdir = @datarootdir@ 136 datarootdir = @datarootdir@
101 docdir = @docdir@ 137 docdir = @docdir@
102 dvidir = @dvidir@ 138 dvidir = @dvidir@
103 exec_prefix = @exec_prefix@ 139 exec_prefix = @exec_prefix@
110 libdir = @libdir@ 146 libdir = @libdir@
111 libexecdir = @libexecdir@ 147 libexecdir = @libexecdir@
112 localedir = @localedir@ 148 localedir = @localedir@
113 localstatedir = @localstatedir@ 149 localstatedir = @localstatedir@
114 mandir = @mandir@ 150 mandir = @mandir@
151 mkdir_p = @mkdir_p@
115 oldincludedir = @oldincludedir@ 152 oldincludedir = @oldincludedir@
116 pdfdir = @pdfdir@ 153 pdfdir = @pdfdir@
117 prefix = @prefix@ 154 prefix = @prefix@
118 program_transform_name = @program_transform_name@ 155 program_transform_name = @program_transform_name@
119 psdir = @psdir@ 156 psdir = @psdir@
120 sbindir = @sbindir@ 157 sbindir = @sbindir@
121 sharedstatedir = @sharedstatedir@ 158 sharedstatedir = @sharedstatedir@
159 srcdir = @srcdir@
122 sysconfdir = @sysconfdir@ 160 sysconfdir = @sysconfdir@
123 target_alias = @target_alias@ 161 target_alias = @target_alias@
162 top_build_prefix = @top_build_prefix@
163 top_builddir = @top_builddir@
164 top_srcdir = @top_srcdir@
124 with_confdir = @with_confdir@ 165 with_confdir = @with_confdir@
125 with_group = @with_group@ 166 with_group = @with_group@
126 with_logdir = @with_logdir@ 167 with_logdir = @with_logdir@
127 with_spooldir = @with_spooldir@ 168 with_spooldir = @with_spooldir@
128 with_user = @with_user@ 169 with_user = @with_user@
129 EXTRA_DIST = README_MASQMAIL 170 EXTRA_DIST = README_MASQMAIL
130
131 AM_CFLAGS = @CFLAGS@ -D_GNU_SOURCE -DHAVE_ANSIHEADERS 171 AM_CFLAGS = @CFLAGS@ -D_GNU_SOURCE -DHAVE_ANSIHEADERS
132
133 noinst_LIBRARIES = libident.a 172 noinst_LIBRARIES = libident.a
134
135 libident_a_SOURCES = \ 173 libident_a_SOURCES = \
136 ident.h\ 174 ident.h\
137 ident.c\ 175 ident.c\
138 id_open.c\ 176 id_open.c\
139 id_close.c\ 177 id_close.c\
140 id_query.c\ 178 id_query.c\
141 id_parse.c\ 179 id_parse.c\
142 support.c\ 180 support.c\
143 version.c 181 version.c
144 182
145 subdir = src/libident
146 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
147 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
148 CONFIG_HEADER = $(top_builddir)/config.h
149 CONFIG_CLEAN_FILES =
150 LIBRARIES = $(noinst_LIBRARIES)
151
152 libident_a_AR = $(AR) cru
153 libident_a_LIBADD =
154 am_libident_a_OBJECTS = ident.$(OBJEXT) id_open.$(OBJEXT) \
155 id_close.$(OBJEXT) id_query.$(OBJEXT) id_parse.$(OBJEXT) \
156 support.$(OBJEXT) version.$(OBJEXT)
157 libident_a_OBJECTS = $(am_libident_a_OBJECTS)
158
159 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
160 depcomp = $(SHELL) $(top_srcdir)/depcomp
161 am__depfiles_maybe = depfiles
162 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/id_close.Po ./$(DEPDIR)/id_open.Po \
163 @AMDEP_TRUE@ ./$(DEPDIR)/id_parse.Po ./$(DEPDIR)/id_query.Po \
164 @AMDEP_TRUE@ ./$(DEPDIR)/ident.Po ./$(DEPDIR)/support.Po \
165 @AMDEP_TRUE@ ./$(DEPDIR)/version.Po
166 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168 CCLD = $(CC)
169 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
170 DIST_SOURCES = $(libident_a_SOURCES)
171 DIST_COMMON = README $(srcdir)/Makefile.in INSTALL Makefile.am
172 SOURCES = $(libident_a_SOURCES)
173
174 all: all-am 183 all: all-am
175 184
176 .SUFFIXES: 185 .SUFFIXES:
177 .SUFFIXES: .c .o .obj 186 .SUFFIXES: .c .o .obj
178 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 187 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
179 cd $(top_srcdir) && \ 188 @for dep in $?; do \
180 $(AUTOMAKE) --gnu src/libident/Makefile 189 case '$(am__configure_deps)' in \
181 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 190 *$$dep*) \
182 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 191 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
183 192 && { if test -f $@; then exit 0; else break; fi; }; \
184 AR = ar 193 exit 1;; \
194 esac; \
195 done; \
196 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libident/Makefile'; \
197 $(am__cd) $(top_srcdir) && \
198 $(AUTOMAKE) --gnu src/libident/Makefile
199 .PRECIOUS: Makefile
200 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201 @case '$?' in \
202 *config.status*) \
203 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
204 *) \
205 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
206 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
207 esac;
208
209 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
210 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
212 $(top_srcdir)/configure: $(am__configure_deps)
213 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216 $(am__aclocal_m4_deps):
185 217
186 clean-noinstLIBRARIES: 218 clean-noinstLIBRARIES:
187 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 219 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
188 libident.a: $(libident_a_OBJECTS) $(libident_a_DEPENDENCIES) 220 libident.a: $(libident_a_OBJECTS) $(libident_a_DEPENDENCIES)
189 -rm -f libident.a 221 -rm -f libident.a
190 $(libident_a_AR) libident.a $(libident_a_OBJECTS) $(libident_a_LIBADD) 222 $(libident_a_AR) libident.a $(libident_a_OBJECTS) $(libident_a_LIBADD)
191 $(RANLIB) libident.a 223 $(RANLIB) libident.a
192 224
193 mostlyclean-compile: 225 mostlyclean-compile:
194 -rm -f *.$(OBJEXT) core *.core 226 -rm -f *.$(OBJEXT)
195 227
196 distclean-compile: 228 distclean-compile:
197 -rm -f *.tab.c 229 -rm -f *.tab.c
198 230
199 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_close.Po@am__quote@ 231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_close.Po@am__quote@
203 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ident.Po@am__quote@ 235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ident.Po@am__quote@
204 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@ 236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
205 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ 237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
206 238
207 .c.o: 239 .c.o:
208 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 240 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
209 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 241 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
210 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
211 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
212 @am__fastdepCC_TRUE@ fi
213 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 242 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
214 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 243 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
215 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 244 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
216 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
217 245
218 .c.obj: 246 .c.obj:
219 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 247 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
220 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 248 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
221 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
222 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
223 @am__fastdepCC_TRUE@ fi
224 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
225 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 250 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
226 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 251 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
227 @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
228 uninstall-info-am:
229
230 ETAGS = etags
231 ETAGSFLAGS =
232
233 CTAGS = ctags
234 CTAGSFLAGS =
235
236 tags: TAGS
237 252
238 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 253 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
239 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 254 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
240 unique=`for i in $$list; do \ 255 unique=`for i in $$list; do \
241 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 256 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
242 done | \ 257 done | \
243 $(AWK) ' { files[$$0] = 1; } \ 258 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
244 END { for (i in files) print i; }'`; \ 259 END { if (nonempty) { for (i in files) print i; }; }'`; \
245 mkid -fID $$unique 260 mkid -fID $$unique
261 tags: TAGS
246 262
247 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 263 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
248 $(TAGS_FILES) $(LISP) 264 $(TAGS_FILES) $(LISP)
249 tags=; \ 265 set x; \
250 here=`pwd`; \ 266 here=`pwd`; \
251 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 267 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
252 unique=`for i in $$list; do \ 268 unique=`for i in $$list; do \
253 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 269 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
254 done | \ 270 done | \
255 $(AWK) ' { files[$$0] = 1; } \ 271 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
256 END { for (i in files) print i; }'`; \ 272 END { if (nonempty) { for (i in files) print i; }; }'`; \
257 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 273 shift; \
258 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 274 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
259 $$tags $$unique 275 test -n "$$unique" || unique=$$empty_fix; \
260 276 if test $$# -gt 0; then \
277 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
278 "$$@" $$unique; \
279 else \
280 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
281 $$unique; \
282 fi; \
283 fi
261 ctags: CTAGS 284 ctags: CTAGS
262 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 285 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
263 $(TAGS_FILES) $(LISP) 286 $(TAGS_FILES) $(LISP)
264 tags=; \
265 here=`pwd`; \
266 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 287 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267 unique=`for i in $$list; do \ 288 unique=`for i in $$list; do \
268 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 289 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269 done | \ 290 done | \
270 $(AWK) ' { files[$$0] = 1; } \ 291 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
271 END { for (i in files) print i; }'`; \ 292 END { if (nonempty) { for (i in files) print i; }; }'`; \
272 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 293 test -z "$(CTAGS_ARGS)$$unique" \
273 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 294 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
274 $$tags $$unique 295 $$unique
275 296
276 GTAGS: 297 GTAGS:
277 here=`$(am__cd) $(top_builddir) && pwd` \ 298 here=`$(am__cd) $(top_builddir) && pwd` \
278 && cd $(top_srcdir) \ 299 && $(am__cd) $(top_srcdir) \
279 && gtags -i $(GTAGS_ARGS) $$here 300 && gtags -i $(GTAGS_ARGS) "$$here"
280 301
281 distclean-tags: 302 distclean-tags:
282 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 303 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
283 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
284
285 top_distdir = ../..
286 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
287 304
288 distdir: $(DISTFILES) 305 distdir: $(DISTFILES)
289 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 306 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
290 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 307 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
291 list='$(DISTFILES)'; for file in $$list; do \ 308 list='$(DISTFILES)'; \
292 case $$file in \ 309 dist_files=`for file in $$list; do echo $$file; done | \
293 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 310 sed -e "s|^$$srcdirstrip/||;t" \
294 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 311 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
295 esac; \ 312 case $$dist_files in \
313 */*) $(MKDIR_P) `echo "$$dist_files" | \
314 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
315 sort -u` ;; \
316 esac; \
317 for file in $$dist_files; do \
296 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 318 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
297 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 319 if test -d $$d/$$file; then \
298 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 320 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
299 dir="/$$dir"; \ 321 if test -d "$(distdir)/$$file"; then \
300 $(mkinstalldirs) "$(distdir)$$dir"; \ 322 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
323 fi; \
324 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
325 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
326 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
327 fi; \
328 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
301 else \ 329 else \
302 dir=''; \ 330 test -f "$(distdir)/$$file" \
303 fi; \ 331 || cp -p $$d/$$file "$(distdir)/$$file" \
304 if test -d $$d/$$file; then \
305 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
306 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
307 fi; \
308 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
309 else \
310 test -f $(distdir)/$$file \
311 || cp -p $$d/$$file $(distdir)/$$file \
312 || exit 1; \ 332 || exit 1; \
313 fi; \ 333 fi; \
314 done 334 done
315 check-am: all-am 335 check-am: all-am
316 check: check-am 336 check: check-am
317 all-am: Makefile $(LIBRARIES) 337 all-am: Makefile $(LIBRARIES)
318
319 installdirs: 338 installdirs:
320 install: install-am 339 install: install-am
321 install-exec: install-exec-am 340 install-exec: install-exec-am
322 install-data: install-data-am 341 install-data: install-data-am
323 uninstall: uninstall-am 342 uninstall: uninstall-am
334 mostlyclean-generic: 353 mostlyclean-generic:
335 354
336 clean-generic: 355 clean-generic:
337 356
338 distclean-generic: 357 distclean-generic:
339 -rm -f $(CONFIG_CLEAN_FILES) 358 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
359 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
340 360
341 maintainer-clean-generic: 361 maintainer-clean-generic:
342 @echo "This command is intended for maintainers to use" 362 @echo "This command is intended for maintainers to use"
343 @echo "it deletes files that may require special tools to rebuild." 363 @echo "it deletes files that may require special tools to rebuild."
344 clean: clean-am 364 clean: clean-am
353 373
354 dvi: dvi-am 374 dvi: dvi-am
355 375
356 dvi-am: 376 dvi-am:
357 377
378 html: html-am
379
380 html-am:
381
358 info: info-am 382 info: info-am
359 383
360 info-am: 384 info-am:
361 385
362 install-data-am: 386 install-data-am:
363 387
388 install-dvi: install-dvi-am
389
390 install-dvi-am:
391
364 install-exec-am: 392 install-exec-am:
365 393
394 install-html: install-html-am
395
396 install-html-am:
397
366 install-info: install-info-am 398 install-info: install-info-am
367 399
400 install-info-am:
401
368 install-man: 402 install-man:
403
404 install-pdf: install-pdf-am
405
406 install-pdf-am:
407
408 install-ps: install-ps-am
409
410 install-ps-am:
369 411
370 installcheck-am: 412 installcheck-am:
371 413
372 maintainer-clean: maintainer-clean-am 414 maintainer-clean: maintainer-clean-am
373 -rm -rf ./$(DEPDIR) 415 -rm -rf ./$(DEPDIR)
384 426
385 ps: ps-am 427 ps: ps-am
386 428
387 ps-am: 429 ps-am:
388 430
389 uninstall-am: uninstall-info-am 431 uninstall-am:
432
433 .MAKE: install-am install-strip
390 434
391 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 435 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
392 clean-noinstLIBRARIES ctags distclean distclean-compile \ 436 clean-noinstLIBRARIES ctags distclean distclean-compile \
393 distclean-generic distclean-tags distdir dvi dvi-am info \ 437 distclean-generic distclean-tags distdir dvi dvi-am html \
394 info-am install install-am install-data install-data-am \ 438 html-am info info-am install install-am install-data \
395 install-exec install-exec-am install-info install-info-am \ 439 install-data-am install-dvi install-dvi-am install-exec \
396 install-man install-strip installcheck installcheck-am \ 440 install-exec-am install-html install-html-am install-info \
397 installdirs maintainer-clean maintainer-clean-generic \ 441 install-info-am install-man install-pdf install-pdf-am \
398 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 442 install-ps install-ps-am install-strip installcheck \
399 ps ps-am tags uninstall uninstall-am uninstall-info-am 443 installcheck-am installdirs maintainer-clean \
444 maintainer-clean-generic mostlyclean mostlyclean-compile \
445 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
446 uninstall-am
447
400 448
401 # Tell versions [3.59,3.63) of GNU make to not export all variables. 449 # Tell versions [3.59,3.63) of GNU make to not export all variables.
402 # Otherwise a system limit (for SysV at least) may be exceeded. 450 # Otherwise a system limit (for SysV at least) may be exceeded.
403 .NOEXPORT: 451 .NOEXPORT: