ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/tools/Makefile.in
Revision: 9161
Committed: Fri Jan 17 19:01:51 2020 UTC (6 years, 6 months ago) by michael
File size: 21488 byte(s)
Log Message:
- Minimum supported GnuTLS version is 3.6.5 now

File Contents

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

Properties

Name Value
svn:eol-style native