lib/vpwentry/Makefile.in
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
equal deleted inserted replaced
1:30113bfbe723 2:b3afb9f1e801
     1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
     1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
     2 
     2 
     3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
     4 # This Makefile.in is free software; the Free Software Foundation
     4 # This Makefile.in is free software; the Free Software Foundation
     5 # gives unlimited permission to copy and/or distribute it,
     5 # gives unlimited permission to copy and/or distribute it,
     6 # with or without modifications, as long as this notice is preserved.
     6 # with or without modifications, as long as this notice is preserved.
     7 
     7 
     8 # This program is distributed in the hope that it will be useful,
     8 # This program is distributed in the hope that it will be useful,
    44 AUTOCONF = @AUTOCONF@
    44 AUTOCONF = @AUTOCONF@
    45 AUTOMAKE = @AUTOMAKE@
    45 AUTOMAKE = @AUTOMAKE@
    46 AUTOHEADER = @AUTOHEADER@
    46 AUTOHEADER = @AUTOHEADER@
    47 
    47 
    48 INSTALL = @INSTALL@
    48 INSTALL = @INSTALL@
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
    50 INSTALL_DATA = @INSTALL_DATA@
    50 INSTALL_DATA = @INSTALL_DATA@
    51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    52 INSTALL_STRIP_FLAG =
       
    53 transform = @program_transform_name@
    52 transform = @program_transform_name@
    54 
    53 
    55 NORMAL_INSTALL = :
    54 NORMAL_INSTALL = :
    56 PRE_INSTALL = :
    55 PRE_INSTALL = :
    57 POST_INSTALL = :
    56 POST_INSTALL = :
    58 NORMAL_UNINSTALL = :
    57 NORMAL_UNINSTALL = :
    59 PRE_UNINSTALL = :
    58 PRE_UNINSTALL = :
    60 POST_UNINSTALL = :
    59 POST_UNINSTALL = :
       
    60 host_alias = @host_alias@
       
    61 host_triplet = @host@
    61 CC = @CC@
    62 CC = @CC@
    62 CDBPROGS = @CDBPROGS@
       
    63 CDBSCRIPTS = @CDBSCRIPTS@
       
    64 CXX = @CXX@
    63 CXX = @CXX@
       
    64 HAVE_LIB = @HAVE_LIB@
    65 HTML2TXT = @HTML2TXT@
    65 HTML2TXT = @HTML2TXT@
       
    66 LIB = @LIB@
    66 LN = @LN@
    67 LN = @LN@
       
    68 LTLIB = @LTLIB@
    67 LYNX = @LYNX@
    69 LYNX = @LYNX@
    68 MAKEINFO = @MAKEINFO@
    70 MAKEINFO = @MAKEINFO@
    69 MKDIR = @MKDIR@
    71 MKDIR = @MKDIR@
    70 PACKAGE = @PACKAGE@
    72 PACKAGE = @PACKAGE@
    71 POD2HTML = @POD2HTML@
    73 POD2HTML = @POD2HTML@
    83 
    85 
    84 noinst_LIBRARIES = libvpwentry.a
    86 noinst_LIBRARIES = libvpwentry.a
    85 INCLUDES = -I..
    87 INCLUDES = -I..
    86 EXTRA_DIST = vpwentry.h
    88 EXTRA_DIST = vpwentry.h
    87 
    89 
    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
    90 libvpwentry_a_SOURCES =  	auth.cc 	decode.cc 	defaults.cc 	export_env.cc 	from.cc 	from_old.cc 	from_ver1.cc 	from_ver2.cc 	new.cc 	to.cc 	vpwentry.cc
    89 
    91 
    90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
    92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
    91 CONFIG_HEADER = ../../config.h
    93 CONFIG_HEADER = ../../config.h
    92 CONFIG_CLEAN_FILES = 
    94 CONFIG_CLEAN_FILES = 
    93 LIBRARIES =  $(noinst_LIBRARIES)
    95 LIBRARIES =  $(noinst_LIBRARIES)
    97 CPPFLAGS = @CPPFLAGS@
    99 CPPFLAGS = @CPPFLAGS@
    98 LDFLAGS = @LDFLAGS@
   100 LDFLAGS = @LDFLAGS@
    99 LIBS = @LIBS@
   101 LIBS = @LIBS@
   100 libvpwentry_a_LIBADD = 
   102 libvpwentry_a_LIBADD = 
   101 libvpwentry_a_OBJECTS =  auth.o decode.o defaults.o export_env.o from.o \
   103 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
   104 from_old.o from_ver1.o from_ver2.o new.o to.o vpwentry.o
   103 AR = ar
   105 AR = ar
   104 CXXFLAGS = @CXXFLAGS@
   106 CXXFLAGS = @CXXFLAGS@
   105 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
   107 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
   106 CXXLD = $(CXX)
   108 CXXLD = $(CXX)
   107 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
   109 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
   108 DIST_COMMON =  Makefile.am Makefile.in
   110 DIST_COMMON =  Makefile.am Makefile.in
   109 
   111 
   110 
   112 
   111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
   113 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
   112 
   114 
   113 TAR = gtar
   115 TAR = tar
   114 GZIP_ENV = --best
   116 GZIP_ENV = --best
   115 SOURCES = $(libvpwentry_a_SOURCES)
   117 SOURCES = $(libvpwentry_a_SOURCES)
   116 OBJECTS = $(libvpwentry_a_OBJECTS)
   118 OBJECTS = $(libvpwentry_a_OBJECTS)
   117 
   119 
   118 all: all-redirect
   120 all: all-redirect
   214 	../misc/pwentry.h ../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
   216 	../misc/pwentry.h ../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
   215 	../misc/response.h ../misc/strtou.h
   217 	../misc/response.h ../misc/strtou.h
   216 defaults.o: defaults.cc ../../config.h vpwentry.h ../mystring/mystring.h \
   218 defaults.o: defaults.cc ../../config.h vpwentry.h ../mystring/mystring.h \
   217 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
   219 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
   218 	../misc/strlist.h ../config/configrc.h
   220 	../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 \
   221 export_env.o: export_env.cc ../../config.h vpwentry.h \
   223 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
   222 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
   224 	../mystring/join.h ../misc/strlist.h ../misc/exec.h \
   223 	../mystring/join.h ../misc/strlist.h ../misc/exec.h \
   225 	../vpwentry/vpwentry.h ../misc/utoa.h
   224 	../vpwentry/vpwentry.h ../misc/utoa.h
   226 from.o: from.cc ../../config.h vpwentry.h ../mystring/mystring.h \
   225 from.o: from.cc ../../config.h vpwentry.h ../mystring/mystring.h \
   227 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
   226 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
   228 	../misc/strlist.h
   227 	../misc/strlist.h
   229 from_old.o: from_old.cc ../../config.h vpwentry.h ../mystring/mystring.h \
   228 from_old.o: from_old.cc ../../config.h vpwentry.h ../mystring/mystring.h \
   230 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
   229 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
   231 	../misc/strlist.h
   230 	../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 \
   231 from_ver1.o: from_ver1.cc ../../config.h vpwentry.h \
   234 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
   232 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
   235 	../mystring/join.h ../misc/strlist.h
   233 	../mystring/join.h ../misc/strlist.h
   236 from_ver2.o: from_ver2.cc ../../config.h vpwentry.h \
   234 from_ver2.o: from_ver2.cc ../../config.h vpwentry.h \
   237 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
   235 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
   238 	../mystring/join.h ../misc/strlist.h
   236 	../mystring/join.h ../misc/strlist.h
   239 is_enabled.o: is_enabled.cc ../../config.h vpwentry.h \
   237 new.o: new.cc ../../config.h vpwentry.h ../mystring/mystring.h \
   240 	../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
   238 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
   241 	../mystring/join.h ../misc/strlist.h ../misc/stat_fns.h
   239 	../misc/strlist.h
   242 to.o: to.cc ../../config.h vpwentry.h ../mystring/mystring.h \
   240 to.o: to.cc ../../config.h vpwentry.h ../mystring/mystring.h \
   243 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
   241 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
   244 	../misc/strlist.h ../misc/utoa.h ../vdomain/vdomain.h \
   242 	../misc/strlist.h ../misc/utoa.h ../vdomain/vdomain.h \
   245 	../config/configrc.h ../misc/pwentry.h ../vpwtable/vpwtable.h \
   243 	../config/configrc.h ../misc/pwentry.h ../vpwtable/vpwtable.h \
   246 	../vpwentry/vpwentry.h ../misc/response.h
   244 	../vpwentry/vpwentry.h ../misc/response.h
   268 uninstall-am:
   266 uninstall-am:
   269 uninstall: uninstall-am
   267 uninstall: uninstall-am
   270 all-am: Makefile $(LIBRARIES)
   268 all-am: Makefile $(LIBRARIES)
   271 all-redirect: all-am
   269 all-redirect: all-am
   272 install-strip:
   270 install-strip:
   273 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
   271 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
   274 installdirs:
   272 installdirs:
   275 
   273 
   276 
   274 
   277 mostlyclean-generic:
   275 mostlyclean-generic:
   278 
   276