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@ |
84 EXTRA_DIST = listvdomain.html vaddalias.html vadduser.html vchalias.html vchattr.html vchforwards.html vdeluser.html vpasswd.html |
86 EXTRA_DIST = listvdomain.html vaddalias.html vadduser.html vchalias.html vchattr.html vchforwards.html vdeluser.html vpasswd.html |
85 |
87 |
86 cgi_PROGRAMS = vpasswd vadduser vdeluser vaddalias vchattr vchforwards listvdomain |
88 cgi_PROGRAMS = vpasswd vadduser vdeluser vaddalias vchattr vchforwards listvdomain |
87 |
89 |
88 |
90 |
89 CXXLINK = $(CC) $(CXXFLAGS) $(LDFLAGS) -o $@ |
|
90 INCLUDES = -I../lib |
91 INCLUDES = -I../lib |
91 |
92 |
92 vpasswd_SOURCES = vpasswd.cc |
93 vpasswd_SOURCES = vpasswd.cc |
93 vpasswd_LDADD = ../lib/libcgi.a ../lib/libvmailmgr.a |
94 vpasswd_LDADD = ../lib/libcgi.a ../lib/libvmailmgr.a |
94 |
95 |
141 listvdomain_DEPENDENCIES = ../lib/libcgi.a ../lib/libvmailmgr.a |
142 listvdomain_DEPENDENCIES = ../lib/libcgi.a ../lib/libvmailmgr.a |
142 listvdomain_LDFLAGS = |
143 listvdomain_LDFLAGS = |
143 CXXFLAGS = @CXXFLAGS@ |
144 CXXFLAGS = @CXXFLAGS@ |
144 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
145 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
145 CXXLD = $(CXX) |
146 CXXLD = $(CXX) |
|
147 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
146 DIST_COMMON = Makefile.am Makefile.in |
148 DIST_COMMON = Makefile.am Makefile.in |
147 |
149 |
148 |
150 |
149 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
151 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
150 |
152 |
151 TAR = gtar |
153 TAR = tar |
152 GZIP_ENV = --best |
154 GZIP_ENV = --best |
153 SOURCES = $(vpasswd_SOURCES) $(vadduser_SOURCES) $(vdeluser_SOURCES) $(vaddalias_SOURCES) $(vchattr_SOURCES) $(vchforwards_SOURCES) $(listvdomain_SOURCES) |
155 SOURCES = $(vpasswd_SOURCES) $(vadduser_SOURCES) $(vdeluser_SOURCES) $(vaddalias_SOURCES) $(vchattr_SOURCES) $(vchforwards_SOURCES) $(listvdomain_SOURCES) |
154 OBJECTS = $(vpasswd_OBJECTS) $(vadduser_OBJECTS) $(vdeluser_OBJECTS) $(vaddalias_OBJECTS) $(vchattr_OBJECTS) $(vchforwards_OBJECTS) $(listvdomain_OBJECTS) |
156 OBJECTS = $(vpasswd_OBJECTS) $(vadduser_OBJECTS) $(vdeluser_OBJECTS) $(vaddalias_OBJECTS) $(vchattr_OBJECTS) $(vchforwards_OBJECTS) $(listvdomain_OBJECTS) |
155 |
157 |
156 all: all-redirect |
158 all: all-redirect |
176 install-cgiPROGRAMS: $(cgi_PROGRAMS) |
178 install-cgiPROGRAMS: $(cgi_PROGRAMS) |
177 @$(NORMAL_INSTALL) |
179 @$(NORMAL_INSTALL) |
178 $(mkinstalldirs) $(DESTDIR)$(cgidir) |
180 $(mkinstalldirs) $(DESTDIR)$(cgidir) |
179 @list='$(cgi_PROGRAMS)'; for p in $$list; do \ |
181 @list='$(cgi_PROGRAMS)'; for p in $$list; do \ |
180 if test -f $$p; then \ |
182 if test -f $$p; then \ |
181 echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(cgidir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ |
183 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(cgidir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ |
182 $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(cgidir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
184 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(cgidir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
183 else :; fi; \ |
185 else :; fi; \ |
184 done |
186 done |
185 |
187 |
186 uninstall-cgiPROGRAMS: |
188 uninstall-cgiPROGRAMS: |
187 @$(NORMAL_UNINSTALL) |
189 @$(NORMAL_UNINSTALL) |
300 ../lib/mystring/mystring.h ../lib/mystring/rep.h \ |
302 ../lib/mystring/mystring.h ../lib/mystring/rep.h \ |
301 ../lib/mystring/iter.h ../lib/mystring/join.h \ |
303 ../lib/mystring/iter.h ../lib/mystring/join.h \ |
302 ../lib/cgi/cgi-args.h ../lib/misc/server.h \ |
304 ../lib/cgi/cgi-args.h ../lib/misc/server.h \ |
303 ../lib/misc/response.h ../lib/config/configrc.h \ |
305 ../lib/misc/response.h ../lib/config/configrc.h \ |
304 ../lib/misc/strlist.h |
306 ../lib/misc/strlist.h |
305 vchalias.o: vchalias.cc ../config.h ../lib/cgi/cgi-base.h \ |
|
306 ../lib/mystring/mystring.h ../lib/mystring/rep.h \ |
|
307 ../lib/mystring/iter.h ../lib/mystring/join.h \ |
|
308 ../lib/cgi/cgi-args.h ../lib/misc/server.h \ |
|
309 ../lib/misc/response.h ../lib/config/configrc.h \ |
|
310 ../lib/misc/strlist.h ../lib/vdomain/vdomain.h \ |
|
311 ../lib/misc/pwentry.h ../lib/vpwtable/vpwtable.h \ |
|
312 ../lib/vpwentry/vpwentry.h ../lib/misc/itoa.h |
|
313 vchattr.o: vchattr.cc ../config.h ../lib/cgi/cgi-base.h \ |
307 vchattr.o: vchattr.cc ../config.h ../lib/cgi/cgi-base.h \ |
314 ../lib/mystring/mystring.h ../lib/mystring/rep.h \ |
308 ../lib/mystring/mystring.h ../lib/mystring/rep.h \ |
315 ../lib/mystring/iter.h ../lib/mystring/join.h \ |
309 ../lib/mystring/iter.h ../lib/mystring/join.h \ |
316 ../lib/cgi/cgi-args.h ../lib/misc/server.h \ |
310 ../lib/cgi/cgi-args.h ../lib/misc/server.h \ |
317 ../lib/misc/response.h ../lib/config/configrc.h \ |
311 ../lib/misc/response.h ../lib/config/configrc.h \ |
361 uninstall-am: uninstall-cgiPROGRAMS |
355 uninstall-am: uninstall-cgiPROGRAMS |
362 uninstall: uninstall-am |
356 uninstall: uninstall-am |
363 all-am: Makefile $(PROGRAMS) |
357 all-am: Makefile $(PROGRAMS) |
364 all-redirect: all-am |
358 all-redirect: all-am |
365 install-strip: |
359 install-strip: |
366 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
360 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
367 installdirs: |
361 installdirs: |
368 $(mkinstalldirs) $(DESTDIR)$(cgidir) |
362 $(mkinstalldirs) $(DESTDIR)$(cgidir) |
369 |
363 |
370 |
364 |
371 mostlyclean-generic: |
365 mostlyclean-generic: |