]> git.ipfire.org Git - thirdparty/dhcp.git/blame - omapip/Makefile.in
[rt25901_atf] autotool files regenerated
[thirdparty/dhcp.git] / omapip / Makefile.in
CommitLineData
1b658b9b 1# Makefile.in generated by automake 1.10.1 from Makefile.am.
da59e03d 2# @configure_input@
fe5b0fdd 3
da59e03d 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1b658b9b 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
fe5b0fdd
DH
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
da59e03d 15@SET_MAKE@
fe5b0fdd
DH
16
17
fe5b0fdd
DH
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
da59e03d 22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
da59e03d
DH
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
fe5b0fdd
DH
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
da59e03d
DH
34noinst_PROGRAMS = svtest$(EXEEXT)
35subdir = omapip
36DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41mkinstalldirs = $(install_sh) -d
42CONFIG_HEADER = $(top_builddir)/includes/config.h
43CONFIG_CLEAN_FILES =
44am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45am__vpath_adj = case $$p in \
46 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47 *) f=$$p;; \
48 esac;
49am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"
51libLIBRARIES_INSTALL = $(INSTALL_DATA)
52LIBRARIES = $(lib_LIBRARIES)
53AR = ar
54ARFLAGS = cru
55libomapi_a_AR = $(AR) $(ARFLAGS)
56libomapi_a_LIBADD =
57am_libomapi_a_OBJECTS = protocol.$(OBJEXT) buffer.$(OBJEXT) \
58 alloc.$(OBJEXT) result.$(OBJEXT) connection.$(OBJEXT) \
59 errwarn.$(OBJEXT) listener.$(OBJEXT) dispatch.$(OBJEXT) \
60 generic.$(OBJEXT) support.$(OBJEXT) handle.$(OBJEXT) \
61 message.$(OBJEXT) convert.$(OBJEXT) hash.$(OBJEXT) \
62 auth.$(OBJEXT) inet_addr.$(OBJEXT) array.$(OBJEXT) \
38792f79
SR
63 trace.$(OBJEXT) toisc.$(OBJEXT) iscprint.$(OBJEXT) \
64 isclib.$(OBJEXT)
da59e03d
DH
65libomapi_a_OBJECTS = $(am_libomapi_a_OBJECTS)
66PROGRAMS = $(noinst_PROGRAMS)
67am_svtest_OBJECTS = test.$(OBJEXT)
68svtest_OBJECTS = $(am_svtest_OBJECTS)
3da01c08
SR
69svtest_DEPENDENCIES = libomapi.a ../bind/lib/libdns.a \
70 ../bind/lib/libisc.a
1b658b9b 71DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
da59e03d
DH
72depcomp = $(SHELL) $(top_srcdir)/depcomp
73am__depfiles_maybe = depfiles
74COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76CCLD = $(CC)
77LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
78SOURCES = $(libomapi_a_SOURCES) $(svtest_SOURCES)
79DIST_SOURCES = $(libomapi_a_SOURCES) $(svtest_SOURCES)
80man3dir = $(mandir)/man3
81NROFF = nroff
82MANS = $(man_MANS)
83ETAGS = etags
84CTAGS = ctags
85DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86ACLOCAL = @ACLOCAL@
da59e03d 87AMTAR = @AMTAR@
06fb929c
TM
88ATF_CFLAGS = @ATF_CFLAGS@
89ATF_LDFLAGS = @ATF_LDFLAGS@
da59e03d
DH
90AUTOCONF = @AUTOCONF@
91AUTOHEADER = @AUTOHEADER@
92AUTOMAKE = @AUTOMAKE@
93AWK = @AWK@
fe5b0fdd 94CC = @CC@
da59e03d
DH
95CCDEPMODE = @CCDEPMODE@
96CFLAGS = @CFLAGS@
97CPP = @CPP@
98CPPFLAGS = @CPPFLAGS@
99CYGPATH_W = @CYGPATH_W@
100DEFS = @DEFS@
101DEPDIR = @DEPDIR@
102ECHO_C = @ECHO_C@
103ECHO_N = @ECHO_N@
104ECHO_T = @ECHO_T@
105EGREP = @EGREP@
106EXEEXT = @EXEEXT@
78f16d27 107GREP = @GREP@
1b658b9b 108INSTALL = @INSTALL@
da59e03d
DH
109INSTALL_DATA = @INSTALL_DATA@
110INSTALL_PROGRAM = @INSTALL_PROGRAM@
111INSTALL_SCRIPT = @INSTALL_SCRIPT@
112INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1b658b9b 113LDAP_CFLAGS = @LDAP_CFLAGS@
da59e03d
DH
114LDFLAGS = @LDFLAGS@
115LIBOBJS = @LIBOBJS@
116LIBS = @LIBS@
117LTLIBOBJS = @LTLIBOBJS@
086bd8f5 118MAINT = @MAINT@
fe5b0fdd 119MAKEINFO = @MAKEINFO@
1b658b9b 120MKDIR_P = @MKDIR_P@
da59e03d 121OBJEXT = @OBJEXT@
fe5b0fdd 122PACKAGE = @PACKAGE@
da59e03d
DH
123PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124PACKAGE_NAME = @PACKAGE_NAME@
125PACKAGE_STRING = @PACKAGE_STRING@
126PACKAGE_TARNAME = @PACKAGE_TARNAME@
76f4993d 127PACKAGE_URL = @PACKAGE_URL@
da59e03d
DH
128PACKAGE_VERSION = @PACKAGE_VERSION@
129PATH_SEPARATOR = @PATH_SEPARATOR@
fe5b0fdd 130RANLIB = @RANLIB@
da59e03d
DH
131SET_MAKE = @SET_MAKE@
132SHELL = @SHELL@
133STRIP = @STRIP@
fe5b0fdd 134VERSION = @VERSION@
1b658b9b
DH
135abs_builddir = @abs_builddir@
136abs_srcdir = @abs_srcdir@
137abs_top_builddir = @abs_top_builddir@
138abs_top_srcdir = @abs_top_srcdir@
da59e03d 139ac_ct_CC = @ac_ct_CC@
0c5673bc 140ac_prefix_program = @ac_prefix_program@
da59e03d
DH
141am__include = @am__include@
142am__leading_dot = @am__leading_dot@
143am__quote = @am__quote@
144am__tar = @am__tar@
145am__untar = @am__untar@
146bindir = @bindir@
147build_alias = @build_alias@
1b658b9b 148builddir = @builddir@
fe5b0fdd 149byte_order = @byte_order@
da59e03d 150datadir = @datadir@
78f16d27
DH
151datarootdir = @datarootdir@
152docdir = @docdir@
153dvidir = @dvidir@
da59e03d
DH
154exec_prefix = @exec_prefix@
155host_alias = @host_alias@
78f16d27 156htmldir = @htmldir@
da59e03d
DH
157includedir = @includedir@
158infodir = @infodir@
159install_sh = @install_sh@
160libdir = @libdir@
161libexecdir = @libexecdir@
78f16d27 162localedir = @localedir@
da59e03d
DH
163localstatedir = @localstatedir@
164mandir = @mandir@
165mkdir_p = @mkdir_p@
166oldincludedir = @oldincludedir@
78f16d27 167pdfdir = @pdfdir@
da59e03d
DH
168prefix = @prefix@
169program_transform_name = @program_transform_name@
78f16d27 170psdir = @psdir@
da59e03d
DH
171sbindir = @sbindir@
172sharedstatedir = @sharedstatedir@
1b658b9b 173srcdir = @srcdir@
da59e03d
DH
174sysconfdir = @sysconfdir@
175target_alias = @target_alias@
419ed83c 176top_build_prefix = @top_build_prefix@
1b658b9b
DH
177top_builddir = @top_builddir@
178top_srcdir = @top_srcdir@
fe5b0fdd 179lib_LIBRARIES = libomapi.a
da59e03d
DH
180libomapi_a_SOURCES = protocol.c buffer.c alloc.c result.c connection.c \
181 errwarn.c listener.c dispatch.c generic.c support.c \
182 handle.c message.c convert.c hash.c auth.c inet_addr.c \
38792f79 183 array.c trace.c toisc.c iscprint.c isclib.c
fe5b0fdd
DH
184
185man_MANS = omapi.3
6ecda39c 186EXTRA_DIST = $(man_MANS)
fe5b0fdd 187svtest_SOURCES = test.c
3da01c08 188svtest_LDADD = libomapi.a ../bind/lib/libdns.a ../bind/lib/libisc.a
da59e03d 189all: all-am
fe5b0fdd
DH
190
191.SUFFIXES:
da59e03d 192.SUFFIXES: .c .o .obj
086bd8f5 193$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
da59e03d
DH
194 @for dep in $?; do \
195 case '$(am__configure_deps)' in \
196 *$$dep*) \
197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
198 && exit 0; \
199 exit 1;; \
200 esac; \
201 done; \
202 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign omapip/Makefile'; \
203 cd $(top_srcdir) && \
204 $(AUTOMAKE) --foreign omapip/Makefile
205.PRECIOUS: Makefile
206Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
207 @case '$?' in \
208 *config.status*) \
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
210 *) \
211 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
212 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
213 esac;
214
215$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217
086bd8f5 218$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
da59e03d 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
086bd8f5 220$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
da59e03d 221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
fe5b0fdd
DH
222install-libLIBRARIES: $(lib_LIBRARIES)
223 @$(NORMAL_INSTALL)
1b658b9b 224 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
fe5b0fdd
DH
225 @list='$(lib_LIBRARIES)'; for p in $$list; do \
226 if test -f $$p; then \
da59e03d
DH
227 f=$(am__strip_dir) \
228 echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
229 $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
fe5b0fdd
DH
230 else :; fi; \
231 done
232 @$(POST_INSTALL)
233 @list='$(lib_LIBRARIES)'; for p in $$list; do \
234 if test -f $$p; then \
da59e03d
DH
235 p=$(am__strip_dir) \
236 echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
237 $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
fe5b0fdd
DH
238 else :; fi; \
239 done
240
241uninstall-libLIBRARIES:
242 @$(NORMAL_UNINSTALL)
da59e03d
DH
243 @list='$(lib_LIBRARIES)'; for p in $$list; do \
244 p=$(am__strip_dir) \
245 echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
246 rm -f "$(DESTDIR)$(libdir)/$$p"; \
fe5b0fdd
DH
247 done
248
da59e03d
DH
249clean-libLIBRARIES:
250 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
251libomapi.a: $(libomapi_a_OBJECTS) $(libomapi_a_DEPENDENCIES)
fe5b0fdd 252 -rm -f libomapi.a
da59e03d 253 $(libomapi_a_AR) libomapi.a $(libomapi_a_OBJECTS) $(libomapi_a_LIBADD)
fe5b0fdd
DH
254 $(RANLIB) libomapi.a
255
256clean-noinstPROGRAMS:
257 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
da59e03d
DH
258svtest$(EXEEXT): $(svtest_OBJECTS) $(svtest_DEPENDENCIES)
259 @rm -f svtest$(EXEEXT)
1b658b9b 260 $(LINK) $(svtest_OBJECTS) $(svtest_LDADD) $(LIBS)
fe5b0fdd 261
da59e03d
DH
262mostlyclean-compile:
263 -rm -f *.$(OBJEXT)
fe5b0fdd 264
da59e03d
DH
265distclean-compile:
266 -rm -f *.tab.c
dff902ba 267
da59e03d
DH
268@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Po@am__quote@
269@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
270@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
271@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
273@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convert.Po@am__quote@
274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dispatch.Po@am__quote@
275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errwarn.Po@am__quote@
276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Po@am__quote@
277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handle.Po@am__quote@
278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_addr.Po@am__quote@
3da01c08 280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isclib.Po@am__quote@
da59e03d
DH
281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iscprint.Po@am__quote@
282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
da59e03d
DH
284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Po@am__quote@
285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@
286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toisc.Po@am__quote@
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Po@am__quote@
290
291.c.o:
1b658b9b
DH
292@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
293@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
da59e03d
DH
294@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296@am__fastdepCC_FALSE@ $(COMPILE) -c $<
297
298.c.obj:
1b658b9b
DH
299@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
300@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
da59e03d
DH
301@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
302@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
da59e03d
DH
304install-man3: $(man3_MANS) $(man_MANS)
305 @$(NORMAL_INSTALL)
1b658b9b 306 test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
da59e03d
DH
307 @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
308 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
309 for i in $$l2; do \
fe5b0fdd
DH
310 case "$$i" in \
311 *.3*) list="$$list $$i" ;; \
312 esac; \
313 done; \
314 for i in $$list; do \
315 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
316 else file=$$i; fi; \
317 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
da59e03d
DH
318 case "$$ext" in \
319 3*) ;; \
320 *) ext='3' ;; \
321 esac; \
fe5b0fdd 322 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
da59e03d 323 inst=`echo $$inst | sed -e 's/^.*\///'`; \
fe5b0fdd 324 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
da59e03d
DH
325 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
326 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
fe5b0fdd
DH
327 done
328uninstall-man3:
da59e03d
DH
329 @$(NORMAL_UNINSTALL)
330 @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
331 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
332 for i in $$l2; do \
fe5b0fdd
DH
333 case "$$i" in \
334 *.3*) list="$$list $$i" ;; \
335 esac; \
336 done; \
337 for i in $$list; do \
338 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
da59e03d
DH
339 case "$$ext" in \
340 3*) ;; \
341 *) ext='3' ;; \
342 esac; \
fe5b0fdd 343 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
da59e03d 344 inst=`echo $$inst | sed -e 's/^.*\///'`; \
fe5b0fdd 345 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
da59e03d
DH
346 echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
347 rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
fe5b0fdd
DH
348 done
349
da59e03d
DH
350ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
351 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352 unique=`for i in $$list; do \
353 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354 done | \
1b658b9b
DH
355 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
356 END { if (nonempty) { for (i in files) print i; }; }'`; \
da59e03d 357 mkid -fID $$unique
fe5b0fdd
DH
358tags: TAGS
359
da59e03d
DH
360TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
361 $(TAGS_FILES) $(LISP)
362 tags=; \
363 here=`pwd`; \
364 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
365 unique=`for i in $$list; do \
366 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367 done | \
1b658b9b
DH
368 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
369 END { if (nonempty) { for (i in files) print i; }; }'`; \
da59e03d
DH
370 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
371 test -n "$$unique" || unique=$$empty_fix; \
372 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373 $$tags $$unique; \
374 fi
375ctags: CTAGS
376CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
377 $(TAGS_FILES) $(LISP)
fe5b0fdd 378 tags=; \
da59e03d
DH
379 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
380 unique=`for i in $$list; do \
381 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382 done | \
1b658b9b
DH
383 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384 END { if (nonempty) { for (i in files) print i; }; }'`; \
da59e03d
DH
385 test -z "$(CTAGS_ARGS)$$tags$$unique" \
386 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
387 $$tags $$unique
fe5b0fdd 388
da59e03d
DH
389GTAGS:
390 here=`$(am__cd) $(top_builddir) && pwd` \
391 && cd $(top_srcdir) \
392 && gtags -i $(GTAGS_ARGS) $$here
fe5b0fdd
DH
393
394distclean-tags:
da59e03d 395 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
fe5b0fdd
DH
396
397distdir: $(DISTFILES)
1b658b9b
DH
398 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400 list='$(DISTFILES)'; \
401 dist_files=`for file in $$list; do echo $$file; done | \
402 sed -e "s|^$$srcdirstrip/||;t" \
403 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
404 case $$dist_files in \
405 */*) $(MKDIR_P) `echo "$$dist_files" | \
406 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
407 sort -u` ;; \
408 esac; \
409 for file in $$dist_files; do \
da59e03d 410 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
fe5b0fdd 411 if test -d $$d/$$file; then \
1b658b9b 412 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
da59e03d
DH
413 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
414 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
415 fi; \
416 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
fe5b0fdd
DH
417 else \
418 test -f $(distdir)/$$file \
da59e03d
DH
419 || cp -p $$d/$$file $(distdir)/$$file \
420 || exit 1; \
fe5b0fdd
DH
421 fi; \
422 done
da59e03d
DH
423check-am: all-am
424check: check-am
425all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS)
426installdirs:
427 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"; do \
1b658b9b 428 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
da59e03d
DH
429 done
430install: install-am
431install-exec: install-exec-am
432install-data: install-data-am
433uninstall: uninstall-am
fe5b0fdd 434
da59e03d
DH
435install-am: all-am
436 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
fe5b0fdd 437
da59e03d
DH
438installcheck: installcheck-am
439install-strip:
440 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
441 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
442 `test -z '$(STRIP)' || \
443 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
444mostlyclean-generic:
fe5b0fdd 445
da59e03d 446clean-generic:
fe5b0fdd 447
da59e03d
DH
448distclean-generic:
449 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
fe5b0fdd 450
da59e03d
DH
451maintainer-clean-generic:
452 @echo "This command is intended for maintainers to use"
453 @echo "it deletes files that may require special tools to rebuild."
454clean: clean-am
fe5b0fdd 455
da59e03d
DH
456clean-am: clean-generic clean-libLIBRARIES clean-noinstPROGRAMS \
457 mostlyclean-am
fe5b0fdd 458
da59e03d
DH
459distclean: distclean-am
460 -rm -rf ./$(DEPDIR)
461 -rm -f Makefile
462distclean-am: clean-am distclean-compile distclean-generic \
463 distclean-tags
fe5b0fdd 464
dff902ba 465dvi: dvi-am
fe5b0fdd 466
da59e03d 467dvi-am:
fe5b0fdd 468
da59e03d 469html: html-am
fe5b0fdd 470
da59e03d 471info: info-am
fe5b0fdd 472
da59e03d 473info-am:
fe5b0fdd 474
da59e03d 475install-data-am: install-man
fe5b0fdd 476
1b658b9b
DH
477install-dvi: install-dvi-am
478
da59e03d 479install-exec-am: install-libLIBRARIES
dff902ba 480
1b658b9b
DH
481install-html: install-html-am
482
da59e03d
DH
483install-info: install-info-am
484
485install-man: install-man3
486
1b658b9b
DH
487install-pdf: install-pdf-am
488
489install-ps: install-ps-am
490
da59e03d
DH
491installcheck-am:
492
493maintainer-clean: maintainer-clean-am
494 -rm -rf ./$(DEPDIR)
495 -rm -f Makefile
496maintainer-clean-am: distclean-am maintainer-clean-generic
fe5b0fdd
DH
497
498mostlyclean: mostlyclean-am
499
da59e03d 500mostlyclean-am: mostlyclean-compile mostlyclean-generic
fe5b0fdd 501
da59e03d 502pdf: pdf-am
fe5b0fdd 503
da59e03d 504pdf-am:
fe5b0fdd 505
da59e03d 506ps: ps-am
fe5b0fdd 507
da59e03d 508ps-am:
fe5b0fdd 509
1b658b9b 510uninstall-am: uninstall-libLIBRARIES uninstall-man
fe5b0fdd 511
da59e03d 512uninstall-man: uninstall-man3
fe5b0fdd 513
1b658b9b
DH
514.MAKE: install-am install-strip
515
da59e03d
DH
516.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
517 clean-libLIBRARIES clean-noinstPROGRAMS ctags distclean \
518 distclean-compile distclean-generic distclean-tags distdir dvi \
519 dvi-am html html-am info info-am install install-am \
1b658b9b
DH
520 install-data install-data-am install-dvi install-dvi-am \
521 install-exec install-exec-am install-html install-html-am \
da59e03d 522 install-info install-info-am install-libLIBRARIES install-man \
1b658b9b
DH
523 install-man3 install-pdf install-pdf-am install-ps \
524 install-ps-am install-strip installcheck installcheck-am \
da59e03d
DH
525 installdirs maintainer-clean maintainer-clean-generic \
526 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1b658b9b
DH
527 ps ps-am tags uninstall uninstall-am uninstall-libLIBRARIES \
528 uninstall-man uninstall-man3
fe5b0fdd
DH
529
530# Tell versions [3.59,3.63) of GNU make to not export all variables.
531# Otherwise a system limit (for SysV at least) may be exceeded.
532.NOEXPORT: