lib/vdomain/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 = libvdomain.a
       
    85 INCLUDES = -I..
       
    86 EXTRA_DIST = vdomain.h
       
    87 
       
    88 libvdomain_a_SOURCES =  	vdomain.cc 	chattr.cc 	deluser.cc 	lookup.cc 	set.cc 	userdir.cc 	validate.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 libvdomain_a_LIBADD = 
       
   101 libvdomain_a_OBJECTS =  vdomain.o chattr.o deluser.o lookup.o set.o \
       
   102 userdir.o validate.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 = $(libvdomain_a_SOURCES)
       
   116 OBJECTS = $(libvdomain_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/vdomain/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 libvdomain.a: $(libvdomain_a_OBJECTS) $(libvdomain_a_DEPENDENCIES)
       
   158 	-rm -f libvdomain.a
       
   159 	$(AR) cru libvdomain.a $(libvdomain_a_OBJECTS) $(libvdomain_a_LIBADD)
       
   160 	$(RANLIB) libvdomain.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/vdomain
       
   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 chattr.o: chattr.cc ../../config.h vdomain.h ../mystring/mystring.h \
       
   209 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   210 	../config/configrc.h ../misc/strlist.h ../misc/pwentry.h \
       
   211 	../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
       
   212 	../misc/response.h ../misc/pwcrypt.h ../misc/autodelete.h \
       
   213 	../misc/strtou.h
       
   214 deluser.o: deluser.cc ../../config.h vdomain.h ../mystring/mystring.h \
       
   215 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   216 	../config/configrc.h ../misc/strlist.h ../misc/pwentry.h \
       
   217 	../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
       
   218 	../misc/response.h ../misc/autodelete.h ../misc/maildir.h
       
   219 lookup.o: lookup.cc ../../config.h vdomain.h ../mystring/mystring.h \
       
   220 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   221 	../config/configrc.h ../misc/strlist.h ../misc/pwentry.h \
       
   222 	../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
       
   223 	../misc/response.h ../misc/autodelete.h
       
   224 set.o: set.cc ../../config.h vdomain.h ../mystring/mystring.h \
       
   225 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   226 	../config/configrc.h ../misc/strlist.h ../misc/pwentry.h \
       
   227 	../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
       
   228 	../misc/response.h ../misc/maildir.h
       
   229 userdir.o: userdir.cc ../../config.h vdomain.h ../mystring/mystring.h \
       
   230 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   231 	../config/configrc.h ../misc/strlist.h ../misc/pwentry.h \
       
   232 	../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
       
   233 	../misc/response.h ../misc/crc_hash.h ../misc/crc32.h
       
   234 validate.o: validate.cc ../../config.h vdomain.h ../mystring/mystring.h \
       
   235 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   236 	../config/configrc.h ../misc/strlist.h ../misc/pwentry.h \
       
   237 	../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
       
   238 	../misc/response.h
       
   239 vdomain.o: vdomain.cc ../../config.h vdomain.h ../mystring/mystring.h \
       
   240 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   241 	../config/configrc.h ../misc/strlist.h ../misc/pwentry.h \
       
   242 	../vpwtable/vpwtable.h ../vpwentry/vpwentry.h \
       
   243 	../misc/response.h
       
   244 
       
   245 info-am:
       
   246 info: info-am
       
   247 dvi-am:
       
   248 dvi: dvi-am
       
   249 check-am: all-am
       
   250 check: check-am
       
   251 installcheck-am:
       
   252 installcheck: installcheck-am
       
   253 install-exec-am:
       
   254 install-exec: install-exec-am
       
   255 
       
   256 install-data-am:
       
   257 install-data: install-data-am
       
   258 
       
   259 install-am: all-am
       
   260 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
       
   261 install: install-am
       
   262 uninstall-am:
       
   263 uninstall: uninstall-am
       
   264 all-am: Makefile $(LIBRARIES)
       
   265 all-redirect: all-am
       
   266 install-strip:
       
   267 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
       
   268 installdirs:
       
   269 
       
   270 
       
   271 mostlyclean-generic:
       
   272 
       
   273 clean-generic:
       
   274 
       
   275 distclean-generic:
       
   276 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
       
   277 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
       
   278 
       
   279 maintainer-clean-generic:
       
   280 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
       
   281 		mostlyclean-tags mostlyclean-generic
       
   282 
       
   283 mostlyclean: mostlyclean-am
       
   284 
       
   285 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
       
   286 		mostlyclean-am
       
   287 
       
   288 clean: clean-am
       
   289 
       
   290 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
       
   291 		distclean-tags distclean-generic clean-am
       
   292 
       
   293 distclean: distclean-am
       
   294 
       
   295 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
       
   296 		maintainer-clean-compile maintainer-clean-tags \
       
   297 		maintainer-clean-generic distclean-am
       
   298 	@echo "This command is intended for maintainers to use;"
       
   299 	@echo "it deletes files that may require special tools to rebuild."
       
   300 
       
   301 maintainer-clean: maintainer-clean-am
       
   302 
       
   303 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
       
   304 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
       
   305 mostlyclean-compile distclean-compile clean-compile \
       
   306 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
       
   307 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
       
   308 check-am installcheck-am installcheck install-exec-am install-exec \
       
   309 install-data-am install-data install-am install uninstall-am uninstall \
       
   310 all-redirect all-am all installdirs mostlyclean-generic \
       
   311 distclean-generic clean-generic maintainer-clean-generic clean \
       
   312 mostlyclean distclean maintainer-clean
       
   313 
       
   314 
       
   315 # Tell versions [3.59,3.63) of GNU make to not export all variables.
       
   316 # Otherwise a system limit (for SysV at least) may be exceeded.
       
   317 .NOEXPORT: