"Fossies" - the Fresh Open Source Software Archive 
Member "geoipupdate-3.1.1/conf/Makefile.in" (10 Sep 2018, 12757 Bytes) of package /linux/misc/geoipupdate-3.1.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = conf
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94 $(ACLOCAL_M4)
95 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_CLEAN_FILES =
98 CONFIG_CLEAN_VPATH_FILES =
99 AM_V_P = $(am__v_P_@AM_V@)
100 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
101 am__v_P_0 = false
102 am__v_P_1 = :
103 AM_V_GEN = $(am__v_GEN_@AM_V@)
104 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
105 am__v_GEN_0 = @echo " GEN " $@;
106 am__v_GEN_1 =
107 AM_V_at = $(am__v_at_@AM_V@)
108 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
109 am__v_at_0 = @
110 am__v_at_1 =
111 SOURCES =
112 DIST_SOURCES =
113 am__can_run_installinfo = \
114 case $$AM_UPDATE_INFO_DIR in \
115 n|no|NO) false;; \
116 *) (install-info --version) >/dev/null 2>&1;; \
117 esac
118 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
119 am__DIST_COMMON = $(srcdir)/Makefile.in
120 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121 ACLOCAL = @ACLOCAL@
122 AMTAR = @AMTAR@
123 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
124 AR = @AR@
125 AUTOCONF = @AUTOCONF@
126 AUTOHEADER = @AUTOHEADER@
127 AUTOMAKE = @AUTOMAKE@
128 AWK = @AWK@
129 CC = @CC@
130 CCDEPMODE = @CCDEPMODE@
131 CFLAGS = @CFLAGS@
132 CPP = @CPP@
133 CPPFLAGS = @CPPFLAGS@
134 CYGPATH_W = @CYGPATH_W@
135 DEFS = @DEFS@
136 DEPDIR = @DEPDIR@
137 DLLTOOL = @DLLTOOL@
138 DSYMUTIL = @DSYMUTIL@
139 DUMPBIN = @DUMPBIN@
140 ECHO_C = @ECHO_C@
141 ECHO_N = @ECHO_N@
142 ECHO_T = @ECHO_T@
143 EGREP = @EGREP@
144 EXEEXT = @EXEEXT@
145 FGREP = @FGREP@
146 GEOIPUPDATE_VERSION_INFO = @GEOIPUPDATE_VERSION_INFO@
147 GREP = @GREP@
148 INSTALL = @INSTALL@
149 INSTALL_DATA = @INSTALL_DATA@
150 INSTALL_PROGRAM = @INSTALL_PROGRAM@
151 INSTALL_SCRIPT = @INSTALL_SCRIPT@
152 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153 LD = @LD@
154 LDFLAGS = @LDFLAGS@
155 LIBOBJS = @LIBOBJS@
156 LIBS = @LIBS@
157 LIBTOOL = @LIBTOOL@
158 LIPO = @LIPO@
159 LN_S = @LN_S@
160 LTLIBOBJS = @LTLIBOBJS@
161 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
162 MAKEINFO = @MAKEINFO@
163 MANIFEST_TOOL = @MANIFEST_TOOL@
164 MKDIR_P = @MKDIR_P@
165 NM = @NM@
166 NMEDIT = @NMEDIT@
167 OBJDUMP = @OBJDUMP@
168 OBJEXT = @OBJEXT@
169 OTOOL = @OTOOL@
170 OTOOL64 = @OTOOL64@
171 PACKAGE = @PACKAGE@
172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173 PACKAGE_NAME = @PACKAGE_NAME@
174 PACKAGE_STRING = @PACKAGE_STRING@
175 PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 PACKAGE_URL = @PACKAGE_URL@
177 PACKAGE_VERSION = @PACKAGE_VERSION@
178 PATH_SEPARATOR = @PATH_SEPARATOR@
179 RANLIB = @RANLIB@
180 SED = @SED@
181 SET_MAKE = @SET_MAKE@
182 SHELL = @SHELL@
183 STRIP = @STRIP@
184 VERSION = @VERSION@
185 abs_builddir = @abs_builddir@
186 abs_srcdir = @abs_srcdir@
187 abs_top_builddir = @abs_top_builddir@
188 abs_top_srcdir = @abs_top_srcdir@
189 ac_ct_AR = @ac_ct_AR@
190 ac_ct_CC = @ac_ct_CC@
191 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_os = @build_os@
202 build_vendor = @build_vendor@
203 builddir = @builddir@
204 datadir = @datadir@
205 datarootdir = @datarootdir@
206 docdir = @docdir@
207 dvidir = @dvidir@
208 exec_prefix = @exec_prefix@
209 host = @host@
210 host_alias = @host_alias@
211 host_cpu = @host_cpu@
212 host_os = @host_os@
213 host_vendor = @host_vendor@
214 htmldir = @htmldir@
215 includedir = @includedir@
216 infodir = @infodir@
217 install_sh = @install_sh@
218 libdir = @libdir@
219 libexecdir = @libexecdir@
220 localedir = @localedir@
221 localstatedir = @localstatedir@
222 mandir = @mandir@
223 mkdir_p = @mkdir_p@
224 oldincludedir = @oldincludedir@
225 pdfdir = @pdfdir@
226 prefix = @prefix@
227 program_transform_name = @program_transform_name@
228 psdir = @psdir@
229 runstatedir = @runstatedir@
230 sbindir = @sbindir@
231 sharedstatedir = @sharedstatedir@
232 srcdir = @srcdir@
233 sysconfdir = @sysconfdir@
234 target_alias = @target_alias@
235 top_build_prefix = @top_build_prefix@
236 top_builddir = @top_builddir@
237 top_srcdir = @top_srcdir@
238 DEFAULT_CONFIG_FILE = $(sysconfdir)/GeoIP.conf
239 EXTRA_DIST = GeoIP.conf.default
240 edit = sed -e 's|DATADIR|$(datadir)/GeoIP|g'
241 all: all-am
242
243 .SUFFIXES:
244 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
245 @for dep in $?; do \
246 case '$(am__configure_deps)' in \
247 *$$dep*) \
248 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
249 && { if test -f $@; then exit 0; else break; fi; }; \
250 exit 1;; \
251 esac; \
252 done; \
253 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign conf/Makefile'; \
254 $(am__cd) $(top_srcdir) && \
255 $(AUTOMAKE) --foreign conf/Makefile
256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257 @case '$?' in \
258 *config.status*) \
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260 *) \
261 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263 esac;
264
265 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
268 $(top_srcdir)/configure: $(am__configure_deps)
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272 $(am__aclocal_m4_deps):
273
274 mostlyclean-libtool:
275 -rm -f *.lo
276
277 clean-libtool:
278 -rm -rf .libs _libs
279 tags TAGS:
280
281 ctags CTAGS:
282
283 cscope cscopelist:
284
285
286 distdir: $(DISTFILES)
287 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
288 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
289 list='$(DISTFILES)'; \
290 dist_files=`for file in $$list; do echo $$file; done | \
291 sed -e "s|^$$srcdirstrip/||;t" \
292 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
293 case $$dist_files in \
294 */*) $(MKDIR_P) `echo "$$dist_files" | \
295 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
296 sort -u` ;; \
297 esac; \
298 for file in $$dist_files; do \
299 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
300 if test -d $$d/$$file; then \
301 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
302 if test -d "$(distdir)/$$file"; then \
303 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
304 fi; \
305 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
306 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
307 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
308 fi; \
309 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
310 else \
311 test -f "$(distdir)/$$file" \
312 || cp -p $$d/$$file "$(distdir)/$$file" \
313 || exit 1; \
314 fi; \
315 done
316 check-am: all-am
317 check: check-am
318 all-am: Makefile
319 installdirs:
320 install: install-am
321 install-exec: install-exec-am
322 install-data: install-data-am
323 uninstall: uninstall-am
324
325 install-am: all-am
326 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
327
328 installcheck: installcheck-am
329 install-strip:
330 if test -z '$(STRIP)'; then \
331 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
332 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
333 install; \
334 else \
335 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
336 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
337 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
338 fi
339 mostlyclean-generic:
340
341 clean-generic:
342
343 distclean-generic:
344 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
345 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
346
347 maintainer-clean-generic:
348 @echo "This command is intended for maintainers to use"
349 @echo "it deletes files that may require special tools to rebuild."
350 clean: clean-am
351
352 clean-am: clean-generic clean-libtool mostlyclean-am
353
354 distclean: distclean-am
355 -rm -f Makefile
356 distclean-am: clean-am distclean-generic
357
358 dvi: dvi-am
359
360 dvi-am:
361
362 html: html-am
363
364 html-am:
365
366 info: info-am
367
368 info-am:
369
370 install-data-am:
371
372 install-dvi: install-dvi-am
373
374 install-dvi-am:
375
376 install-exec-am:
377 @$(NORMAL_INSTALL)
378 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
379 install-html: install-html-am
380
381 install-html-am:
382
383 install-info: install-info-am
384
385 install-info-am:
386
387 install-man:
388
389 install-pdf: install-pdf-am
390
391 install-pdf-am:
392
393 install-ps: install-ps-am
394
395 install-ps-am:
396
397 installcheck-am:
398
399 maintainer-clean: maintainer-clean-am
400 -rm -f Makefile
401 maintainer-clean-am: distclean-am maintainer-clean-generic
402
403 mostlyclean: mostlyclean-am
404
405 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
406
407 pdf: pdf-am
408
409 pdf-am:
410
411 ps: ps-am
412
413 ps-am:
414
415 uninstall-am:
416 @$(NORMAL_INSTALL)
417 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
418 .MAKE: install-am install-exec-am install-strip uninstall-am
419
420 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
421 cscopelist-am ctags-am distclean distclean-generic \
422 distclean-libtool distdir dvi dvi-am html html-am info info-am \
423 install install-am install-data install-data-am install-dvi \
424 install-dvi-am install-exec install-exec-am install-exec-hook \
425 install-html install-html-am install-info install-info-am \
426 install-man install-pdf install-pdf-am install-ps \
427 install-ps-am install-strip installcheck installcheck-am \
428 installdirs maintainer-clean maintainer-clean-generic \
429 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
430 ps ps-am tags-am uninstall uninstall-am uninstall-hook
431
432 .PRECIOUS: Makefile
433
434
435 install-exec-hook:
436 @if [ ! -d "$(DESTDIR)$(sysconfdir)" ]; then \
437 echo "$(MKDIR_P) $(DESTDIR)$(sysconfdir)" ; \
438 $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" ; \
439 fi
440 @if [ -f "$(DESTDIR)$(DEFAULT_CONFIG_FILE)" ]; then \
441 echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CONFIG_FILE)" ; \
442 else \
443 echo "$(INSTALL_DATA) GeoIP.conf $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
444 $(edit) "$(srcdir)/GeoIP.conf.default" > "$(srcdir)/GeoIP.conf"; \
445 $(INSTALL_DATA) "$(srcdir)/GeoIP.conf" "$(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
446 rm "$(srcdir)/GeoIP.conf"; \
447 fi
448
449 uninstall-hook:
450 @if test -f "$(DESTDIR)$(DEFAULT_CONFIG_FILE)" ; then \
451 rm "$(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
452 fi
453
454 # Tell versions [3.59,3.63) of GNU make to not export all variables.
455 # Otherwise a system limit (for SysV at least) may be exceeded.
456 .NOEXPORT: