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