1# Makefile.in generated by automake 1.11.3 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, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38subdir = libGeoIP
39DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
40	$(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44	$(ACLOCAL_M4)
45mkinstalldirs = $(install_sh) -d
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49am__vpath_adj = case $$p in \
50    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51    *) f=$$p;; \
52  esac;
53am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54am__install_max = 40
55am__nobase_strip_setup = \
56  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57am__nobase_strip = \
58  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59am__nobase_list = $(am__nobase_strip_setup); \
60  for p in $$list; do echo "$$p $$p"; done | \
61  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63    if (++n[$$2] == $(am__install_max)) \
64      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65    END { for (dir in files) print dir, files[dir] }'
66am__base_list = \
67  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69am__uninstall_files_from_dir = { \
70  test -z "$$files" \
71    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
72    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
73         $(am__cd) "$$dir" && rm -f $$files; }; \
74  }
75am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
76LTLIBRARIES = $(lib_LTLIBRARIES)
77libGeoIP_la_LIBADD =
78am_libGeoIP_la_OBJECTS = GeoIP.lo GeoIP_depreciated.lo GeoIPCity.lo \
79	regionName.lo timeZone.lo
80libGeoIP_la_OBJECTS = $(am_libGeoIP_la_OBJECTS)
81libGeoIP_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
82	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83	$(libGeoIP_la_LDFLAGS) $(LDFLAGS) -o $@
84libGeoIPUpdate_la_DEPENDENCIES = libGeoIP.la
85am_libGeoIPUpdate_la_OBJECTS = GeoIPUpdate.lo md5.lo base64.lo
86libGeoIPUpdate_la_OBJECTS = $(am_libGeoIPUpdate_la_OBJECTS)
87DEFAULT_INCLUDES = -I.@am__isrc@
88depcomp = $(SHELL) $(top_srcdir)/depcomp
89am__depfiles_maybe = depfiles
90am__mv = mv -f
91COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
95	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96CCLD = $(CC)
97LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
99	$(LDFLAGS) -o $@
100SOURCES = $(libGeoIP_la_SOURCES) $(libGeoIPUpdate_la_SOURCES)
101DIST_SOURCES = $(libGeoIP_la_SOURCES) $(libGeoIPUpdate_la_SOURCES)
102HEADERS = $(include_HEADERS)
103ETAGS = etags
104CTAGS = ctags
105DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106ACLOCAL = @ACLOCAL@
107AMTAR = @AMTAR@
108AR = @AR@
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
112AWK = @AWK@
113CC = @CC@
114CCDEPMODE = @CCDEPMODE@
115CFLAGS = @CFLAGS@
116CPP = @CPP@
117CPPFLAGS = @CPPFLAGS@
118CYGPATH_W = @CYGPATH_W@
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
121DLLTOOL = @DLLTOOL@
122DSYMUTIL = @DSYMUTIL@
123DUMPBIN = @DUMPBIN@
124ECHO_C = @ECHO_C@
125ECHO_N = @ECHO_N@
126ECHO_T = @ECHO_T@
127EGREP = @EGREP@
128EXEEXT = @EXEEXT@
129FGREP = @FGREP@
130GEOIP_DB_FILE = @GEOIP_DB_FILE@
131GEOIP_VERSION_INFO = @GEOIP_VERSION_INFO@
132GREP = @GREP@
133INSTALL = @INSTALL@
134INSTALL_DATA = @INSTALL_DATA@
135INSTALL_PROGRAM = @INSTALL_PROGRAM@
136INSTALL_SCRIPT = @INSTALL_SCRIPT@
137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138LD = @LD@
139LDFLAGS = @LDFLAGS@
140LIBOBJS = @LIBOBJS@
141LIBS = @LIBS@
142LIBTOOL = @LIBTOOL@
143LIPO = @LIPO@
144LN_S = @LN_S@
145LTLIBOBJS = @LTLIBOBJS@
146MAKEINFO = @MAKEINFO@
147MANIFEST_TOOL = @MANIFEST_TOOL@
148MKDIR_P = @MKDIR_P@
149NM = @NM@
150NMEDIT = @NMEDIT@
151OBJDUMP = @OBJDUMP@
152OBJEXT = @OBJEXT@
153OTOOL = @OTOOL@
154OTOOL64 = @OTOOL64@
155PACKAGE = @PACKAGE@
156PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157PACKAGE_NAME = @PACKAGE_NAME@
158PACKAGE_STRING = @PACKAGE_STRING@
159PACKAGE_TARNAME = @PACKAGE_TARNAME@
160PACKAGE_URL = @PACKAGE_URL@
161PACKAGE_VERSION = @PACKAGE_VERSION@
162PATH_SEPARATOR = @PATH_SEPARATOR@
163RANLIB = @RANLIB@
164SED = @SED@
165SET_MAKE = @SET_MAKE@
166SHELL = @SHELL@
167STRIP = @STRIP@
168VERSION = @VERSION@
169abs_builddir = @abs_builddir@
170abs_srcdir = @abs_srcdir@
171abs_top_builddir = @abs_top_builddir@
172abs_top_srcdir = @abs_top_srcdir@
173ac_ct_AR = @ac_ct_AR@
174ac_ct_CC = @ac_ct_CC@
175ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
176am__include = @am__include@
177am__leading_dot = @am__leading_dot@
178am__quote = @am__quote@
179am__tar = @am__tar@
180am__untar = @am__untar@
181bindir = @bindir@
182build = @build@
183build_alias = @build_alias@
184build_cpu = @build_cpu@
185build_os = @build_os@
186build_vendor = @build_vendor@
187builddir = @builddir@
188datadir = @datadir@
189datarootdir = @datarootdir@
190docdir = @docdir@
191dvidir = @dvidir@
192exec_prefix = @exec_prefix@
193host = @host@
194host_alias = @host_alias@
195host_cpu = @host_cpu@
196host_os = @host_os@
197host_vendor = @host_vendor@
198htmldir = @htmldir@
199includedir = @includedir@
200infodir = @infodir@
201install_sh = @install_sh@
202libdir = @libdir@
203libexecdir = @libexecdir@
204localedir = @localedir@
205localstatedir = @localstatedir@
206mandir = @mandir@
207mkdir_p = @mkdir_p@
208oldincludedir = @oldincludedir@
209pdfdir = @pdfdir@
210prefix = @prefix@
211program_transform_name = @program_transform_name@
212psdir = @psdir@
213sbindir = @sbindir@
214sharedstatedir = @sharedstatedir@
215srcdir = @srcdir@
216sysconfdir = @sysconfdir@
217target_alias = @target_alias@
218top_build_prefix = @top_build_prefix@
219top_builddir = @top_builddir@
220top_srcdir = @top_srcdir@
221lib_LTLIBRARIES = libGeoIP.la libGeoIPUpdate.la
222EXTRA_DIST = Makefile.vc md5.h base64.h global.h types.h GeoIP_internal.h
223AM_CPPFLAGS = -DGEOIPDATADIR=\"$(pkgdatadir)\" -Wall
224libGeoIP_la_SOURCES = GeoIP.c GeoIP_depreciated.c GeoIPCity.c regionName.c timeZone.c
225include_HEADERS = GeoIP.h GeoIPCity.h GeoIPUpdate.h
226libGeoIPUpdate_la_SOURCES = GeoIPUpdate.c md5.c base64.c
227libGeoIP_la_LDFLAGS = -no-undefined -version-info @GEOIP_VERSION_INFO@
228libGeoIPUpdate_la_LIBADD = -lz libGeoIP.la
229all: all-am
230
231.SUFFIXES:
232.SUFFIXES: .c .lo .o .obj
233$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
234	@for dep in $?; do \
235	  case '$(am__configure_deps)' in \
236	    *$$dep*) \
237	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
238	        && { if test -f $@; then exit 0; else break; fi; }; \
239	      exit 1;; \
240	  esac; \
241	done; \
242	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libGeoIP/Makefile'; \
243	$(am__cd) $(top_srcdir) && \
244	  $(AUTOMAKE) --gnu libGeoIP/Makefile
245.PRECIOUS: Makefile
246Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247	@case '$?' in \
248	  *config.status*) \
249	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250	  *) \
251	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253	esac;
254
255$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
258$(top_srcdir)/configure:  $(am__configure_deps)
259	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
261	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262$(am__aclocal_m4_deps):
263install-libLTLIBRARIES: $(lib_LTLIBRARIES)
264	@$(NORMAL_INSTALL)
265	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
266	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
267	list2=; for p in $$list; do \
268	  if test -f $$p; then \
269	    list2="$$list2 $$p"; \
270	  else :; fi; \
271	done; \
272	test -z "$$list2" || { \
273	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
274	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
275	}
276
277uninstall-libLTLIBRARIES:
278	@$(NORMAL_UNINSTALL)
279	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
280	for p in $$list; do \
281	  $(am__strip_dir) \
282	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
283	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
284	done
285
286clean-libLTLIBRARIES:
287	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
288	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
289	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
290	  test "$$dir" != "$$p" || dir=.; \
291	  echo "rm -f \"$${dir}/so_locations\""; \
292	  rm -f "$${dir}/so_locations"; \
293	done
294libGeoIP.la: $(libGeoIP_la_OBJECTS) $(libGeoIP_la_DEPENDENCIES) $(EXTRA_libGeoIP_la_DEPENDENCIES) 
295	$(libGeoIP_la_LINK) -rpath $(libdir) $(libGeoIP_la_OBJECTS) $(libGeoIP_la_LIBADD) $(LIBS)
296libGeoIPUpdate.la: $(libGeoIPUpdate_la_OBJECTS) $(libGeoIPUpdate_la_DEPENDENCIES) $(EXTRA_libGeoIPUpdate_la_DEPENDENCIES) 
297	$(LINK) -rpath $(libdir) $(libGeoIPUpdate_la_OBJECTS) $(libGeoIPUpdate_la_LIBADD) $(LIBS)
298
299mostlyclean-compile:
300	-rm -f *.$(OBJEXT)
301
302distclean-compile:
303	-rm -f *.tab.c
304
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GeoIP.Plo@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GeoIPCity.Plo@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GeoIPUpdate.Plo@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GeoIP_depreciated.Plo@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regionName.Plo@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeZone.Plo@am__quote@
313
314.c.o:
315@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
316@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
317@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319@am__fastdepCC_FALSE@	$(COMPILE) -c $<
320
321.c.obj:
322@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
323@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
324@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
327
328.c.lo:
329@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
330@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
331@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
332@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
334
335mostlyclean-libtool:
336	-rm -f *.lo
337
338clean-libtool:
339	-rm -rf .libs _libs
340install-includeHEADERS: $(include_HEADERS)
341	@$(NORMAL_INSTALL)
342	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
343	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
344	for p in $$list; do \
345	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
346	  echo "$$d$$p"; \
347	done | $(am__base_list) | \
348	while read files; do \
349	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
350	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
351	done
352
353uninstall-includeHEADERS:
354	@$(NORMAL_UNINSTALL)
355	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
356	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
357	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
358
359ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
360	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
361	unique=`for i in $$list; do \
362	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363	  done | \
364	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365	      END { if (nonempty) { for (i in files) print i; }; }'`; \
366	mkid -fID $$unique
367tags: TAGS
368
369TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370		$(TAGS_FILES) $(LISP)
371	set x; \
372	here=`pwd`; \
373	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
374	unique=`for i in $$list; do \
375	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376	  done | \
377	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378	      END { if (nonempty) { for (i in files) print i; }; }'`; \
379	shift; \
380	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
381	  test -n "$$unique" || unique=$$empty_fix; \
382	  if test $$# -gt 0; then \
383	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384	      "$$@" $$unique; \
385	  else \
386	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387	      $$unique; \
388	  fi; \
389	fi
390ctags: CTAGS
391CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392		$(TAGS_FILES) $(LISP)
393	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
394	unique=`for i in $$list; do \
395	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396	  done | \
397	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398	      END { if (nonempty) { for (i in files) print i; }; }'`; \
399	test -z "$(CTAGS_ARGS)$$unique" \
400	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
401	     $$unique
402
403GTAGS:
404	here=`$(am__cd) $(top_builddir) && pwd` \
405	  && $(am__cd) $(top_srcdir) \
406	  && gtags -i $(GTAGS_ARGS) "$$here"
407
408distclean-tags:
409	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
410
411distdir: $(DISTFILES)
412	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414	list='$(DISTFILES)'; \
415	  dist_files=`for file in $$list; do echo $$file; done | \
416	  sed -e "s|^$$srcdirstrip/||;t" \
417	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
418	case $$dist_files in \
419	  */*) $(MKDIR_P) `echo "$$dist_files" | \
420			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
421			   sort -u` ;; \
422	esac; \
423	for file in $$dist_files; do \
424	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425	  if test -d $$d/$$file; then \
426	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
427	    if test -d "$(distdir)/$$file"; then \
428	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429	    fi; \
430	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
431	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
432	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
433	    fi; \
434	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
435	  else \
436	    test -f "$(distdir)/$$file" \
437	    || cp -p $$d/$$file "$(distdir)/$$file" \
438	    || exit 1; \
439	  fi; \
440	done
441check-am: all-am
442check: check-am
443all-am: Makefile $(LTLIBRARIES) $(HEADERS)
444installdirs:
445	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
446	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
447	done
448install: install-am
449install-exec: install-exec-am
450install-data: install-data-am
451uninstall: uninstall-am
452
453install-am: all-am
454	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
455
456installcheck: installcheck-am
457install-strip:
458	if test -z '$(STRIP)'; then \
459	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461	      install; \
462	else \
463	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
466	fi
467mostlyclean-generic:
468
469clean-generic:
470
471distclean-generic:
472	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
473	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
474
475maintainer-clean-generic:
476	@echo "This command is intended for maintainers to use"
477	@echo "it deletes files that may require special tools to rebuild."
478clean: clean-am
479
480clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
481	mostlyclean-am
482
483distclean: distclean-am
484	-rm -rf ./$(DEPDIR)
485	-rm -f Makefile
486distclean-am: clean-am distclean-compile distclean-generic \
487	distclean-tags
488
489dvi: dvi-am
490
491dvi-am:
492
493html: html-am
494
495html-am:
496
497info: info-am
498
499info-am:
500
501install-data-am: install-includeHEADERS
502
503install-dvi: install-dvi-am
504
505install-dvi-am:
506
507install-exec-am: install-libLTLIBRARIES
508
509install-html: install-html-am
510
511install-html-am:
512
513install-info: install-info-am
514
515install-info-am:
516
517install-man:
518
519install-pdf: install-pdf-am
520
521install-pdf-am:
522
523install-ps: install-ps-am
524
525install-ps-am:
526
527installcheck-am:
528
529maintainer-clean: maintainer-clean-am
530	-rm -rf ./$(DEPDIR)
531	-rm -f Makefile
532maintainer-clean-am: distclean-am maintainer-clean-generic
533
534mostlyclean: mostlyclean-am
535
536mostlyclean-am: mostlyclean-compile mostlyclean-generic \
537	mostlyclean-libtool
538
539pdf: pdf-am
540
541pdf-am:
542
543ps: ps-am
544
545ps-am:
546
547uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
548
549.MAKE: install-am install-strip
550
551.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
552	clean-libLTLIBRARIES clean-libtool ctags distclean \
553	distclean-compile distclean-generic distclean-libtool \
554	distclean-tags distdir dvi dvi-am html html-am info info-am \
555	install install-am install-data install-data-am install-dvi \
556	install-dvi-am install-exec install-exec-am install-html \
557	install-html-am install-includeHEADERS install-info \
558	install-info-am install-libLTLIBRARIES install-man install-pdf \
559	install-pdf-am install-ps install-ps-am install-strip \
560	installcheck installcheck-am installdirs maintainer-clean \
561	maintainer-clean-generic mostlyclean mostlyclean-compile \
562	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
563	tags uninstall uninstall-am uninstall-includeHEADERS \
564	uninstall-libLTLIBRARIES
565
566
567GeoIP.lo GeoIP.o: GeoIP.c GeoIP_depreciated.c GeoIP.h
568
569GeoIPCity.lo GeoIPCity.o: GeoIPCity.c GeoIP.h
570
571GeoIPUpdate.lo GeoIPUpdate.o: GeoIPUpdate.c GeoIPCity.h GeoIP.h
572
573regionName.lo regionName.o: regionName.c
574
575md5.lo md5.o: md5.c
576
577base64.lo base64.o: base64.c
578
579timeZone.lo timeZone.o: timeZone.c
580
581# Tell versions [3.59,3.63) of GNU make to not export all variables.
582# Otherwise a system limit (for SysV at least) may be exceeded.
583.NOEXPORT:
584