ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libspf/src/libspf/Makefile.in
Revision: 1.1
Committed: Tue Nov 13 00:51:36 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Log Message:
initial import of libspf-1.0.0-p5 from freebsd ports

File Contents

# Content
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 # File: Makefile.am
19 # Author: James Couzens <jcouzens@6o4.ca>
20 # Date: June 15, 2004
21 # Info: Makefile base for Autotools for the libSPF library
22 # ------------------------------------------------------------------------------
23 SHELL = @SHELL@
24
25 srcdir = @srcdir@
26 top_srcdir = @top_srcdir@
27 VPATH = @srcdir@
28 prefix = @prefix@
29 exec_prefix = @exec_prefix@
30
31 bindir = @bindir@
32 sbindir = @sbindir@
33 libexecdir = @libexecdir@
34 datadir = @datadir@
35 sysconfdir = @sysconfdir@
36 sharedstatedir = @sharedstatedir@
37 localstatedir = @localstatedir@
38 libdir = @libdir@
39 infodir = @infodir@
40 mandir = @mandir@
41 oldincludedir = /usr/include
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkgincludedir = $(includedir)/@PACKAGE@
45 top_builddir = ../..
46
47 ACLOCAL = @ACLOCAL@
48 AUTOCONF = @AUTOCONF@
49 AUTOMAKE = @AUTOMAKE@
50 AUTOHEADER = @AUTOHEADER@
51
52 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53 INSTALL = @INSTALL@
54 INSTALL_PROGRAM = @INSTALL_PROGRAM@
55 INSTALL_DATA = @INSTALL_DATA@
56 install_sh_DATA = $(install_sh) -c -m 644
57 install_sh_PROGRAM = $(install_sh) -c
58 install_sh_SCRIPT = $(install_sh) -c
59 INSTALL_SCRIPT = @INSTALL_SCRIPT@
60 INSTALL_HEADER = $(INSTALL_DATA)
61 transform = @program_transform_name@
62 NORMAL_INSTALL = :
63 PRE_INSTALL = :
64 POST_INSTALL = :
65 NORMAL_UNINSTALL = :
66 PRE_UNINSTALL = :
67 POST_UNINSTALL = :
68 host_alias = @host_alias@
69 host_triplet = @host@
70
71 EXEEXT = @EXEEXT@
72 OBJEXT = @OBJEXT@
73 PATH_SEPARATOR = @PATH_SEPARATOR@
74 includedir = ${prefix}/include
75 AMTAR = @AMTAR@
76 AR = @AR@
77 AS = @AS@
78 AWK = @AWK@
79 CC = @CC@
80 CPP = @CPP@
81 CXX = @CXX@
82 CXXCPP = @CXXCPP@
83 DEPDIR = @DEPDIR@
84 DLLTOOL = @DLLTOOL@
85 ECHO = @ECHO@
86 EGREP = @EGREP@
87 F77 = @F77@
88 GCJ = @GCJ@
89 GCJFLAGS = @GCJFLAGS@
90 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
91 LIBSPF_BINARY_AGE = @LIBSPF_BINARY_AGE@
92 LIBSPF_BUILD_DIRS = @LIBSPF_BUILD_DIRS@
93 LIBSPF_INTERFACE_AGE = @LIBSPF_INTERFACE_AGE@
94 LIBSPF_MAJOR_VERSION = @LIBSPF_MAJOR_VERSION@
95 LIBSPF_MICRO_VERSION = @LIBSPF_MICRO_VERSION@
96 LIBSPF_MINOR_VERSION = @LIBSPF_MINOR_VERSION@
97 LIBSPF_PTHREADS_LIB = @LIBSPF_PTHREADS_LIB@
98 LIBSPF_RESOLV_LIB = @LIBSPF_RESOLV_LIB@
99 LIBSPF_VERSION = @LIBSPF_VERSION@
100 LIBTOOL = @LIBTOOL@
101 LIBTOOL_DEPS = @LIBTOOL_DEPS@
102 LN_S = @LN_S@
103 LT_AGE = @LT_AGE@
104 LT_CURRENT = @LT_CURRENT@
105 LT_RELEASE = @LT_RELEASE@
106 LT_REVISION = @LT_REVISION@
107 OBJDUMP = @OBJDUMP@
108 PACKAGE = @PACKAGE@
109 RANLIB = @RANLIB@
110 RC = @RC@
111 STRIP = @STRIP@
112 UNSIGNED_INT_ARG = @UNSIGNED_INT_ARG@
113 VERSION = @VERSION@
114 __BEGIN_DECLS = @__BEGIN_DECLS@
115 __END_DECLS = @__END_DECLS@
116 am__include = @am__include@
117 am__quote = @am__quote@
118 enable_shared = @enable_shared@
119 enable_static = @enable_static@
120 install_sh = @install_sh@
121
122 AUTOMAKE_OPTIONS = foreign
123
124
125 # ------------------------------------------------------------------------------
126 # Includes
127 # ------------------------------------------------------------------------------
128 libspf_la_INCLUDES = spf.h.in main.h macro.h util.h dns.h _stdint.h
129
130 INCLUDES = -I$(top_srcdir)
131 EXTRA_DIST = $(libspf_la_INCLUDES) util.c.in
132
133
134 # ------------------------------------------------------------------------------
135 # library name
136 # ------------------------------------------------------------------------------
137 lib_LTLIBRARIES = libspf.la
138
139
140 # ------------------------------------------------------------------------------
141 # header files
142 # ------------------------------------------------------------------------------
143 include_HEADERS = spf.h _stdint.h
144
145
146 # ------------------------------------------------------------------------------
147 # header files NOT to install
148 # ------------------------------------------------------------------------------
149 noinst_HEADERS = main.h dns.h macro.h util.h
150
151
152 # ------------------------------------------------------------------------------
153 # library source files to compile
154 # ------------------------------------------------------------------------------
155 libspf_la_SOURCES = main.c dns.c macro.c util.c
156
157
158 # ------------------------------------------------------------------------------
159 # library includes (-lresolv)
160 # ------------------------------------------------------------------------------
161 libspf_la_LIBADD = @LIBSPF_RESOLV_LIB@ @LIBSPF_PTHREADS_LIB@
162
163
164 # ------------------------------------------------------------------------------
165 # library linktime flags
166 # ------------------------------------------------------------------------------
167 libspf_la_LDFLAGS = \
168 -version-info "$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)" \
169 -release $(LT_RELEASE)
170
171 subdir = src/libspf
172 mkinstalldirs = $(SHELL) $(top_srcdir)/build_tools/mkinstalldirs
173 CONFIG_HEADER = $(top_builddir)/config.h
174 CONFIG_CLEAN_FILES = spf.h util.c
175 LTLIBRARIES = $(lib_LTLIBRARIES)
176
177 libspf_la_DEPENDENCIES =
178 am_libspf_la_OBJECTS = main.lo dns.lo macro.lo util.lo
179 libspf_la_OBJECTS = $(am_libspf_la_OBJECTS)
180
181 DEFS = @DEFS@
182 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
183 CPPFLAGS = @CPPFLAGS@
184 LDFLAGS = @LDFLAGS@
185 LIBS = @LIBS@
186 depcomp = $(SHELL) $(top_srcdir)/build_tools/depcomp
187 am__depfiles_maybe = depfiles
188 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/dns.Plo ./$(DEPDIR)/macro.Plo \
189 @AMDEP_TRUE@ ./$(DEPDIR)/main.Plo ./$(DEPDIR)/util.Plo
190 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
191 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
192 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
193 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
194 CCLD = $(CC)
195 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
196 $(AM_LDFLAGS) $(LDFLAGS) -o $@
197 CFLAGS = @CFLAGS@
198 DIST_SOURCES = $(libspf_la_SOURCES)
199 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
200
201 DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) Makefile.am \
202 Makefile.in spf.h.in util.c.in
203 SOURCES = $(libspf_la_SOURCES)
204
205 all: all-am
206
207 .SUFFIXES:
208 .SUFFIXES: .c .lo .o .obj
209 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
210 cd $(top_srcdir) && \
211 $(AUTOMAKE) --foreign src/libspf/Makefile
212 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
214 spf.h: $(top_builddir)/config.status spf.h.in
215 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
216 util.c: $(top_builddir)/config.status util.c.in
217 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
218 libLTLIBRARIES_INSTALL = $(INSTALL)
219 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
220 @$(NORMAL_INSTALL)
221 $(mkinstalldirs) $(DESTDIR)$(libdir)
222 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
223 if test -f $$p; then \
224 f="`echo $$p | sed -e 's|^.*/||'`"; \
225 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
226 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
227 else :; fi; \
228 done
229
230 uninstall-libLTLIBRARIES:
231 @$(NORMAL_UNINSTALL)
232 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
233 p="`echo $$p | sed -e 's|^.*/||'`"; \
234 echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
235 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
236 done
237
238 clean-libLTLIBRARIES:
239 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
240 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
241 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
242 test -z "$dir" && dir=.; \
243 echo "rm -f \"$${dir}/so_locations\""; \
244 rm -f "$${dir}/so_locations"; \
245 done
246 libspf.la: $(libspf_la_OBJECTS) $(libspf_la_DEPENDENCIES)
247 $(LINK) -rpath $(libdir) $(libspf_la_LDFLAGS) $(libspf_la_OBJECTS) $(libspf_la_LIBADD) $(LIBS)
248
249 mostlyclean-compile:
250 -rm -f *.$(OBJEXT) core *.core
251
252 distclean-compile:
253 -rm -f *.tab.c
254
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Plo@am__quote@
256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Plo@am__quote@
257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Plo@am__quote@
258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
259
260 distclean-depend:
261 -rm -rf ./$(DEPDIR)
262
263 .c.o:
264 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
265 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
266 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
267 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
268
269 .c.obj:
270 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
271 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
272 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273 $(COMPILE) -c `cygpath -w $<`
274
275 .c.lo:
276 @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
277 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
278 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279 $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
280 CCDEPMODE = @CCDEPMODE@
281
282 mostlyclean-libtool:
283 -rm -f *.lo
284
285 clean-libtool:
286 -rm -rf .libs _libs
287
288 distclean-libtool:
289 -rm -f libtool
290 uninstall-info-am:
291 includeHEADERS_INSTALL = $(INSTALL_HEADER)
292 install-includeHEADERS: $(include_HEADERS)
293 @$(NORMAL_INSTALL)
294 $(mkinstalldirs) $(DESTDIR)$(includedir)
295 @list='$(include_HEADERS)'; for p in $$list; do \
296 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
297 f="`echo $$p | sed -e 's|^.*/||'`"; \
298 echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
299 $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
300 done
301
302 uninstall-includeHEADERS:
303 @$(NORMAL_UNINSTALL)
304 @list='$(include_HEADERS)'; for p in $$list; do \
305 f="`echo $$p | sed -e 's|^.*/||'`"; \
306 echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
307 rm -f $(DESTDIR)$(includedir)/$$f; \
308 done
309
310 ETAGS = etags
311 ETAGSFLAGS =
312
313 tags: TAGS
314
315 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
316 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
317 unique=`for i in $$list; do \
318 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319 done | \
320 $(AWK) ' { files[$$0] = 1; } \
321 END { for (i in files) print i; }'`; \
322 mkid -fID $$unique
323
324 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325 $(TAGS_FILES) $(LISP)
326 tags=; \
327 here=`pwd`; \
328 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329 unique=`for i in $$list; do \
330 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331 done | \
332 $(AWK) ' { files[$$0] = 1; } \
333 END { for (i in files) print i; }'`; \
334 test -z "$(ETAGS_ARGS)$$tags$$unique" \
335 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336 $$tags $$unique
337
338 GTAGS:
339 here=`$(am__cd) $(top_builddir) && pwd` \
340 && cd $(top_srcdir) \
341 && gtags -i $(GTAGS_ARGS) $$here
342
343 distclean-tags:
344 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
345 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
346
347 top_distdir = ../..
348 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
349
350 distdir: $(DISTFILES)
351 @list='$(DISTFILES)'; for file in $$list; do \
352 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
353 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
354 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
355 dir="/$$dir"; \
356 $(mkinstalldirs) "$(distdir)$$dir"; \
357 else \
358 dir=''; \
359 fi; \
360 if test -d $$d/$$file; then \
361 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
363 fi; \
364 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
365 else \
366 test -f $(distdir)/$$file \
367 || cp -p $$d/$$file $(distdir)/$$file \
368 || exit 1; \
369 fi; \
370 done
371 check-am: all-am
372 check: check-am
373 all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
374
375 installdirs:
376 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
377
378 install: install-am
379 install-exec: install-exec-am
380 install-data: install-data-am
381 uninstall: uninstall-am
382
383 install-am: all-am
384 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385
386 installcheck: installcheck-am
387 install-strip:
388 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
389 INSTALL_STRIP_FLAG=-s \
390 `test -z '$(STRIP)' || \
391 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
392 mostlyclean-generic:
393
394 clean-generic:
395
396 distclean-generic:
397 -rm -f Makefile $(CONFIG_CLEAN_FILES)
398
399 maintainer-clean-generic:
400 @echo "This command is intended for maintainers to use"
401 @echo "it deletes files that may require special tools to rebuild."
402 clean: clean-am
403
404 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
405 mostlyclean-am
406
407 distclean: distclean-am
408
409 distclean-am: clean-am distclean-compile distclean-depend \
410 distclean-generic distclean-libtool distclean-tags
411
412 dvi: dvi-am
413
414 dvi-am:
415
416 info: info-am
417
418 info-am:
419
420 install-data-am: install-includeHEADERS
421
422 install-exec-am: install-libLTLIBRARIES
423
424 install-info: install-info-am
425
426 install-man:
427
428 installcheck-am:
429
430 maintainer-clean: maintainer-clean-am
431
432 maintainer-clean-am: distclean-am maintainer-clean-generic
433
434 mostlyclean: mostlyclean-am
435
436 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
437 mostlyclean-libtool
438
439 uninstall-am: uninstall-includeHEADERS uninstall-info-am \
440 uninstall-libLTLIBRARIES
441
442 .PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
443 clean-libLTLIBRARIES clean-libtool clean-local distclean \
444 distclean-compile distclean-depend distclean-generic \
445 distclean-libtool distclean-tags distdir dvi dvi-am info \
446 info-am install install-am install-data install-data-am \
447 install-exec install-exec-am install-includeHEADERS \
448 install-info install-info-am install-libLTLIBRARIES install-man \
449 install-strip installcheck installcheck-am installdirs \
450 maintainer-clean maintainer-clean-generic mostlyclean \
451 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
452 tags uninstall uninstall-am uninstall-includeHEADERS \
453 uninstall-info-am uninstall-libLTLIBRARIES
454
455
456 # ------------------------------------------------------------------------------
457 # Install
458 # ------------------------------------------------------------------------------
459
460 all-local:
461 @[ -d ../../lib ] || mkdir ../../lib
462 $(MAKE) DESTDIR= libdir=`pwd`/../../lib install-exec
463
464 # ------------------------------------------------------------------------------
465 # Clean
466 # ------------------------------------------------------------------------------
467
468 clean-local:
469 rm -f _stdint.h
470 rm -f util.c
471 @[ -d ../../lib ] || rm -rfv ../../lib
472
473 # end of Makefile.am
474 # Tell versions [3.59,3.63) of GNU make to not export all variables.
475 # Otherwise a system limit (for SysV at least) may be exceeded.
476 .NOEXPORT: