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