lib/vpwentry/Makefile.in
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
       
     2 
       
     3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
       
     4 # This Makefile.in is free software; the Free Software Foundation
       
     5 # gives unlimited permission to copy and/or distribute it,
       
     6 # with or without modifications, as long as this notice is preserved.
       
     7 
       
     8 # This program is distributed in the hope that it will be useful,
       
     9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
       
    10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
       
    11 # PARTICULAR PURPOSE.
       
    12 
       
    13 
       
    14 SHELL = @SHELL@
       
    15 
       
    16 srcdir = @srcdir@
       
    17 top_srcdir = @top_srcdir@
       
    18 VPATH = @srcdir@
       
    19 prefix = @prefix@
       
    20 exec_prefix = @exec_prefix@
       
    21 
       
    22 bindir = @bindir@
       
    23 sbindir = @sbindir@
       
    24 libexecdir = @libexecdir@
       
    25 datadir = @datadir@
       
    26 sysconfdir = @sysconfdir@
       
    27 sharedstatedir = @sharedstatedir@
       
    28 localstatedir = @localstatedir@
       
    29 libdir = @libdir@
       
    30 infodir = @infodir@
       
    31 mandir = @mandir@
       
    32 includedir = @includedir@
       
    33 oldincludedir = /usr/include
       
    34 
       
    35 DESTDIR =
       
    36 
       
    37 pkgdatadir = $(datadir)/@PACKAGE@
       
    38 pkglibdir = $(libdir)/@PACKAGE@
       
    39 pkgincludedir = $(includedir)/@PACKAGE@
       
    40 
       
    41 top_builddir = ../..
       
    42 
       
    43 ACLOCAL = @ACLOCAL@
       
    44 AUTOCONF = @AUTOCONF@
       
    45 AUTOMAKE = @AUTOMAKE@
       
    46 AUTOHEADER = @AUTOHEADER@
       
    47 
       
    48 INSTALL = @INSTALL@
       
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
       
    50 INSTALL_DATA = @INSTALL_DATA@
       
    51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
       
    52 INSTALL_STRIP_FLAG =
       
    53 transform = @program_transform_name@
       
    54 
       
    55 NORMAL_INSTALL = :
       
    56 PRE_INSTALL = :
       
    57 POST_INSTALL = :
       
    58 NORMAL_UNINSTALL = :
       
    59 PRE_UNINSTALL = :
       
    60 POST_UNINSTALL = :
       
    61 CC = @CC@
       
    62 CDBPROGS = @CDBPROGS@
       
    63 CDBSCRIPTS = @CDBSCRIPTS@
       
    64 CXX = @CXX@
       
    65 HTML2TXT = @HTML2TXT@
       
    66 LN = @LN@
       
    67 LYNX = @LYNX@
       
    68 MAKEINFO = @MAKEINFO@
       
    69 MKDIR = @MKDIR@
       
    70 PACKAGE = @PACKAGE@
       
    71 POD2HTML = @POD2HTML@
       
    72 POD2MAN = @POD2MAN@
       
    73 PYTHON = @PYTHON@
       
    74 RANLIB = @RANLIB@
       
    75 RM = @RM@
       
    76 STRIP = @STRIP@
       
    77 SUFFIXES = @SUFFIXES@
       
    78 VERSION = @VERSION@
       
    79 W3M = @W3M@
       
    80 cgidir = @cgidir@
       
    81 phpdir = @phpdir@
       
    82 pythonlibdir = @pythonlibdir@
       
    83 
       
    84 noinst_LIBRARIES = libvpwentry.a
       
    85 INCLUDES = -I..
       
    86 EXTRA_DIST = vpwentry.h
       
    87 
       
    88 libvpwentry_a_SOURCES =  	auth.cc 	decode.cc 	defaults.cc 	export_env.cc 	from.cc 	from_old.cc 	from_ver1.cc 	from_ver2.cc 	to.cc 	vpwentry.cc
       
    89 
       
    90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
       
    91 CONFIG_HEADER = ../../config.h
       
    92 CONFIG_CLEAN_FILES = 
       
    93 LIBRARIES =  $(noinst_LIBRARIES)
       
    94 
       
    95 
       
    96 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
       
    97 CPPFLAGS = @CPPFLAGS@
       
    98 LDFLAGS = @LDFLAGS@
       
    99 LIBS = @LIBS@
       
   100 libvpwentry_a_LIBADD = 
       
   101 libvpwentry_a_OBJECTS =  auth.o decode.o defaults.o export_env.o from.o \
       
   102 from_old.o from_ver1.o from_ver2.o to.o vpwentry.o
       
   103 AR = ar
       
   104 CXXFLAGS = @CXXFLAGS@
       
   105 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
       
   106 CXXLD = $(CXX)
       
   107 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
       
   108 DIST_COMMON =  Makefile.am Makefile.in
       
   109 
       
   110 
       
   111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
       
   112 
       
   113 TAR = gtar
       
   114 GZIP_ENV = --best
       
   115 SOURCES = $(libvpwentry_a_SOURCES)
       
   116 OBJECTS = $(libvpwentry_a_OBJECTS)
       
   117 
       
   118 all: all-redirect
       
   119 .SUFFIXES:
       
   120 .SUFFIXES: .S .c .cc .o .s @SUFFIXES@
       
   121 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
       
   122 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/vpwentry/Makefile
       
   123 
       
   124 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
       
   125 	cd $(top_builddir) \
       
   126 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
       
   127 
       
   128 
       
   129 mostlyclean-noinstLIBRARIES:
       
   130 
       
   131 clean-noinstLIBRARIES:
       
   132 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
       
   133 
       
   134 distclean-noinstLIBRARIES:
       
   135 
       
   136 maintainer-clean-noinstLIBRARIES:
       
   137 
       
   138 .c.o:
       
   139 	$(COMPILE) -c $<
       
   140 
       
   141 .s.o:
       
   142 	$(COMPILE) -c $<
       
   143 
       
   144 .S.o:
       
   145 	$(COMPILE) -c $<
       
   146 
       
   147 mostlyclean-compile:
       
   148 	-rm -f *.o core *.core
       
   149 
       
   150 clean-compile:
       
   151 
       
   152 distclean-compile:
       
   153 	-rm -f *.tab.c
       
   154 
       
   155 maintainer-clean-compile:
       
   156 
       
   157 libvpwentry.a: $(libvpwentry_a_OBJECTS) $(libvpwentry_a_DEPENDENCIES)
       
   158 	-rm -f libvpwentry.a
       
   159 	$(AR) cru libvpwentry.a $(libvpwentry_a_OBJECTS) $(libvpwentry_a_LIBADD)
       
   160 	$(RANLIB) libvpwentry.a
       
   161 .cc.o:
       
   162 	$(CXXCOMPILE) -c $<
       
   163 
       
   164 tags: TAGS
       
   165 
       
   166 ID: $(HEADERS) $(SOURCES) $(LISP)
       
   167 	list='$(SOURCES) $(HEADERS)'; \
       
   168 	unique=`for i in $$list; do echo $$i; done | \
       
   169 	  awk '    { files[$$0] = 1; } \
       
   170 	       END { for (i in files) print i; }'`; \
       
   171 	here=`pwd` && cd $(srcdir) \
       
   172 	  && mkid -f$$here/ID $$unique $(LISP)
       
   173 
       
   174 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
       
   175 	tags=; \
       
   176 	here=`pwd`; \
       
   177 	list='$(SOURCES) $(HEADERS)'; \
       
   178 	unique=`for i in $$list; do echo $$i; done | \
       
   179 	  awk '    { files[$$0] = 1; } \
       
   180 	       END { for (i in files) print i; }'`; \
       
   181 	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
       
   182 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
       
   183 
       
   184 mostlyclean-tags:
       
   185 
       
   186 clean-tags:
       
   187 
       
   188 distclean-tags:
       
   189 	-rm -f TAGS ID
       
   190 
       
   191 maintainer-clean-tags:
       
   192 
       
   193 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
       
   194 
       
   195 subdir = lib/vpwentry
       
   196 
       
   197 distdir: $(DISTFILES)
       
   198 	@for file in $(DISTFILES); do \
       
   199 	  d=$(srcdir); \
       
   200 	  if test -d $$d/$$file; then \
       
   201 	    cp -pr $$d/$$file $(distdir)/$$file; \
       
   202 	  else \
       
   203 	    test -f $(distdir)/$$file \
       
   204 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
       
   205 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
       
   206 	  fi; \
       
   207 	done
       
   208 auth.o: auth.cc ../../config.h vpwentry.h ../mystring/mystring.h \
       
   209 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   210 	../misc/strlist.h ../misc/pwcrypt.h
       
   211 decode.o: decode.cc ../../config.h vpwentry.h ../mystring/mystring.h \
       
   212 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   213 	../misc/strlist.h ../vdomain/vdomain.h ../config/configrc.h \
       
   214 	../misc/pwentry.h ../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
       
   215 	../misc/response.h ../misc/strtou.h
       
   216 defaults.o: defaults.cc ../../config.h vpwentry.h ../mystring/mystring.h \
       
   217 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   218 	../misc/strlist.h ../config/configrc.h
       
   219 disable.o: disable.cc ../../config.h vpwentry.h ../mystring/mystring.h \
       
   220 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   221 	../misc/strlist.h ../misc/stat_fns.h
       
   222 export_env.o: export_env.cc ../../config.h vpwentry.h \
       
   223 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   224 	../mystring/join.h ../misc/strlist.h ../misc/exec.h \
       
   225 	../vpwentry/vpwentry.h ../misc/utoa.h
       
   226 from.o: from.cc ../../config.h vpwentry.h ../mystring/mystring.h \
       
   227 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   228 	../misc/strlist.h
       
   229 from_old.o: from_old.cc ../../config.h vpwentry.h ../mystring/mystring.h \
       
   230 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   231 	../misc/strlist.h
       
   232 from_uint.o: from_uint.cc ../../config.h ../misc/strtou.h
       
   233 from_ver1.o: from_ver1.cc ../../config.h vpwentry.h \
       
   234 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   235 	../mystring/join.h ../misc/strlist.h
       
   236 from_ver2.o: from_ver2.cc ../../config.h vpwentry.h \
       
   237 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   238 	../mystring/join.h ../misc/strlist.h
       
   239 is_enabled.o: is_enabled.cc ../../config.h vpwentry.h \
       
   240 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   241 	../mystring/join.h ../misc/strlist.h ../misc/stat_fns.h
       
   242 to.o: to.cc ../../config.h vpwentry.h ../mystring/mystring.h \
       
   243 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   244 	../misc/strlist.h ../misc/utoa.h ../vdomain/vdomain.h \
       
   245 	../config/configrc.h ../misc/pwentry.h ../vpwtable/vpwtable.h \
       
   246 	../vpwentry/vpwentry.h ../misc/response.h
       
   247 vpwentry.o: vpwentry.cc ../../config.h vpwentry.h ../mystring/mystring.h \
       
   248 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   249 	../misc/strlist.h
       
   250 
       
   251 info-am:
       
   252 info: info-am
       
   253 dvi-am:
       
   254 dvi: dvi-am
       
   255 check-am: all-am
       
   256 check: check-am
       
   257 installcheck-am:
       
   258 installcheck: installcheck-am
       
   259 install-exec-am:
       
   260 install-exec: install-exec-am
       
   261 
       
   262 install-data-am:
       
   263 install-data: install-data-am
       
   264 
       
   265 install-am: all-am
       
   266 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
       
   267 install: install-am
       
   268 uninstall-am:
       
   269 uninstall: uninstall-am
       
   270 all-am: Makefile $(LIBRARIES)
       
   271 all-redirect: all-am
       
   272 install-strip:
       
   273 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
       
   274 installdirs:
       
   275 
       
   276 
       
   277 mostlyclean-generic:
       
   278 
       
   279 clean-generic:
       
   280 
       
   281 distclean-generic:
       
   282 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
       
   283 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
       
   284 
       
   285 maintainer-clean-generic:
       
   286 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
       
   287 		mostlyclean-tags mostlyclean-generic
       
   288 
       
   289 mostlyclean: mostlyclean-am
       
   290 
       
   291 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
       
   292 		mostlyclean-am
       
   293 
       
   294 clean: clean-am
       
   295 
       
   296 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
       
   297 		distclean-tags distclean-generic clean-am
       
   298 
       
   299 distclean: distclean-am
       
   300 
       
   301 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
       
   302 		maintainer-clean-compile maintainer-clean-tags \
       
   303 		maintainer-clean-generic distclean-am
       
   304 	@echo "This command is intended for maintainers to use;"
       
   305 	@echo "it deletes files that may require special tools to rebuild."
       
   306 
       
   307 maintainer-clean: maintainer-clean-am
       
   308 
       
   309 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
       
   310 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
       
   311 mostlyclean-compile distclean-compile clean-compile \
       
   312 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
       
   313 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
       
   314 check-am installcheck-am installcheck install-exec-am install-exec \
       
   315 install-data-am install-data install-am install uninstall-am uninstall \
       
   316 all-redirect all-am all installdirs mostlyclean-generic \
       
   317 distclean-generic clean-generic maintainer-clean-generic clean \
       
   318 mostlyclean distclean maintainer-clean
       
   319 
       
   320 
       
   321 # Tell versions [3.59,3.63) of GNU make to not export all variables.
       
   322 # Otherwise a system limit (for SysV at least) may be exceeded.
       
   323 .NOEXPORT: