]> jfr.im git - solanum.git/blame - tools/Makefile.in
ircd: remove internal resolver, no longer used
[solanum.git] / tools / Makefile.in
CommitLineData
c52df125
AC
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
212380e3 3
c52df125 4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
212380e3 5
c52df125
AC
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.
c74836dc 9
c52df125
AC
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.
212380e3 14
c52df125 15@SET_MAKE@
212380e3 16
c52df125
AC
17VPATH = @srcdir@
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76install_sh_DATA = $(install_sh) -c -m 644
77install_sh_PROGRAM = $(install_sh) -c
78install_sh_SCRIPT = $(install_sh) -c
79INSTALL_HEADER = $(INSTALL_DATA)
80transform = $(program_transform_name)
81NORMAL_INSTALL = :
82PRE_INSTALL = :
83POST_INSTALL = :
84NORMAL_UNINSTALL = :
85PRE_UNINSTALL = :
86POST_UNINSTALL = :
87build_triplet = @build@
88host_triplet = @host@
89bin_PROGRAMS = charybdis-mkpasswd$(EXEEXT)
90subdir = tools
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/libltdl/m4/argz.m4 \
93 $(top_srcdir)/libltdl/m4/libtool.m4 \
94 $(top_srcdir)/libltdl/m4/ltdl.m4 \
95 $(top_srcdir)/libltdl/m4/ltoptions.m4 \
96 $(top_srcdir)/libltdl/m4/ltsugar.m4 \
97 $(top_srcdir)/libltdl/m4/ltversion.m4 \
98 $(top_srcdir)/libltdl/m4/lt~obsolete.m4 \
99 $(top_srcdir)/m4/charybdis.m4 $(top_srcdir)/m4/pkg.m4 \
100 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/include/setup.h
106CONFIG_CLEAN_FILES = genssl
107CONFIG_CLEAN_VPATH_FILES =
108am__installdirs = "$(DESTDIR)$(bindir)"
109PROGRAMS = $(bin_PROGRAMS)
110am_charybdis_mkpasswd_OBJECTS = mkpasswd.$(OBJEXT)
111charybdis_mkpasswd_OBJECTS = $(am_charybdis_mkpasswd_OBJECTS)
112charybdis_mkpasswd_DEPENDENCIES = ../libratbox/src/libratbox.la
113AM_V_lt = $(am__v_lt_@AM_V@)
114am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115am__v_lt_0 = --silent
116am__v_lt_1 =
117AM_V_P = $(am__v_P_@AM_V@)
118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_@AM_V@)
122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123am__v_GEN_0 = @echo " GEN " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_@AM_V@)
126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127am__v_at_0 = @
128am__v_at_1 =
129DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
130depcomp = $(SHELL) $(top_srcdir)/libltdl/config/depcomp
131am__depfiles_maybe = depfiles
132am__mv = mv -f
133COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
134 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
136 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
137 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
138 $(AM_CFLAGS) $(CFLAGS)
139AM_V_CC = $(am__v_CC_@AM_V@)
140am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
141am__v_CC_0 = @echo " CC " $@;
142am__v_CC_1 =
143CCLD = $(CC)
144LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
146 $(AM_LDFLAGS) $(LDFLAGS) -o $@
147AM_V_CCLD = $(am__v_CCLD_@AM_V@)
148am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
149am__v_CCLD_0 = @echo " CCLD " $@;
150am__v_CCLD_1 =
151SOURCES = $(charybdis_mkpasswd_SOURCES)
152DIST_SOURCES = $(charybdis_mkpasswd_SOURCES)
153am__can_run_installinfo = \
154 case $$AM_UPDATE_INFO_DIR in \
155 n|no|NO) false;; \
156 *) (install-info --version) >/dev/null 2>&1;; \
157 esac
158am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
159# Read a list of newline-separated strings from the standard input,
160# and print each of them once, without duplicates. Input order is
161# *not* preserved.
162am__uniquify_input = $(AWK) '\
163 BEGIN { nonempty = 0; } \
164 { items[$$0] = 1; nonempty = 1; } \
165 END { if (nonempty) { for (i in items) print i; }; } \
166'
167# Make sure the list of sources is unique. This is necessary because,
168# e.g., the same source file might be shared among _SOURCES variables
169# for different programs/libraries.
170am__define_uniq_tagged_files = \
171 list='$(am__tagged_files)'; \
172 unique=`for i in $$list; do \
173 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
174 done | $(am__uniquify_input)`
175ETAGS = etags
176CTAGS = ctags
177am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/genssl.in \
178 $(top_srcdir)/libltdl/config/depcomp
179DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180pkglibdir = @pkglibdir@
181pkglibexecdir = @pkglibexecdir@
182ACLOCAL = @ACLOCAL@
183ALLOCA = @ALLOCA@
184AMTAR = @AMTAR@
185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186AR = @AR@
187ARGZ_H = @ARGZ_H@
188AUTOCONF = @AUTOCONF@
189AUTOHEADER = @AUTOHEADER@
190AUTOMAKE = @AUTOMAKE@
191AWK = @AWK@
192CC = @CC@
193CCDEPMODE = @CCDEPMODE@
194CFLAGS = @CFLAGS@
195CP = @CP@
196CPP = @CPP@
197CPPFLAGS = @CPPFLAGS@
198CRYPT_LIB = @CRYPT_LIB@
199CYGPATH_W = @CYGPATH_W@
200DEFS = @DEFS@
201DEPDIR = @DEPDIR@
202DLLTOOL = @DLLTOOL@
203DSYMUTIL = @DSYMUTIL@
204DUMPBIN = @DUMPBIN@
205ECHO_C = @ECHO_C@
206ECHO_N = @ECHO_N@
207ECHO_T = @ECHO_T@
208EGREP = @EGREP@
209ENCSPEED = @ENCSPEED@
210ETC_DIR = @ETC_DIR@
211EXEEXT = @EXEEXT@
212FGREP = @FGREP@
213GREP = @GREP@
214HELP_DIR = @HELP_DIR@
215INCLTDL = @INCLTDL@
216INSTALL = @INSTALL@
217INSTALL_DATA = @INSTALL_DATA@
218INSTALL_PROGRAM = @INSTALL_PROGRAM@
219INSTALL_SCRIPT = @INSTALL_SCRIPT@
220INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
221IRC_CFLAGS = @IRC_CFLAGS@
222LD = @LD@
223LDFLAGS = @LDFLAGS@
224LEX = @LEX@
225LEXLIB = @LEXLIB@
226LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
227LIBADD_DL = @LIBADD_DL@
228LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
229LIBADD_DLOPEN = @LIBADD_DLOPEN@
230LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
231LIBLTDL = @LIBLTDL@
232LIBOBJS = @LIBOBJS@
233LIBS = @LIBS@
234LIBTOOL = @LIBTOOL@
235LIPO = @LIPO@
236LN = @LN@
237LN_S = @LN_S@
238LOG_DIR = @LOG_DIR@
239LTDLDEPS = @LTDLDEPS@
240LTDLINCL = @LTDLINCL@
241LTDLOPEN = @LTDLOPEN@
242LTLIBOBJS = @LTLIBOBJS@
243LT_CONFIG_H = @LT_CONFIG_H@
244LT_DLLOADERS = @LT_DLLOADERS@
245LT_DLPREOPEN = @LT_DLPREOPEN@
c52df125
AC
246MAKEINFO = @MAKEINFO@
247MANIFEST_TOOL = @MANIFEST_TOOL@
c52df125
AC
248MKDIR_P = @MKDIR_P@
249MODULES_LIBS = @MODULES_LIBS@
250MODULE_DIR = @MODULE_DIR@
251MOD_TARGET = @MOD_TARGET@
252MV = @MV@
253NM = @NM@
254NMEDIT = @NMEDIT@
255OBJDUMP = @OBJDUMP@
256OBJEXT = @OBJEXT@
257OTOOL = @OTOOL@
258OTOOL64 = @OTOOL64@
259PACKAGE = @PACKAGE@
260PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261PACKAGE_NAME = @PACKAGE_NAME@
262PACKAGE_STRING = @PACKAGE_STRING@
263PACKAGE_TARNAME = @PACKAGE_TARNAME@
264PACKAGE_URL = @PACKAGE_URL@
265PACKAGE_VERSION = @PACKAGE_VERSION@
266PATH_SEPARATOR = @PATH_SEPARATOR@
267PICFLAGS = @PICFLAGS@
268PKGLIBEXECDIR = @PKGLIBEXECDIR@
269PKGLOCALSTATEDIR = @PKGLOCALSTATEDIR@
270PKGRUNDIR = @PKGRUNDIR@
271PKG_CONFIG = @PKG_CONFIG@
272PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274PROGRAM_PREFIX = @PROGRAM_PREFIX@
275RANLIB = @RANLIB@
276RM = @RM@
277SED = @SED@
278SEDOBJ = @SEDOBJ@
c52df125
AC
279SET_MAKE = @SET_MAKE@
280SHELL = @SHELL@
281SQLITE_CFLAGS = @SQLITE_CFLAGS@
282SQLITE_INCLUDES = @SQLITE_INCLUDES@
283SQLITE_LD = @SQLITE_LD@
284SQLITE_LIBS = @SQLITE_LIBS@
285SQLITE_OBJ = @SQLITE_OBJ@
286SSL_INCLUDES = @SSL_INCLUDES@
287SSL_LIBS = @SSL_LIBS@
288SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
c52df125
AC
289STRIP = @STRIP@
290TOUCH = @TOUCH@
291VERSION = @VERSION@
292VICONF = @VICONF@
293YACC = @YACC@
294YFLAGS = @YFLAGS@
295ZLIB_LD = @ZLIB_LD@
296abs_builddir = @abs_builddir@
297abs_srcdir = @abs_srcdir@
298abs_top_builddir = @abs_top_builddir@
299abs_top_srcdir = @abs_top_srcdir@
300ac_ct_AR = @ac_ct_AR@
301ac_ct_CC = @ac_ct_CC@
302ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
303am__include = @am__include@
304am__leading_dot = @am__leading_dot@
305am__quote = @am__quote@
306am__tar = @am__tar@
307am__untar = @am__untar@
308bindir = @bindir@
309build = @build@
310build_alias = @build_alias@
311build_cpu = @build_cpu@
312build_os = @build_os@
313build_vendor = @build_vendor@
314builddir = @builddir@
315datadir = @datadir@
316datarootdir = @datarootdir@
317docdir = @docdir@
318dvidir = @dvidir@
319exec_prefix = @exec_prefix@
320helpdir = @helpdir@
321host = @host@
322host_alias = @host_alias@
323host_cpu = @host_cpu@
324host_os = @host_os@
325host_vendor = @host_vendor@
326htmldir = @htmldir@
327includedir = @includedir@
328infodir = @infodir@
329install_sh = @install_sh@
330libdir = @libdir@
331libexecdir = @libexecdir@
332localedir = @localedir@
333localstatedir = @localstatedir@
334logdir = @logdir@
335ltdl_LIBOBJS = @ltdl_LIBOBJS@
336ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
337mandir = @mandir@
338mkdir_p = @mkdir_p@
339moduledir = @moduledir@
340oldincludedir = @oldincludedir@
341pdfdir = @pdfdir@
342pkglocalstatedir = @pkglocalstatedir@
343pkgrundir = @pkgrundir@
344prefix = @prefix@
345program_transform_name = @program_transform_name@
346psdir = @psdir@
347rundir = @rundir@
348sbindir = @sbindir@
349sharedstatedir = @sharedstatedir@
350srcdir = @srcdir@
351subdirs = @subdirs@
352sys_symbol_underscore = @sys_symbol_underscore@
353sysconfdir = @sysconfdir@
354target_alias = @target_alias@
355top_build_prefix = @top_build_prefix@
356top_builddir = @top_builddir@
357top_srcdir = @top_srcdir@
358AM_CFLAGS = $(WARNFLAGS)
359AM_CPPFLAGS = $(DEFAULT_INCLUDES) -I../libratbox/include -I.
360charybdis_mkpasswd_SOURCES = mkpasswd.c
361charybdis_mkpasswd_LDADD = ../libratbox/src/libratbox.la
362all: all-am
212380e3 363
c52df125
AC
364.SUFFIXES:
365.SUFFIXES: .c .lo .o .obj
366$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
367 @for dep in $?; do \
368 case '$(am__configure_deps)' in \
369 *$$dep*) \
370 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
371 && { if test -f $@; then exit 0; else break; fi; }; \
372 exit 1;; \
373 esac; \
374 done; \
5164a686 375 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \
c52df125 376 $(am__cd) $(top_srcdir) && \
5164a686 377 $(AUTOMAKE) --foreign tools/Makefile
c52df125
AC
378Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
379 @case '$?' in \
380 *config.status*) \
381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
382 *) \
383 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
384 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
385 esac;
212380e3 386
c52df125
AC
387$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212380e3 389
c52df125
AC
390$(top_srcdir)/configure: $(am__configure_deps)
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392$(ACLOCAL_M4): $(am__aclocal_m4_deps)
393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394$(am__aclocal_m4_deps):
395genssl: $(top_builddir)/config.status $(srcdir)/genssl.in
396 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
397install-binPROGRAMS: $(bin_PROGRAMS)
398 @$(NORMAL_INSTALL)
399 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
400 if test -n "$$list"; then \
401 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
402 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
403 fi; \
404 for p in $$list; do echo "$$p $$p"; done | \
405 sed 's/$(EXEEXT)$$//' | \
406 while read p p1; do if test -f $$p \
407 || test -f $$p1 \
408 ; then echo "$$p"; echo "$$p"; else :; fi; \
409 done | \
410 sed -e 'p;s,.*/,,;n;h' \
411 -e 's|.*|.|' \
412 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
413 sed 'N;N;N;s,\n, ,g' | \
414 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
415 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
416 if ($$2 == $$4) files[d] = files[d] " " $$1; \
417 else { print "f", $$3 "/" $$4, $$1; } } \
418 END { for (d in files) print "f", d, files[d] }' | \
419 while read type dir files; do \
420 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
421 test -z "$$files" || { \
422 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
423 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
424 } \
425 ; done
212380e3 426
c52df125
AC
427uninstall-binPROGRAMS:
428 @$(NORMAL_UNINSTALL)
429 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
430 files=`for p in $$list; do echo "$$p"; done | \
431 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
432 -e 's/$$/$(EXEEXT)/' \
433 `; \
434 test -n "$$list" || exit 0; \
435 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
436 cd "$(DESTDIR)$(bindir)" && rm -f $$files
212380e3 437
c52df125
AC
438clean-binPROGRAMS:
439 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
440 echo " rm -f" $$list; \
441 rm -f $$list || exit $$?; \
442 test -n "$(EXEEXT)" || exit 0; \
443 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
444 echo " rm -f" $$list; \
445 rm -f $$list
9d129b8a 446
c52df125
AC
447charybdis-mkpasswd$(EXEEXT): $(charybdis_mkpasswd_OBJECTS) $(charybdis_mkpasswd_DEPENDENCIES) $(EXTRA_charybdis_mkpasswd_DEPENDENCIES)
448 @rm -f charybdis-mkpasswd$(EXEEXT)
449 $(AM_V_CCLD)$(LINK) $(charybdis_mkpasswd_OBJECTS) $(charybdis_mkpasswd_LDADD) $(LIBS)
212380e3 450
c52df125
AC
451mostlyclean-compile:
452 -rm -f *.$(OBJEXT)
212380e3 453
c52df125
AC
454distclean-compile:
455 -rm -f *.tab.c
212380e3 456
c52df125 457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkpasswd.Po@am__quote@
212380e3
AC
458
459.c.o:
eec2776c
AJ
460@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
461@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
462@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
c52df125
AC
463@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
464@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
466
467.c.obj:
eec2776c
AJ
468@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
469@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
470@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
c52df125
AC
471@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
472@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
474
475.c.lo:
eec2776c
AJ
476@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
477@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
478@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
c52df125
AC
479@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
480@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
482
483mostlyclean-libtool:
484 -rm -f *.lo
485
486clean-libtool:
487 -rm -rf .libs _libs
488
489ID: $(am__tagged_files)
490 $(am__define_uniq_tagged_files); mkid -fID $$unique
491tags: tags-am
492TAGS: tags
493
494tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
495 set x; \
496 here=`pwd`; \
497 $(am__define_uniq_tagged_files); \
498 shift; \
499 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
500 test -n "$$unique" || unique=$$empty_fix; \
501 if test $$# -gt 0; then \
502 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
503 "$$@" $$unique; \
504 else \
505 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
506 $$unique; \
507 fi; \
212380e3 508 fi
c52df125
AC
509ctags: ctags-am
510
511CTAGS: ctags
512ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
513 $(am__define_uniq_tagged_files); \
514 test -z "$(CTAGS_ARGS)$$unique" \
515 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
516 $$unique
517
518GTAGS:
519 here=`$(am__cd) $(top_builddir) && pwd` \
520 && $(am__cd) $(top_srcdir) \
521 && gtags -i $(GTAGS_ARGS) "$$here"
522cscopelist: cscopelist-am
523
524cscopelist-am: $(am__tagged_files)
525 list='$(am__tagged_files)'; \
526 case "$(srcdir)" in \
527 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
528 *) sdir=$(subdir)/$(srcdir) ;; \
529 esac; \
530 for i in $$list; do \
531 if test -f "$$i"; then \
532 echo "$(subdir)/$$i"; \
533 else \
534 echo "$$sdir/$$i"; \
535 fi; \
536 done >> $(top_builddir)/cscope.files
537
538distclean-tags:
539 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540
541distdir: $(DISTFILES)
542 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
544 list='$(DISTFILES)'; \
545 dist_files=`for file in $$list; do echo $$file; done | \
546 sed -e "s|^$$srcdirstrip/||;t" \
547 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
548 case $$dist_files in \
549 */*) $(MKDIR_P) `echo "$$dist_files" | \
550 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
551 sort -u` ;; \
552 esac; \
553 for file in $$dist_files; do \
554 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
555 if test -d $$d/$$file; then \
556 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
557 if test -d "$(distdir)/$$file"; then \
558 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559 fi; \
560 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
561 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
562 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563 fi; \
564 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
565 else \
566 test -f "$(distdir)/$$file" \
567 || cp -p $$d/$$file "$(distdir)/$$file" \
568 || exit 1; \
569 fi; \
570 done
571check-am: all-am
572check: check-am
573all-am: Makefile $(PROGRAMS)
574installdirs:
575 for dir in "$(DESTDIR)$(bindir)"; do \
576 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
577 done
578install: install-am
579install-exec: install-exec-am
580install-data: install-data-am
581uninstall: uninstall-am
582
583install-am: all-am
584 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
585
586installcheck: installcheck-am
587install-strip:
588 if test -z '$(STRIP)'; then \
589 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
590 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
591 install; \
592 else \
593 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
594 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
595 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
212380e3 596 fi
c52df125
AC
597mostlyclean-generic:
598
599clean-generic:
600
601distclean-generic:
602 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
603 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
604
605maintainer-clean-generic:
606 @echo "This command is intended for maintainers to use"
607 @echo "it deletes files that may require special tools to rebuild."
608clean: clean-am
609
610clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
611
612distclean: distclean-am
613 -rm -rf ./$(DEPDIR)
614 -rm -f Makefile
615distclean-am: clean-am distclean-compile distclean-generic \
616 distclean-tags
617
618dvi: dvi-am
619
620dvi-am:
621
622html: html-am
623
624html-am:
625
626info: info-am
627
628info-am:
629
630install-data-am:
631
632install-dvi: install-dvi-am
633
634install-dvi-am:
635
636install-exec-am: install-binPROGRAMS
637
638install-html: install-html-am
639
640install-html-am:
641
642install-info: install-info-am
643
644install-info-am:
645
646install-man:
647
648install-pdf: install-pdf-am
649
650install-pdf-am:
651
652install-ps: install-ps-am
653
654install-ps-am:
655
656installcheck-am:
657
658maintainer-clean: maintainer-clean-am
659 -rm -rf ./$(DEPDIR)
660 -rm -f Makefile
661maintainer-clean-am: distclean-am maintainer-clean-generic
662
663mostlyclean: mostlyclean-am
664
665mostlyclean-am: mostlyclean-compile mostlyclean-generic \
666 mostlyclean-libtool
667
668pdf: pdf-am
669
670pdf-am:
671
672ps: ps-am
673
674ps-am:
675
676uninstall-am: uninstall-binPROGRAMS
677
678.MAKE: install-am install-strip
679
680.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
681 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
682 ctags ctags-am distclean distclean-compile distclean-generic \
683 distclean-libtool distclean-tags distdir dvi dvi-am html \
684 html-am info info-am install install-am install-binPROGRAMS \
685 install-data install-data-am install-dvi install-dvi-am \
686 install-exec install-exec-am install-html install-html-am \
687 install-info install-info-am install-man install-pdf \
688 install-pdf-am install-ps install-ps-am install-strip \
689 installcheck installcheck-am installdirs maintainer-clean \
690 maintainer-clean-generic mostlyclean mostlyclean-compile \
691 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
692 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
693
694.PRECIOUS: Makefile
212380e3 695
212380e3 696
c52df125
AC
697# Tell versions [3.59,3.63) of GNU make to not export all variables.
698# Otherwise a system limit (for SysV at least) may be exceeded.
699.NOEXPORT: