Annotation of embedaddon/coova-chilli/src/Makefile.in, revision 1.1.1.1
1.1 misho 1: # Makefile.in generated by automake 1.9.6 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005 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: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: pkgdatadir = $(datadir)/@PACKAGE@
22: pkglibdir = $(libdir)/@PACKAGE@
23: pkgincludedir = $(includedir)/@PACKAGE@
24: top_builddir = ..
25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26: INSTALL = @INSTALL@
27: install_sh_DATA = $(install_sh) -c -m 644
28: install_sh_PROGRAM = $(install_sh) -c
29: install_sh_SCRIPT = $(install_sh) -c
30: INSTALL_HEADER = $(INSTALL_DATA)
31: transform = $(program_transform_name)
32: NORMAL_INSTALL = :
33: PRE_INSTALL = :
34: POST_INSTALL = :
35: NORMAL_UNINSTALL = :
36: PRE_UNINSTALL = :
37: POST_UNINSTALL = :
38: build_triplet = @build@
39: host_triplet = @host@
40: sbin_PROGRAMS = chilli$(EXEEXT) chilli_response$(EXEEXT) \
41: chilli_radconfig$(EXEEXT) chilli_query$(EXEEXT) \
42: test_radius$(EXEEXT)
43: subdir = src
44: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
45: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46: am__aclocal_m4_deps = $(top_srcdir)/configure.in
47: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48: $(ACLOCAL_M4)
49: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50: CONFIG_HEADER = $(top_builddir)/config.h
51: CONFIG_CLEAN_FILES =
52: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53: am__vpath_adj = case $$p in \
54: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55: *) f=$$p;; \
56: esac;
57: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)"
59: libLTLIBRARIES_INSTALL = $(INSTALL)
60: LTLIBRARIES = $(lib_LTLIBRARIES)
61: libchilli_la_LIBADD =
62: am_libchilli_la_OBJECTS = chilli.lo options.lo tun.lo cmdline.lo \
63: ippool.lo radius.lo md5.lo redir.lo dhcp.lo syserr.lo \
64: iphash.lo lookup3.lo sfhash.lo lookup.lo cmdsock.lo util.lo \
65: garden.lo dns.lo session.lo chksum.lo net.lo
66: libchilli_la_OBJECTS = $(am_libchilli_la_OBJECTS)
67: sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
68: PROGRAMS = $(sbin_PROGRAMS)
69: am_chilli_OBJECTS = main.$(OBJEXT)
70: chilli_OBJECTS = $(am_chilli_OBJECTS)
71: chilli_LDADD = $(LDADD)
72: chilli_DEPENDENCIES = libchilli.la \
73: $(top_builddir)/bstring/libbstring.la
74: am_chilli_query_OBJECTS = main-query.$(OBJEXT)
75: chilli_query_OBJECTS = $(am_chilli_query_OBJECTS)
76: chilli_query_LDADD = $(LDADD)
77: chilli_query_DEPENDENCIES = libchilli.la \
78: $(top_builddir)/bstring/libbstring.la
79: am_chilli_radconfig_OBJECTS = main-radconfig.$(OBJEXT)
80: chilli_radconfig_OBJECTS = $(am_chilli_radconfig_OBJECTS)
81: chilli_radconfig_LDADD = $(LDADD)
82: chilli_radconfig_DEPENDENCIES = libchilli.la \
83: $(top_builddir)/bstring/libbstring.la
84: am_chilli_response_OBJECTS = main-response.$(OBJEXT)
85: chilli_response_OBJECTS = $(am_chilli_response_OBJECTS)
86: chilli_response_LDADD = $(LDADD)
87: chilli_response_DEPENDENCIES = libchilli.la \
88: $(top_builddir)/bstring/libbstring.la
89: am_test_radius_OBJECTS = test-radius.$(OBJEXT)
90: test_radius_OBJECTS = $(am_test_radius_OBJECTS)
91: test_radius_LDADD = $(LDADD)
92: test_radius_DEPENDENCIES = libchilli.la \
93: $(top_builddir)/bstring/libbstring.la
94: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
95: depcomp = $(SHELL) $(top_srcdir)/depcomp
96: am__depfiles_maybe = depfiles
97: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99: LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
100: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
101: $(AM_CFLAGS) $(CFLAGS)
102: CCLD = $(CC)
103: LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104: $(AM_LDFLAGS) $(LDFLAGS) -o $@
105: SOURCES = $(libchilli_la_SOURCES) $(chilli_SOURCES) \
106: $(chilli_query_SOURCES) $(chilli_radconfig_SOURCES) \
107: $(chilli_response_SOURCES) $(test_radius_SOURCES)
108: DIST_SOURCES = $(libchilli_la_SOURCES) $(chilli_SOURCES) \
109: $(chilli_query_SOURCES) $(chilli_radconfig_SOURCES) \
110: $(chilli_response_SOURCES) $(test_radius_SOURCES)
111: ETAGS = etags
112: CTAGS = ctags
113: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114: ACLOCAL = @ACLOCAL@
115: AMDEP_FALSE = @AMDEP_FALSE@
116: AMDEP_TRUE = @AMDEP_TRUE@
117: AMTAR = @AMTAR@
118: AR = @AR@
119: AUTOCONF = @AUTOCONF@
120: AUTOHEADER = @AUTOHEADER@
121: AUTOMAKE = @AUTOMAKE@
122: AWK = @AWK@
123: CC = @CC@
124: CCDEPMODE = @CCDEPMODE@
125: CFLAGS = @CFLAGS@
126: CPP = @CPP@
127: CPPFLAGS = @CPPFLAGS@
128: CXX = @CXX@
129: CXXCPP = @CXXCPP@
130: CXXDEPMODE = @CXXDEPMODE@
131: CXXFLAGS = @CXXFLAGS@
132: CYGPATH_W = @CYGPATH_W@
133: DEFS = @DEFS@
134: DEPDIR = @DEPDIR@
135: ECHO = @ECHO@
136: ECHO_C = @ECHO_C@
137: ECHO_N = @ECHO_N@
138: ECHO_T = @ECHO_T@
139: EGREP = @EGREP@
140: EXEEXT = @EXEEXT@
141: F77 = @F77@
142: FFLAGS = @FFLAGS@
143: INSTALL_DATA = @INSTALL_DATA@
144: INSTALL_PROGRAM = @INSTALL_PROGRAM@
145: INSTALL_SCRIPT = @INSTALL_SCRIPT@
146: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147: LDFLAGS = @LDFLAGS@
148: LIBOBJS = @LIBOBJS@
149: LIBS = @LIBS@
150: LIBTOOL = @LIBTOOL@
151: LN_S = @LN_S@
152: LTLIBOBJS = @LTLIBOBJS@
153: MAKEINFO = @MAKEINFO@
154: OBJEXT = @OBJEXT@
155: PACKAGE = @PACKAGE@
156: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157: PACKAGE_NAME = @PACKAGE_NAME@
158: PACKAGE_STRING = @PACKAGE_STRING@
159: PACKAGE_TARNAME = @PACKAGE_TARNAME@
160: PACKAGE_VERSION = @PACKAGE_VERSION@
161: PATH_SEPARATOR = @PATH_SEPARATOR@
162: RANLIB = @RANLIB@
163: SET_MAKE = @SET_MAKE@
164: SHELL = @SHELL@
165: STRIP = @STRIP@
166: VERSION = @VERSION@
167: ac_ct_AR = @ac_ct_AR@
168: ac_ct_CC = @ac_ct_CC@
169: ac_ct_CXX = @ac_ct_CXX@
170: ac_ct_F77 = @ac_ct_F77@
171: ac_ct_RANLIB = @ac_ct_RANLIB@
172: ac_ct_STRIP = @ac_ct_STRIP@
173: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
174: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
175: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
176: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
177: am__include = @am__include@
178: am__leading_dot = @am__leading_dot@
179: am__quote = @am__quote@
180: am__tar = @am__tar@
181: am__untar = @am__untar@
182: bindir = @bindir@
183: build = @build@
184: build_alias = @build_alias@
185: build_cpu = @build_cpu@
186: build_os = @build_os@
187: build_vendor = @build_vendor@
188: datadir = @datadir@
189: exec_prefix = @exec_prefix@
190: host = @host@
191: host_alias = @host_alias@
192: host_cpu = @host_cpu@
193: host_os = @host_os@
194: host_vendor = @host_vendor@
195: includedir = @includedir@
196: infodir = @infodir@
197: install_sh = @install_sh@
198: libdir = @libdir@
199: libexecdir = @libexecdir@
200: localstatedir = @localstatedir@
201: mandir = @mandir@
202: mkdir_p = @mkdir_p@
203: oldincludedir = @oldincludedir@
204: prefix = @prefix@
205: program_transform_name = @program_transform_name@
206: sbindir = @sbindir@
207: sharedstatedir = @sharedstatedir@
208: sysconfdir = @sysconfdir@
209: target_alias = @target_alias@
210: lib_LTLIBRARIES = libchilli.la
211:
212: # add -pg to enable gprof
213: AM_CFLAGS = -D_GNU_SOURCE -Wall -fno-builtin -fstrict-aliasing -ansi\
214: -DOPENSSL_NO_KRB5 \
215: -DDEFCHILLICONF='"$(sysconfdir)/chilli.conf"'\
216: -DDEFPIDFILE='"$(localstatedir)/run/chilli.pid"'\
217: -DDEFSTATEDIR='"$(localstatedir)/run"'\
218: -DDEFCMDSOCK='"$(localstatedir)/run/chilli.sock"'\
219: -DSBINDIR='"$(sbindir)"' -I$(top_builddir)/bstring
220:
221: libchilli_la_SOURCES = \
222: chilli.c options.c tun.c tun.h cmdline.c cmdline.h ippool.c ippool.h radius.h radius.c \
223: md5.c md5.h redir.h redir.c dhcp.c dhcp.h syserr.c syserr.h iphash.c iphash.h lookup3.c sfhash.c lookup.c lookup.h \
224: system.h cmdsock.c cmdsock.h radius_wispr.h radius_chillispot.h chilli.h options.h util.c garden.c garden.h \
225: dns.c dns.h session.c session.h limits.h pkt.h chksum.c net.h net.c
226:
227:
228: # AM_LDFLAGS = -lchilli
229: chilli_SOURCES = main.c
230: chilli_radconfig_SOURCES = main-radconfig.c
231: chilli_response_SOURCES = main-response.c
232: chilli_query_SOURCES = main-query.c
233: test_radius_SOURCES = test-radius.c
234: LDADD = libchilli.la $(top_builddir)/bstring/libbstring.la
235: all: all-am
236:
237: .SUFFIXES:
238: .SUFFIXES: .c .lo .o .obj
239: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
240: @for dep in $?; do \
241: case '$(am__configure_deps)' in \
242: *$$dep*) \
243: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
244: && exit 0; \
245: exit 1;; \
246: esac; \
247: done; \
248: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
249: cd $(top_srcdir) && \
250: $(AUTOMAKE) --gnu src/Makefile
251: .PRECIOUS: Makefile
252: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
253: @case '$?' in \
254: *config.status*) \
255: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
256: *) \
257: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
258: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
259: esac;
260:
261: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
262: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263:
264: $(top_srcdir)/configure: $(am__configure_deps)
265: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
267: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
269: @$(NORMAL_INSTALL)
270: test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
271: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
272: if test -f $$p; then \
273: f=$(am__strip_dir) \
274: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
275: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
276: else :; fi; \
277: done
278:
279: uninstall-libLTLIBRARIES:
280: @$(NORMAL_UNINSTALL)
281: @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
282: p=$(am__strip_dir) \
283: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
284: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
285: done
286:
287: clean-libLTLIBRARIES:
288: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
289: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
290: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
291: test "$$dir" != "$$p" || dir=.; \
292: echo "rm -f \"$${dir}/so_locations\""; \
293: rm -f "$${dir}/so_locations"; \
294: done
295: libchilli.la: $(libchilli_la_OBJECTS) $(libchilli_la_DEPENDENCIES)
296: $(LINK) -rpath $(libdir) $(libchilli_la_LDFLAGS) $(libchilli_la_OBJECTS) $(libchilli_la_LIBADD) $(LIBS)
297: install-sbinPROGRAMS: $(sbin_PROGRAMS)
298: @$(NORMAL_INSTALL)
299: test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
300: @list='$(sbin_PROGRAMS)'; for p in $$list; do \
301: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
302: if test -f $$p \
303: || test -f $$p1 \
304: ; then \
305: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
306: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
307: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
308: else :; fi; \
309: done
310:
311: uninstall-sbinPROGRAMS:
312: @$(NORMAL_UNINSTALL)
313: @list='$(sbin_PROGRAMS)'; for p in $$list; do \
314: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
315: echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
316: rm -f "$(DESTDIR)$(sbindir)/$$f"; \
317: done
318:
319: clean-sbinPROGRAMS:
320: @list='$(sbin_PROGRAMS)'; for p in $$list; do \
321: f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
322: echo " rm -f $$p $$f"; \
323: rm -f $$p $$f ; \
324: done
325: chilli$(EXEEXT): $(chilli_OBJECTS) $(chilli_DEPENDENCIES)
326: @rm -f chilli$(EXEEXT)
327: $(LINK) $(chilli_LDFLAGS) $(chilli_OBJECTS) $(chilli_LDADD) $(LIBS)
328: chilli_query$(EXEEXT): $(chilli_query_OBJECTS) $(chilli_query_DEPENDENCIES)
329: @rm -f chilli_query$(EXEEXT)
330: $(LINK) $(chilli_query_LDFLAGS) $(chilli_query_OBJECTS) $(chilli_query_LDADD) $(LIBS)
331: chilli_radconfig$(EXEEXT): $(chilli_radconfig_OBJECTS) $(chilli_radconfig_DEPENDENCIES)
332: @rm -f chilli_radconfig$(EXEEXT)
333: $(LINK) $(chilli_radconfig_LDFLAGS) $(chilli_radconfig_OBJECTS) $(chilli_radconfig_LDADD) $(LIBS)
334: chilli_response$(EXEEXT): $(chilli_response_OBJECTS) $(chilli_response_DEPENDENCIES)
335: @rm -f chilli_response$(EXEEXT)
336: $(LINK) $(chilli_response_LDFLAGS) $(chilli_response_OBJECTS) $(chilli_response_LDADD) $(LIBS)
337: test_radius$(EXEEXT): $(test_radius_OBJECTS) $(test_radius_DEPENDENCIES)
338: @rm -f test_radius$(EXEEXT)
339: $(LINK) $(test_radius_LDFLAGS) $(test_radius_OBJECTS) $(test_radius_LDADD) $(LIBS)
340:
341: mostlyclean-compile:
342: -rm -f *.$(OBJEXT)
343:
344: distclean-compile:
345: -rm -f *.tab.c
346:
347: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chilli.Plo@am__quote@
348: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chksum.Plo@am__quote@
349: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmdline.Plo@am__quote@
350: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmdsock.Plo@am__quote@
351: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhcp.Plo@am__quote@
352: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Plo@am__quote@
353: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garden.Plo@am__quote@
354: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iphash.Plo@am__quote@
355: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ippool.Plo@am__quote@
356: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@
357: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup3.Plo@am__quote@
358: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-query.Po@am__quote@
359: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-radconfig.Po@am__quote@
360: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-response.Po@am__quote@
361: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
362: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
363: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net.Plo@am__quote@
364: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Plo@am__quote@
365: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radius.Plo@am__quote@
366: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redir.Plo@am__quote@
367: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Plo@am__quote@
368: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sfhash.Plo@am__quote@
369: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syserr.Plo@am__quote@
370: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-radius.Po@am__quote@
371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tun.Plo@am__quote@
372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
373:
374: .c.o:
375: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
376: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
377: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
378: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
380:
381: .c.obj:
382: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
383: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
384: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
385: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
387:
388: .c.lo:
389: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
390: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
391: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
392: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
394:
395: mostlyclean-libtool:
396: -rm -f *.lo
397:
398: clean-libtool:
399: -rm -rf .libs _libs
400:
401: distclean-libtool:
402: -rm -f libtool
403: uninstall-info-am:
404:
405: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407: unique=`for i in $$list; do \
408: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409: done | \
410: $(AWK) ' { files[$$0] = 1; } \
411: END { for (i in files) print i; }'`; \
412: mkid -fID $$unique
413: tags: TAGS
414:
415: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
416: $(TAGS_FILES) $(LISP)
417: tags=; \
418: here=`pwd`; \
419: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
420: unique=`for i in $$list; do \
421: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422: done | \
423: $(AWK) ' { files[$$0] = 1; } \
424: END { for (i in files) print i; }'`; \
425: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
426: test -n "$$unique" || unique=$$empty_fix; \
427: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428: $$tags $$unique; \
429: fi
430: ctags: CTAGS
431: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
432: $(TAGS_FILES) $(LISP)
433: tags=; \
434: here=`pwd`; \
435: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
436: unique=`for i in $$list; do \
437: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438: done | \
439: $(AWK) ' { files[$$0] = 1; } \
440: END { for (i in files) print i; }'`; \
441: test -z "$(CTAGS_ARGS)$$tags$$unique" \
442: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
443: $$tags $$unique
444:
445: GTAGS:
446: here=`$(am__cd) $(top_builddir) && pwd` \
447: && cd $(top_srcdir) \
448: && gtags -i $(GTAGS_ARGS) $$here
449:
450: distclean-tags:
451: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
452:
453: distdir: $(DISTFILES)
454: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
455: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
456: list='$(DISTFILES)'; for file in $$list; do \
457: case $$file in \
458: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
459: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
460: esac; \
461: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
462: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
463: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
464: dir="/$$dir"; \
465: $(mkdir_p) "$(distdir)$$dir"; \
466: else \
467: dir=''; \
468: fi; \
469: if test -d $$d/$$file; then \
470: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
472: fi; \
473: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
474: else \
475: test -f $(distdir)/$$file \
476: || cp -p $$d/$$file $(distdir)/$$file \
477: || exit 1; \
478: fi; \
479: done
480: check-am: all-am
481: check: check-am
482: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
483: installdirs:
484: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)"; do \
485: test -z "$$dir" || $(mkdir_p) "$$dir"; \
486: done
487: install: install-am
488: install-exec: install-exec-am
489: install-data: install-data-am
490: uninstall: uninstall-am
491:
492: install-am: all-am
493: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
494:
495: installcheck: installcheck-am
496: install-strip:
497: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499: `test -z '$(STRIP)' || \
500: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
501: mostlyclean-generic:
502:
503: clean-generic:
504:
505: distclean-generic:
506: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
507:
508: maintainer-clean-generic:
509: @echo "This command is intended for maintainers to use"
510: @echo "it deletes files that may require special tools to rebuild."
511: clean: clean-am
512:
513: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
514: clean-sbinPROGRAMS mostlyclean-am
515:
516: distclean: distclean-am
517: -rm -rf ./$(DEPDIR)
518: -rm -f Makefile
519: distclean-am: clean-am distclean-compile distclean-generic \
520: distclean-libtool distclean-tags
521:
522: dvi: dvi-am
523:
524: dvi-am:
525:
526: html: html-am
527:
528: info: info-am
529:
530: info-am:
531:
532: install-data-am:
533:
534: install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
535:
536: install-info: install-info-am
537:
538: install-man:
539:
540: installcheck-am:
541:
542: maintainer-clean: maintainer-clean-am
543: -rm -rf ./$(DEPDIR)
544: -rm -f Makefile
545: maintainer-clean-am: distclean-am maintainer-clean-generic
546:
547: mostlyclean: mostlyclean-am
548:
549: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
550: mostlyclean-libtool
551:
552: pdf: pdf-am
553:
554: pdf-am:
555:
556: ps: ps-am
557:
558: ps-am:
559:
560: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
561: uninstall-sbinPROGRAMS
562:
563: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
564: clean-libLTLIBRARIES clean-libtool clean-sbinPROGRAMS ctags \
565: distclean distclean-compile distclean-generic \
566: distclean-libtool distclean-tags distdir dvi dvi-am html \
567: html-am info info-am install install-am install-data \
568: install-data-am install-exec install-exec-am install-info \
569: install-info-am install-libLTLIBRARIES install-man \
570: install-sbinPROGRAMS install-strip installcheck \
571: installcheck-am installdirs maintainer-clean \
572: maintainer-clean-generic mostlyclean mostlyclean-compile \
573: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
574: tags uninstall uninstall-am uninstall-info-am \
575: uninstall-libLTLIBRARIES uninstall-sbinPROGRAMS
576:
577: # Tell versions [3.59,3.63) of GNU make to not export all variables.
578: # Otherwise a system limit (for SysV at least) may be exceeded.
579: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>