Deleted Added
full compact
Makefile.in (182007) Makefile.in (200576)
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 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# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :

--- 11 unchanged lines hidden (view full) ---

45 $(top_srcdir)/m4/hs_ulong_const.m4 \
46 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
47 $(top_srcdir)/configure.ac
48am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50mkinstalldirs = $(install_sh) -d
51CONFIG_HEADER = $(top_builddir)/config.h
52CONFIG_CLEAN_FILES =
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :

--- 11 unchanged lines hidden (view full) ---

43 $(top_srcdir)/m4/hs_ulong_const.m4 \
44 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
45 $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48mkinstalldirs = $(install_sh) -d
49CONFIG_HEADER = $(top_builddir)/config.h
50CONFIG_CLEAN_FILES =
51CONFIG_CLEAN_VPATH_FILES =
53SOURCES =
54DIST_SOURCES =
55RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \
52SOURCES =
53DIST_SOURCES =
54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55 html-recursive info-recursive install-data-recursive \
57 install-exec-recursive install-info-recursive \
58 install-recursive installcheck-recursive installdirs-recursive \
59 pdf-recursive ps-recursive uninstall-info-recursive \
60 uninstall-recursive
56 install-dvi-recursive install-exec-recursive \
57 install-html-recursive install-info-recursive \
58 install-pdf-recursive install-ps-recursive install-recursive \
59 installcheck-recursive installdirs-recursive pdf-recursive \
60 ps-recursive uninstall-recursive
61HEADERS = $(noinst_HEADERS)
61HEADERS = $(noinst_HEADERS)
62RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63 distclean-recursive maintainer-clean-recursive
64AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
65 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
66 distdir
62ETAGS = etags
63CTAGS = ctags
64DIST_SUBDIRS = $(SUBDIRS)
65DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
67ETAGS = etags
68CTAGS = ctags
69DIST_SUBDIRS = $(SUBDIRS)
70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71am__relativize = \
72 dir0=`pwd`; \
73 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
74 sed_rest='s,^[^/]*/*,,'; \
75 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
76 sed_butlast='s,/*[^/]*$$,,'; \
77 while test -n "$$dir1"; do \
78 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
79 if test "$$first" != "."; then \
80 if test "$$first" = ".."; then \
81 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
82 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
83 else \
84 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
85 if test "$$first2" = "$$first"; then \
86 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
87 else \
88 dir2="../$$dir2"; \
89 fi; \
90 dir0="$$dir0"/"$$first"; \
91 fi; \
92 fi; \
93 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
94 done; \
95 reldir="$$dir2"
66ACLOCAL = @ACLOCAL@
96ACLOCAL = @ACLOCAL@
67AMDEP_FALSE = @AMDEP_FALSE@
68AMDEP_TRUE = @AMDEP_TRUE@
69AMTAR = @AMTAR@
70AR = @AR@
71ARLIB_DIR = @ARLIB_DIR@
72AUTOCONF = @AUTOCONF@
73AUTOHEADER = @AUTOHEADER@
74AUTOMAKE = @AUTOMAKE@
75AWK = @AWK@
76BINSUBDIR = @BINSUBDIR@
77CC = @CC@
78CCDEPMODE = @CCDEPMODE@
79CFLAGS = @CFLAGS@
80CHUTEST = @CHUTEST@
81CLKTEST = @CLKTEST@
82CPP = @CPP@
83CPPFLAGS = @CPPFLAGS@
97AMTAR = @AMTAR@
98AR = @AR@
99ARLIB_DIR = @ARLIB_DIR@
100AUTOCONF = @AUTOCONF@
101AUTOHEADER = @AUTOHEADER@
102AUTOMAKE = @AUTOMAKE@
103AWK = @AWK@
104BINSUBDIR = @BINSUBDIR@
105CC = @CC@
106CCDEPMODE = @CCDEPMODE@
107CFLAGS = @CFLAGS@
108CHUTEST = @CHUTEST@
109CLKTEST = @CLKTEST@
110CPP = @CPP@
111CPPFLAGS = @CPPFLAGS@
84CXX = @CXX@
85CXXCPP = @CXXCPP@
86CXXDEPMODE = @CXXDEPMODE@
87CXXFLAGS = @CXXFLAGS@
88CYGPATH_W = @CYGPATH_W@
89DCFD = @DCFD@
90DEFS = @DEFS@
91DEPDIR = @DEPDIR@
92ECHO = @ECHO@
93ECHO_C = @ECHO_C@
94ECHO_N = @ECHO_N@
95ECHO_T = @ECHO_T@
96EF_LIBS = @EF_LIBS@
97EF_PROGS = @EF_PROGS@
98EGREP = @EGREP@
99EXEEXT = @EXEEXT@
112CYGPATH_W = @CYGPATH_W@
113DCFD = @DCFD@
114DEFS = @DEFS@
115DEPDIR = @DEPDIR@
116ECHO = @ECHO@
117ECHO_C = @ECHO_C@
118ECHO_N = @ECHO_N@
119ECHO_T = @ECHO_T@
120EF_LIBS = @EF_LIBS@
121EF_PROGS = @EF_PROGS@
122EGREP = @EGREP@
123EXEEXT = @EXEEXT@
100F77 = @F77@
101FFLAGS = @FFLAGS@
124GREP = @GREP@
125HAVE_INLINE = @HAVE_INLINE@
126INSTALL = @INSTALL@
102INSTALL_DATA = @INSTALL_DATA@
127INSTALL_DATA = @INSTALL_DATA@
103INSTALL_LIBOPTS_FALSE = @INSTALL_LIBOPTS_FALSE@
104INSTALL_LIBOPTS_TRUE = @INSTALL_LIBOPTS_TRUE@
105INSTALL_PROGRAM = @INSTALL_PROGRAM@
106INSTALL_SCRIPT = @INSTALL_SCRIPT@
107INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
108LCRYPTO = @LCRYPTO@
109LDFLAGS = @LDFLAGS@
110LIBOBJS = @LIBOBJS@
111LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
112LIBOPTS_DIR = @LIBOPTS_DIR@
113LIBOPTS_LDADD = @LIBOPTS_LDADD@
114LIBPARSE = @LIBPARSE@
115LIBS = @LIBS@
116LIBTOOL = @LIBTOOL@
117LN_S = @LN_S@
128INSTALL_PROGRAM = @INSTALL_PROGRAM@
129INSTALL_SCRIPT = @INSTALL_SCRIPT@
130INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131LCRYPTO = @LCRYPTO@
132LDFLAGS = @LDFLAGS@
133LIBOBJS = @LIBOBJS@
134LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
135LIBOPTS_DIR = @LIBOPTS_DIR@
136LIBOPTS_LDADD = @LIBOPTS_LDADD@
137LIBPARSE = @LIBPARSE@
138LIBS = @LIBS@
139LIBTOOL = @LIBTOOL@
140LN_S = @LN_S@
141LSCF = @LSCF@
118LTLIBOBJS = @LTLIBOBJS@
119MAKEINFO = @MAKEINFO@
120MAKE_ADJTIMED = @MAKE_ADJTIMED@
121MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
122MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
123MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
124MAKE_LIBPARSE = @MAKE_LIBPARSE@
125MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
126MAKE_NTPDSIM = @MAKE_NTPDSIM@
127MAKE_NTPTIME = @MAKE_NTPTIME@
128MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
129MAKE_TICKADJ = @MAKE_TICKADJ@
130MAKE_TIMETRIM = @MAKE_TIMETRIM@
142LTLIBOBJS = @LTLIBOBJS@
143MAKEINFO = @MAKEINFO@
144MAKE_ADJTIMED = @MAKE_ADJTIMED@
145MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
146MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
147MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
148MAKE_LIBPARSE = @MAKE_LIBPARSE@
149MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
150MAKE_NTPDSIM = @MAKE_NTPDSIM@
151MAKE_NTPTIME = @MAKE_NTPTIME@
152MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
153MAKE_TICKADJ = @MAKE_TICKADJ@
154MAKE_TIMETRIM = @MAKE_TIMETRIM@
131NEED_LIBOPTS_FALSE = @NEED_LIBOPTS_FALSE@
132NEED_LIBOPTS_TRUE = @NEED_LIBOPTS_TRUE@
155MKDIR_P = @MKDIR_P@
133OBJEXT = @OBJEXT@
134OPENSSL = @OPENSSL@
135OPENSSL_INC = @OPENSSL_INC@
136OPENSSL_LIB = @OPENSSL_LIB@
137PACKAGE = @PACKAGE@
138PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139PACKAGE_NAME = @PACKAGE_NAME@
140PACKAGE_STRING = @PACKAGE_STRING@
141PACKAGE_TARNAME = @PACKAGE_TARNAME@
156OBJEXT = @OBJEXT@
157OPENSSL = @OPENSSL@
158OPENSSL_INC = @OPENSSL_INC@
159OPENSSL_LIB = @OPENSSL_LIB@
160PACKAGE = @PACKAGE@
161PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162PACKAGE_NAME = @PACKAGE_NAME@
163PACKAGE_STRING = @PACKAGE_STRING@
164PACKAGE_TARNAME = @PACKAGE_TARNAME@
165PACKAGE_URL = @PACKAGE_URL@
142PACKAGE_VERSION = @PACKAGE_VERSION@
143PATH_PERL = @PATH_PERL@
144PATH_SEPARATOR = @PATH_SEPARATOR@
145PATH_SH = @PATH_SH@
146PROPDELAY = @PROPDELAY@
147RANLIB = @RANLIB@
148READLINE_LIBS = @READLINE_LIBS@
149SET_MAKE = @SET_MAKE@
150SHELL = @SHELL@
151STRIP = @STRIP@
152TESTDCF = @TESTDCF@
153U = @U@
154VERSION = @VERSION@
166PACKAGE_VERSION = @PACKAGE_VERSION@
167PATH_PERL = @PATH_PERL@
168PATH_SEPARATOR = @PATH_SEPARATOR@
169PATH_SH = @PATH_SH@
170PROPDELAY = @PROPDELAY@
171RANLIB = @RANLIB@
172READLINE_LIBS = @READLINE_LIBS@
173SET_MAKE = @SET_MAKE@
174SHELL = @SHELL@
175STRIP = @STRIP@
176TESTDCF = @TESTDCF@
177U = @U@
178VERSION = @VERSION@
155ac_ct_AR = @ac_ct_AR@
179abs_builddir = @abs_builddir@
180abs_srcdir = @abs_srcdir@
181abs_top_builddir = @abs_top_builddir@
182abs_top_srcdir = @abs_top_srcdir@
156ac_ct_CC = @ac_ct_CC@
183ac_ct_CC = @ac_ct_CC@
157ac_ct_CXX = @ac_ct_CXX@
158ac_ct_F77 = @ac_ct_F77@
159ac_ct_RANLIB = @ac_ct_RANLIB@
160ac_ct_STRIP = @ac_ct_STRIP@
161am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
162am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
163am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
164am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
165am__include = @am__include@
166am__leading_dot = @am__leading_dot@
167am__quote = @am__quote@
168am__tar = @am__tar@
169am__untar = @am__untar@
170bindir = @bindir@
171build = @build@
172build_alias = @build_alias@
173build_cpu = @build_cpu@
174build_os = @build_os@
175build_vendor = @build_vendor@
184am__include = @am__include@
185am__leading_dot = @am__leading_dot@
186am__quote = @am__quote@
187am__tar = @am__tar@
188am__untar = @am__untar@
189bindir = @bindir@
190build = @build@
191build_alias = @build_alias@
192build_cpu = @build_cpu@
193build_os = @build_os@
194build_vendor = @build_vendor@
195builddir = @builddir@
176datadir = @datadir@
196datadir = @datadir@
197datarootdir = @datarootdir@
198docdir = @docdir@
199dvidir = @dvidir@
177exec_prefix = @exec_prefix@
178host = @host@
179host_alias = @host_alias@
180host_cpu = @host_cpu@
181host_os = @host_os@
182host_vendor = @host_vendor@
200exec_prefix = @exec_prefix@
201host = @host@
202host_alias = @host_alias@
203host_cpu = @host_cpu@
204host_os = @host_os@
205host_vendor = @host_vendor@
206htmldir = @htmldir@
183includedir = @includedir@
184infodir = @infodir@
185install_sh = @install_sh@
186libdir = @libdir@
187libexecdir = @libexecdir@
207includedir = @includedir@
208infodir = @infodir@
209install_sh = @install_sh@
210libdir = @libdir@
211libexecdir = @libexecdir@
212localedir = @localedir@
188localstatedir = @localstatedir@
189mandir = @mandir@
190mkdir_p = @mkdir_p@
191oldincludedir = @oldincludedir@
213localstatedir = @localstatedir@
214mandir = @mandir@
215mkdir_p = @mkdir_p@
216oldincludedir = @oldincludedir@
217pdfdir = @pdfdir@
192prefix = @prefix@
193program_transform_name = @program_transform_name@
218prefix = @prefix@
219program_transform_name = @program_transform_name@
220psdir = @psdir@
194sbindir = @sbindir@
195sharedstatedir = @sharedstatedir@
221sbindir = @sbindir@
222sharedstatedir = @sharedstatedir@
223srcdir = @srcdir@
196subdirs = @subdirs@
197sysconfdir = @sysconfdir@
198target_alias = @target_alias@
224subdirs = @subdirs@
225sysconfdir = @sysconfdir@
226target_alias = @target_alias@
227top_build_prefix = @top_build_prefix@
228top_builddir = @top_builddir@
229top_srcdir = @top_srcdir@
199
200#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
201AUTOMAKE_OPTIONS = ../util/ansi2knr
202ETAGS_ARGS = $(srcdir)/Makefile.am
203EXTRA_DIST = autogen-version.def copyright.def debug-opt.def homerc.def version.def
204SUBDIRS = isc
205noinst_HEADERS = \
206 adjtime.h \

--- 53 unchanged lines hidden (view full) ---

260
261all: all-recursive
262
263.SUFFIXES:
264$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
265 @for dep in $?; do \
266 case '$(am__configure_deps)' in \
267 *$$dep*) \
230
231#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
232AUTOMAKE_OPTIONS = ../util/ansi2knr
233ETAGS_ARGS = $(srcdir)/Makefile.am
234EXTRA_DIST = autogen-version.def copyright.def debug-opt.def homerc.def version.def
235SUBDIRS = isc
236noinst_HEADERS = \
237 adjtime.h \

--- 53 unchanged lines hidden (view full) ---

291
292all: all-recursive
293
294.SUFFIXES:
295$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
296 @for dep in $?; do \
297 case '$(am__configure_deps)' in \
298 *$$dep*) \
268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
269 && exit 0; \
299 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
300 && { if test -f $@; then exit 0; else break; fi; }; \
270 exit 1;; \
271 esac; \
272 done; \
301 exit 1;; \
302 esac; \
303 done; \
273 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
274 cd $(top_srcdir) && \
275 $(AUTOMAKE) --foreign include/Makefile
304 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
305 $(am__cd) $(top_srcdir) && \
306 $(AUTOMAKE) --foreign include/Makefile
276.PRECIOUS: Makefile
277Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278 @case '$?' in \
279 *config.status*) \
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281 *) \
282 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
284 esac;
285
286$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
289$(top_srcdir)/configure: $(am__configure_deps)
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291$(ACLOCAL_M4): $(am__aclocal_m4_deps)
292 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307.PRECIOUS: Makefile
308Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309 @case '$?' in \
310 *config.status*) \
311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
312 *) \
313 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
314 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
315 esac;
316
317$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319
320$(top_srcdir)/configure: $(am__configure_deps)
321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322$(ACLOCAL_M4): $(am__aclocal_m4_deps)
323 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324$(am__aclocal_m4_deps):
293
294mostlyclean-libtool:
295 -rm -f *.lo
296
297clean-libtool:
298 -rm -rf .libs _libs
299
325
326mostlyclean-libtool:
327 -rm -f *.lo
328
329clean-libtool:
330 -rm -rf .libs _libs
331
300distclean-libtool:
301 -rm -f libtool
302uninstall-info-am:
303
304# This directory's subdirectories are mostly independent; you can cd
305# into them and run `make' without going through this Makefile.
306# To change the values of `make' variables: instead of editing Makefiles,
307# (1) if the variable is set in `config.status', edit `config.status'
308# (which will cause the Makefiles to be regenerated when you run `make');
309# (2) otherwise, pass the desired values on the `make' command line.
310$(RECURSIVE_TARGETS):
311 @failcom='exit 1'; \

--- 8 unchanged lines hidden (view full) ---

320 list='$(SUBDIRS)'; for subdir in $$list; do \
321 echo "Making $$target in $$subdir"; \
322 if test "$$subdir" = "."; then \
323 dot_seen=yes; \
324 local_target="$$target-am"; \
325 else \
326 local_target="$$target"; \
327 fi; \
332# This directory's subdirectories are mostly independent; you can cd
333# into them and run `make' without going through this Makefile.
334# To change the values of `make' variables: instead of editing Makefiles,
335# (1) if the variable is set in `config.status', edit `config.status'
336# (which will cause the Makefiles to be regenerated when you run `make');
337# (2) otherwise, pass the desired values on the `make' command line.
338$(RECURSIVE_TARGETS):
339 @failcom='exit 1'; \

--- 8 unchanged lines hidden (view full) ---

348 list='$(SUBDIRS)'; for subdir in $$list; do \
349 echo "Making $$target in $$subdir"; \
350 if test "$$subdir" = "."; then \
351 dot_seen=yes; \
352 local_target="$$target-am"; \
353 else \
354 local_target="$$target"; \
355 fi; \
328 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329 || eval $$failcom; \
330 done; \
331 if test "$$dot_seen" = "no"; then \
332 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
333 fi; test -z "$$fail"
334
357 || eval $$failcom; \
358 done; \
359 if test "$$dot_seen" = "no"; then \
360 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
361 fi; test -z "$$fail"
362
335mostlyclean-recursive clean-recursive distclean-recursive \
336maintainer-clean-recursive:
363$(RECURSIVE_CLEAN_TARGETS):
337 @failcom='exit 1'; \
338 for f in x $$MAKEFLAGS; do \
339 case $$f in \
340 *=* | --[!k]*);; \
341 *k*) failcom='fail=yes';; \
342 esac; \
343 done; \
344 dot_seen=no; \

--- 10 unchanged lines hidden (view full) ---

355 target=`echo $@ | sed s/-recursive//`; \
356 for subdir in $$rev; do \
357 echo "Making $$target in $$subdir"; \
358 if test "$$subdir" = "."; then \
359 local_target="$$target-am"; \
360 else \
361 local_target="$$target"; \
362 fi; \
364 @failcom='exit 1'; \
365 for f in x $$MAKEFLAGS; do \
366 case $$f in \
367 *=* | --[!k]*);; \
368 *k*) failcom='fail=yes';; \
369 esac; \
370 done; \
371 dot_seen=no; \

--- 10 unchanged lines hidden (view full) ---

382 target=`echo $@ | sed s/-recursive//`; \
383 for subdir in $$rev; do \
384 echo "Making $$target in $$subdir"; \
385 if test "$$subdir" = "."; then \
386 local_target="$$target-am"; \
387 else \
388 local_target="$$target"; \
389 fi; \
363 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
390 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
364 || eval $$failcom; \
365 done && test -z "$$fail"
366tags-recursive:
367 list='$(SUBDIRS)'; for subdir in $$list; do \
391 || eval $$failcom; \
392 done && test -z "$$fail"
393tags-recursive:
394 list='$(SUBDIRS)'; for subdir in $$list; do \
368 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
395 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
369 done
370ctags-recursive:
371 list='$(SUBDIRS)'; for subdir in $$list; do \
396 done
397ctags-recursive:
398 list='$(SUBDIRS)'; for subdir in $$list; do \
372 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
399 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
373 done
374
375ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
376 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377 unique=`for i in $$list; do \
378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379 done | \
400 done
401
402ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
403 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
404 unique=`for i in $$list; do \
405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406 done | \
380 $(AWK) ' { files[$$0] = 1; } \
381 END { for (i in files) print i; }'`; \
407 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408 END { if (nonempty) { for (i in files) print i; }; }'`; \
382 mkid -fID $$unique
383tags: TAGS
384
385TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
386 $(TAGS_FILES) $(LISP)
409 mkid -fID $$unique
410tags: TAGS
411
412TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
413 $(TAGS_FILES) $(LISP)
387 tags=; \
414 set x; \
388 here=`pwd`; \
389 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
390 include_option=--etags-include; \
391 empty_fix=.; \
392 else \
393 include_option=--include; \
394 empty_fix=; \
395 fi; \
396 list='$(SUBDIRS)'; for subdir in $$list; do \
397 if test "$$subdir" = .; then :; else \
398 test ! -f $$subdir/TAGS || \
415 here=`pwd`; \
416 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
417 include_option=--etags-include; \
418 empty_fix=.; \
419 else \
420 include_option=--include; \
421 empty_fix=; \
422 fi; \
423 list='$(SUBDIRS)'; for subdir in $$list; do \
424 if test "$$subdir" = .; then :; else \
425 test ! -f $$subdir/TAGS || \
399 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
426 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
400 fi; \
401 done; \
402 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
403 unique=`for i in $$list; do \
404 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405 done | \
427 fi; \
428 done; \
429 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430 unique=`for i in $$list; do \
431 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432 done | \
406 $(AWK) ' { files[$$0] = 1; } \
407 END { for (i in files) print i; }'`; \
408 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
433 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434 END { if (nonempty) { for (i in files) print i; }; }'`; \
435 shift; \
436 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
409 test -n "$$unique" || unique=$$empty_fix; \
437 test -n "$$unique" || unique=$$empty_fix; \
410 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411 $$tags $$unique; \
438 if test $$# -gt 0; then \
439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440 "$$@" $$unique; \
441 else \
442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443 $$unique; \
444 fi; \
412 fi
413ctags: CTAGS
414CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
415 $(TAGS_FILES) $(LISP)
445 fi
446ctags: CTAGS
447CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
448 $(TAGS_FILES) $(LISP)
416 tags=; \
417 here=`pwd`; \
418 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
419 unique=`for i in $$list; do \
420 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421 done | \
449 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450 unique=`for i in $$list; do \
451 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452 done | \
422 $(AWK) ' { files[$$0] = 1; } \
423 END { for (i in files) print i; }'`; \
424 test -z "$(CTAGS_ARGS)$$tags$$unique" \
453 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454 END { if (nonempty) { for (i in files) print i; }; }'`; \
455 test -z "$(CTAGS_ARGS)$$unique" \
425 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
456 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
426 $$tags $$unique
457 $$unique
427
428GTAGS:
429 here=`$(am__cd) $(top_builddir) && pwd` \
458
459GTAGS:
460 here=`$(am__cd) $(top_builddir) && pwd` \
430 && cd $(top_srcdir) \
431 && gtags -i $(GTAGS_ARGS) $$here
461 && $(am__cd) $(top_srcdir) \
462 && gtags -i $(GTAGS_ARGS) "$$here"
432
433distclean-tags:
434 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
436distdir: $(DISTFILES)
463
464distclean-tags:
465 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466
467distdir: $(DISTFILES)
437 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
438 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
439 list='$(DISTFILES)'; for file in $$list; do \
440 case $$file in \
441 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
442 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
443 esac; \
468 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470 list='$(DISTFILES)'; \
471 dist_files=`for file in $$list; do echo $$file; done | \
472 sed -e "s|^$$srcdirstrip/||;t" \
473 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
474 case $$dist_files in \
475 */*) $(MKDIR_P) `echo "$$dist_files" | \
476 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
477 sort -u` ;; \
478 esac; \
479 for file in $$dist_files; do \
444 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
445 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
446 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
447 dir="/$$dir"; \
448 $(mkdir_p) "$(distdir)$$dir"; \
449 else \
450 dir=''; \
451 fi; \
452 if test -d $$d/$$file; then \
481 if test -d $$d/$$file; then \
482 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483 if test -d "$(distdir)/$$file"; then \
484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485 fi; \
453 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
454 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
487 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455 fi; \
489 fi; \
456 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
490 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457 else \
491 else \
458 test -f $(distdir)/$$file \
459 || cp -p $$d/$$file $(distdir)/$$file \
492 test -f "$(distdir)/$$file" \
493 || cp -p $$d/$$file "$(distdir)/$$file" \
460 || exit 1; \
461 fi; \
462 done
494 || exit 1; \
495 fi; \
496 done
463 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
497 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
464 if test "$$subdir" = .; then :; else \
465 test -d "$(distdir)/$$subdir" \
498 if test "$$subdir" = .; then :; else \
499 test -d "$(distdir)/$$subdir" \
466 || $(mkdir_p) "$(distdir)/$$subdir" \
500 || $(MKDIR_P) "$(distdir)/$$subdir" \
467 || exit 1; \
501 || exit 1; \
468 distdir=`$(am__cd) $(distdir) && pwd`; \
469 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
470 (cd $$subdir && \
502 fi; \
503 done
504 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
505 if test "$$subdir" = .; then :; else \
506 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
507 $(am__relativize); \
508 new_distdir=$$reldir; \
509 dir1=$$subdir; dir2="$(top_distdir)"; \
510 $(am__relativize); \
511 new_top_distdir=$$reldir; \
512 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
513 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
514 ($(am__cd) $$subdir && \
471 $(MAKE) $(AM_MAKEFLAGS) \
515 $(MAKE) $(AM_MAKEFLAGS) \
472 top_distdir="$$top_distdir" \
473 distdir="$$distdir/$$subdir" \
516 top_distdir="$$new_top_distdir" \
517 distdir="$$new_distdir" \
518 am__remove_distdir=: \
519 am__skip_length_check=: \
520 am__skip_mode_fix=: \
474 distdir) \
475 || exit 1; \
476 fi; \
477 done
478check-am: all-am
479check: check-recursive
480all-am: Makefile $(HEADERS)
481installdirs: installdirs-recursive

--- 13 unchanged lines hidden (view full) ---

495 `test -z '$(STRIP)' || \
496 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
497mostlyclean-generic:
498
499clean-generic:
500
501distclean-generic:
502 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
521 distdir) \
522 || exit 1; \
523 fi; \
524 done
525check-am: all-am
526check: check-recursive
527all-am: Makefile $(HEADERS)
528installdirs: installdirs-recursive

--- 13 unchanged lines hidden (view full) ---

542 `test -z '$(STRIP)' || \
543 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
544mostlyclean-generic:
545
546clean-generic:
547
548distclean-generic:
549 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
503
504maintainer-clean-generic:
505 @echo "This command is intended for maintainers to use"
506 @echo "it deletes files that may require special tools to rebuild."
507clean: clean-recursive
508
509clean-am: clean-generic clean-libtool mostlyclean-am
510
511distclean: distclean-recursive
512 -rm -f Makefile
551
552maintainer-clean-generic:
553 @echo "This command is intended for maintainers to use"
554 @echo "it deletes files that may require special tools to rebuild."
555clean: clean-recursive
556
557clean-am: clean-generic clean-libtool mostlyclean-am
558
559distclean: distclean-recursive
560 -rm -f Makefile
513distclean-am: clean-am distclean-generic distclean-libtool \
514 distclean-tags
561distclean-am: clean-am distclean-generic distclean-tags
515
516dvi: dvi-recursive
517
518dvi-am:
519
520html: html-recursive
521
562
563dvi: dvi-recursive
564
565dvi-am:
566
567html: html-recursive
568
569html-am:
570
522info: info-recursive
523
524info-am:
525
526install-data-am:
527
571info: info-recursive
572
573info-am:
574
575install-data-am:
576
577install-dvi: install-dvi-recursive
578
579install-dvi-am:
580
528install-exec-am:
529
581install-exec-am:
582
583install-html: install-html-recursive
584
585install-html-am:
586
530install-info: install-info-recursive
531
587install-info: install-info-recursive
588
589install-info-am:
590
532install-man:
533
591install-man:
592
593install-pdf: install-pdf-recursive
594
595install-pdf-am:
596
597install-ps: install-ps-recursive
598
599install-ps-am:
600
534installcheck-am:
535
536maintainer-clean: maintainer-clean-recursive
537 -rm -f Makefile
538maintainer-clean-am: distclean-am maintainer-clean-generic
539
540mostlyclean: mostlyclean-recursive
541
542mostlyclean-am: mostlyclean-generic mostlyclean-libtool
543
544pdf: pdf-recursive
545
546pdf-am:
547
548ps: ps-recursive
549
550ps-am:
551
601installcheck-am:
602
603maintainer-clean: maintainer-clean-recursive
604 -rm -f Makefile
605maintainer-clean-am: distclean-am maintainer-clean-generic
606
607mostlyclean: mostlyclean-recursive
608
609mostlyclean-am: mostlyclean-generic mostlyclean-libtool
610
611pdf: pdf-recursive
612
613pdf-am:
614
615ps: ps-recursive
616
617ps-am:
618
552uninstall-am: uninstall-info-am
619uninstall-am:
553
620
554uninstall-info: uninstall-info-recursive
621.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
622 install-am install-strip tags-recursive
555
623
556.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
557 clean clean-generic clean-libtool clean-recursive ctags \
558 ctags-recursive distclean distclean-generic distclean-libtool \
559 distclean-recursive distclean-tags distdir dvi dvi-am html \
624.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
625 all all-am check check-am clean clean-generic clean-libtool \
626 ctags ctags-recursive distclean distclean-generic \
627 distclean-libtool distclean-tags distdir dvi dvi-am html \
560 html-am info info-am install install-am install-data \
628 html-am info info-am install install-am install-data \
561 install-data-am install-exec install-exec-am install-info \
562 install-info-am install-man install-strip installcheck \
629 install-data-am install-dvi install-dvi-am install-exec \
630 install-exec-am install-html install-html-am install-info \
631 install-info-am install-man install-pdf install-pdf-am \
632 install-ps install-ps-am install-strip installcheck \
563 installcheck-am installdirs installdirs-am maintainer-clean \
633 installcheck-am installdirs installdirs-am maintainer-clean \
564 maintainer-clean-generic maintainer-clean-recursive \
565 mostlyclean mostlyclean-generic mostlyclean-libtool \
566 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
567 uninstall uninstall-am uninstall-info-am
634 maintainer-clean-generic mostlyclean mostlyclean-generic \
635 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
636 uninstall uninstall-am
568
637
638
569# Tell versions [3.59,3.63) of GNU make to not export all variables.
570# Otherwise a system limit (for SysV at least) may be exceeded.
571.NOEXPORT:
639# Tell versions [3.59,3.63) of GNU make to not export all variables.
640# Otherwise a system limit (for SysV at least) may be exceeded.
641.NOEXPORT: