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, |
81 phpdir = @phpdir@ |
83 phpdir = @phpdir@ |
82 pythonlibdir = @pythonlibdir@ |
84 pythonlibdir = @pythonlibdir@ |
83 |
85 |
84 noinst_LIBRARIES = libvpwtable.a |
86 noinst_LIBRARIES = libvpwtable.a |
85 INCLUDES = -I.. |
87 INCLUDES = -I.. |
86 EXTRA_DIST = vpwtable.h cdb_vpwtable.cc cdb_del.cc cdb_exists.cc cdb_getbyname.cc cdb_put.cc cdb_read.cc gdbm_vpwtable.cc gdbm_del.cc gdbm_exists.cc gdbm_getbyname.cc gdbm_put.cc gdbm_read.cc |
88 EXTRA_DIST = vpwtable.h cdb_vpwtable.cc cdb_del.cc cdb_exists.cc cdb_getbyname.cc cdb_put.cc cdb_read.cc cdb_write.cc gdbm_vpwtable.cc gdbm_del.cc gdbm_exists.cc gdbm_getbyname.cc gdbm_put.cc gdbm_read.cc gdbm_write.cc |
87 |
89 |
88 @VPWTABLE_CDB_TRUE@CDBSOURCES = cdb_vpwtable.cc cdb_del.cc cdb_exists.cc cdb_getbyname.cc cdb_put.cc cdb_read.cc |
90 @VPWTABLE_CDB_TRUE@CDBSOURCES = cdb_vpwtable.cc cdb_del.cc cdb_exists.cc cdb_getbyname.cc cdb_put.cc cdb_read.cc cdb_write.cc |
89 @VPWTABLE_CDB_FALSE@CDBSOURCES = |
91 @VPWTABLE_CDB_FALSE@CDBSOURCES = |
90 @VPWTABLE_GDBM_TRUE@GDBMSOURCES = gdbm_vpwtable.cc gdbm_del.cc gdbm_exists.cc gdbm_getbyname.cc gdbm_put.cc gdbm_read.cc |
92 @VPWTABLE_GDBM_TRUE@GDBMSOURCES = gdbm_vpwtable.cc gdbm_del.cc gdbm_exists.cc gdbm_getbyname.cc gdbm_put.cc gdbm_read.cc gdbm_write.cc |
91 @VPWTABLE_GDBM_FALSE@GDBMSOURCES = |
93 @VPWTABLE_GDBM_FALSE@GDBMSOURCES = |
92 |
94 |
93 libvpwtable_a_SOURCES = $(CDBSOURCES) $(GDBMSOURCES) reader.cc |
95 libvpwtable_a_SOURCES = $(CDBSOURCES) $(GDBMSOURCES) reader.cc writer.cc |
94 |
96 |
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
96 CONFIG_HEADER = ../../config.h |
98 CONFIG_HEADER = ../../config.h |
97 CONFIG_CLEAN_FILES = |
99 CONFIG_CLEAN_FILES = |
98 LIBRARIES = $(noinst_LIBRARIES) |
100 LIBRARIES = $(noinst_LIBRARIES) |
101 DEFS = @DEFS@ -I. -I$(srcdir) -I../.. |
103 DEFS = @DEFS@ -I. -I$(srcdir) -I../.. |
102 CPPFLAGS = @CPPFLAGS@ |
104 CPPFLAGS = @CPPFLAGS@ |
103 LDFLAGS = @LDFLAGS@ |
105 LDFLAGS = @LDFLAGS@ |
104 LIBS = @LIBS@ |
106 LIBS = @LIBS@ |
105 libvpwtable_a_LIBADD = |
107 libvpwtable_a_LIBADD = |
106 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@libvpwtable_a_OBJECTS = \ |
108 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_FALSE@libvpwtable_a_OBJECTS = \ |
107 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@cdb_vpwtable.o cdb_del.o \ |
109 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_FALSE@gdbm_vpwtable.o gdbm_del.o \ |
108 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@cdb_exists.o cdb_getbyname.o \ |
110 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_FALSE@gdbm_exists.o gdbm_getbyname.o \ |
109 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@cdb_put.o cdb_read.o \ |
111 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_FALSE@gdbm_put.o gdbm_read.o \ |
110 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@gdbm_vpwtable.o gdbm_del.o \ |
112 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_FALSE@gdbm_write.o reader.o writer.o |
111 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@gdbm_exists.o gdbm_getbyname.o \ |
113 @VPWTABLE_GDBM_FALSE@@VPWTABLE_CDB_TRUE@libvpwtable_a_OBJECTS = \ |
112 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@gdbm_put.o gdbm_read.o reader.o |
114 @VPWTABLE_GDBM_FALSE@@VPWTABLE_CDB_TRUE@cdb_vpwtable.o cdb_del.o \ |
113 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_FALSE@libvpwtable_a_OBJECTS = \ |
115 @VPWTABLE_GDBM_FALSE@@VPWTABLE_CDB_TRUE@cdb_exists.o cdb_getbyname.o \ |
114 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_FALSE@cdb_vpwtable.o cdb_del.o \ |
116 @VPWTABLE_GDBM_FALSE@@VPWTABLE_CDB_TRUE@cdb_put.o cdb_read.o \ |
115 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_FALSE@cdb_exists.o cdb_getbyname.o \ |
117 @VPWTABLE_GDBM_FALSE@@VPWTABLE_CDB_TRUE@cdb_write.o reader.o writer.o |
116 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_FALSE@cdb_put.o cdb_read.o reader.o |
118 @VPWTABLE_GDBM_FALSE@@VPWTABLE_CDB_FALSE@libvpwtable_a_OBJECTS = \ |
117 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_TRUE@libvpwtable_a_OBJECTS = \ |
119 @VPWTABLE_GDBM_FALSE@@VPWTABLE_CDB_FALSE@reader.o writer.o |
118 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_TRUE@gdbm_vpwtable.o gdbm_del.o \ |
120 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_TRUE@libvpwtable_a_OBJECTS = \ |
119 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_TRUE@gdbm_exists.o gdbm_getbyname.o \ |
121 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_TRUE@cdb_vpwtable.o cdb_del.o \ |
120 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_TRUE@gdbm_put.o gdbm_read.o reader.o |
122 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_TRUE@cdb_exists.o cdb_getbyname.o \ |
121 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_FALSE@libvpwtable_a_OBJECTS = \ |
123 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_TRUE@cdb_put.o cdb_read.o cdb_write.o \ |
122 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_FALSE@reader.o |
124 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_TRUE@gdbm_vpwtable.o gdbm_del.o \ |
|
125 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_TRUE@gdbm_exists.o gdbm_getbyname.o \ |
|
126 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_TRUE@gdbm_put.o gdbm_read.o \ |
|
127 @VPWTABLE_GDBM_TRUE@@VPWTABLE_CDB_TRUE@gdbm_write.o reader.o writer.o |
123 AR = ar |
128 AR = ar |
124 CXXFLAGS = @CXXFLAGS@ |
129 CXXFLAGS = @CXXFLAGS@ |
125 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
130 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
126 CXXLD = $(CXX) |
131 CXXLD = $(CXX) |
127 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
132 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
128 DIST_COMMON = Makefile.am Makefile.in |
133 DIST_COMMON = Makefile.am Makefile.in |
129 |
134 |
130 |
135 |
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
132 |
137 |
133 TAR = gtar |
138 TAR = tar |
134 GZIP_ENV = --best |
139 GZIP_ENV = --best |
135 SOURCES = $(libvpwtable_a_SOURCES) |
140 SOURCES = $(libvpwtable_a_SOURCES) |
136 OBJECTS = $(libvpwtable_a_OBJECTS) |
141 OBJECTS = $(libvpwtable_a_OBJECTS) |
137 |
142 |
138 all: all-redirect |
143 all: all-redirect |
233 cdb_exists.o: cdb_exists.cc ../../config.h vpwtable.h \ |
238 cdb_exists.o: cdb_exists.cc ../../config.h vpwtable.h \ |
234 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
239 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
235 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
240 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
236 ../cdb++/cdb++.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
241 ../cdb++/cdb++.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
237 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h |
242 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h |
238 cdb_get.o: cdb_get.cc ../../config.h ../misc/autodelete.h \ |
|
239 ../cdb++/cdb++.h ../mystring/mystring.h ../mystring/rep.h \ |
|
240 ../mystring/iter.h ../mystring/join.h ../cdb++/datum.h \ |
|
241 ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h vpwtable.h \ |
|
242 ../misc/strlist.h ../vpwentry/vpwentry.h |
|
243 cdb_getbyname.o: cdb_getbyname.cc ../../config.h vpwtable.h \ |
243 cdb_getbyname.o: cdb_getbyname.cc ../../config.h vpwtable.h \ |
244 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
244 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
245 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
245 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
246 ../cdb++/cdb++.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
246 ../cdb++/cdb++.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
247 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h |
247 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h |
258 cdb_vpwtable.o: cdb_vpwtable.cc ../../config.h vpwtable.h \ |
258 cdb_vpwtable.o: cdb_vpwtable.cc ../../config.h vpwtable.h \ |
259 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
259 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
260 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
260 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
261 ../vdomain/vdomain.h ../config/configrc.h ../misc/pwentry.h \ |
261 ../vdomain/vdomain.h ../config/configrc.h ../misc/pwentry.h \ |
262 ../vpwtable/vpwtable.h ../misc/response.h |
262 ../vpwtable/vpwtable.h ../misc/response.h |
263 del.o: del.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
263 cdb_write.o: cdb_write.cc ../../config.h vpwtable.h \ |
264 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
265 ../misc/strlist.h ../vpwentry/vpwentry.h ../cdb++/cdb++.h \ |
|
266 ../cdb++/datum.h ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h \ |
|
267 ../fdbuf/fdobuf.h |
|
268 exists.o: exists.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
269 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
270 ../misc/strlist.h ../vpwentry/vpwentry.h ../cdb++/cdb++.h \ |
|
271 ../cdb++/datum.h ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h \ |
|
272 ../fdbuf/fdobuf.h |
|
273 gdbm_del.o: gdbm_del.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
274 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
275 ../misc/strlist.h ../vpwentry/vpwentry.h |
|
276 gdbm_exists.o: gdbm_exists.cc ../../config.h vpwtable.h \ |
|
277 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
278 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h |
|
279 gdbm_get.o: gdbm_get.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
280 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
281 ../misc/strlist.h ../vpwentry/vpwentry.h |
|
282 gdbm_getbyname.o: gdbm_getbyname.cc ../../config.h vpwtable.h \ |
|
283 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
284 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h |
|
285 gdbm_put.o: gdbm_put.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
286 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
287 ../misc/strlist.h ../vpwentry/vpwentry.h |
|
288 gdbm_read.o: gdbm_read.cc ../../config.h vpwtable.h \ |
|
289 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
290 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h |
|
291 gdbm_vpwtable.o: gdbm_vpwtable.cc ../../config.h vpwtable.h \ |
|
292 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
264 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
293 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
265 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
294 ../vdomain/vdomain.h ../config/configrc.h ../misc/pwentry.h \ |
266 ../cdb++/cdb++.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
295 ../vpwtable/vpwtable.h ../misc/response.h |
267 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h |
296 get.o: get.cc ../../config.h ../misc/autodelete.h ../cdb++/cdb++.h \ |
268 reader.o: reader.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
297 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
269 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
298 ../mystring/join.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
|
299 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h vpwtable.h \ |
|
300 ../misc/strlist.h ../vpwentry/vpwentry.h |
270 ../misc/strlist.h ../vpwentry/vpwentry.h |
301 getbyname.o: getbyname.cc ../../config.h ../cdb++/cdb++.h \ |
271 writer.o: writer.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
302 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
272 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
303 ../mystring/join.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
|
304 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h vpwtable.h \ |
|
305 ../misc/strlist.h ../vpwentry/vpwentry.h |
273 ../misc/strlist.h ../vpwentry/vpwentry.h |
306 put.o: put.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
307 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
308 ../misc/strlist.h ../vpwentry/vpwentry.h ../cdb++/cdb++.h \ |
|
309 ../cdb++/datum.h ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h \ |
|
310 ../fdbuf/fdobuf.h |
|
311 reader.o: reader.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
312 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
313 ../misc/strlist.h ../vpwentry/vpwentry.h |
|
314 vpwtable.o: vpwtable.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
315 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
316 ../misc/strlist.h ../vpwentry/vpwentry.h ../vdomain/vdomain.h \ |
|
317 ../config/configrc.h ../misc/pwentry.h ../vpwtable/vpwtable.h \ |
|
318 ../misc/response.h |
|
319 |
274 |
320 info-am: |
275 info-am: |
321 info: info-am |
276 info: info-am |
322 dvi-am: |
277 dvi-am: |
323 dvi: dvi-am |
278 dvi: dvi-am |