|
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 = libvpwtable.a |
|
85 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 |
|
87 |
|
88 @VPWTABLE_CDB_TRUE@CDBSOURCES = cdb_vpwtable.cc cdb_del.cc cdb_exists.cc cdb_getbyname.cc cdb_put.cc cdb_read.cc |
|
89 @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 |
|
91 @VPWTABLE_GDBM_FALSE@GDBMSOURCES = |
|
92 |
|
93 libvpwtable_a_SOURCES = $(CDBSOURCES) $(GDBMSOURCES) reader.cc |
|
94 |
|
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
96 CONFIG_HEADER = ../../config.h |
|
97 CONFIG_CLEAN_FILES = |
|
98 LIBRARIES = $(noinst_LIBRARIES) |
|
99 |
|
100 |
|
101 DEFS = @DEFS@ -I. -I$(srcdir) -I../.. |
|
102 CPPFLAGS = @CPPFLAGS@ |
|
103 LDFLAGS = @LDFLAGS@ |
|
104 LIBS = @LIBS@ |
|
105 libvpwtable_a_LIBADD = |
|
106 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@libvpwtable_a_OBJECTS = \ |
|
107 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@cdb_vpwtable.o cdb_del.o \ |
|
108 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@cdb_exists.o cdb_getbyname.o \ |
|
109 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@cdb_put.o cdb_read.o \ |
|
110 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@gdbm_vpwtable.o gdbm_del.o \ |
|
111 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@gdbm_exists.o gdbm_getbyname.o \ |
|
112 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_TRUE@gdbm_put.o gdbm_read.o reader.o |
|
113 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_FALSE@libvpwtable_a_OBJECTS = \ |
|
114 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_FALSE@cdb_vpwtable.o cdb_del.o \ |
|
115 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_FALSE@cdb_exists.o cdb_getbyname.o \ |
|
116 @VPWTABLE_CDB_TRUE@@VPWTABLE_GDBM_FALSE@cdb_put.o cdb_read.o reader.o |
|
117 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_TRUE@libvpwtable_a_OBJECTS = \ |
|
118 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_TRUE@gdbm_vpwtable.o gdbm_del.o \ |
|
119 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_TRUE@gdbm_exists.o gdbm_getbyname.o \ |
|
120 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_TRUE@gdbm_put.o gdbm_read.o reader.o |
|
121 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_FALSE@libvpwtable_a_OBJECTS = \ |
|
122 @VPWTABLE_CDB_FALSE@@VPWTABLE_GDBM_FALSE@reader.o |
|
123 AR = ar |
|
124 CXXFLAGS = @CXXFLAGS@ |
|
125 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|
126 CXXLD = $(CXX) |
|
127 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
|
128 DIST_COMMON = Makefile.am Makefile.in |
|
129 |
|
130 |
|
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|
132 |
|
133 TAR = gtar |
|
134 GZIP_ENV = --best |
|
135 SOURCES = $(libvpwtable_a_SOURCES) |
|
136 OBJECTS = $(libvpwtable_a_OBJECTS) |
|
137 |
|
138 all: all-redirect |
|
139 .SUFFIXES: |
|
140 .SUFFIXES: .S .c .cc .o .s @SUFFIXES@ |
|
141 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
142 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/vpwtable/Makefile |
|
143 |
|
144 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
145 cd $(top_builddir) \ |
|
146 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
147 |
|
148 |
|
149 mostlyclean-noinstLIBRARIES: |
|
150 |
|
151 clean-noinstLIBRARIES: |
|
152 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
|
153 |
|
154 distclean-noinstLIBRARIES: |
|
155 |
|
156 maintainer-clean-noinstLIBRARIES: |
|
157 |
|
158 .c.o: |
|
159 $(COMPILE) -c $< |
|
160 |
|
161 .s.o: |
|
162 $(COMPILE) -c $< |
|
163 |
|
164 .S.o: |
|
165 $(COMPILE) -c $< |
|
166 |
|
167 mostlyclean-compile: |
|
168 -rm -f *.o core *.core |
|
169 |
|
170 clean-compile: |
|
171 |
|
172 distclean-compile: |
|
173 -rm -f *.tab.c |
|
174 |
|
175 maintainer-clean-compile: |
|
176 |
|
177 libvpwtable.a: $(libvpwtable_a_OBJECTS) $(libvpwtable_a_DEPENDENCIES) |
|
178 -rm -f libvpwtable.a |
|
179 $(AR) cru libvpwtable.a $(libvpwtable_a_OBJECTS) $(libvpwtable_a_LIBADD) |
|
180 $(RANLIB) libvpwtable.a |
|
181 .cc.o: |
|
182 $(CXXCOMPILE) -c $< |
|
183 |
|
184 tags: TAGS |
|
185 |
|
186 ID: $(HEADERS) $(SOURCES) $(LISP) |
|
187 list='$(SOURCES) $(HEADERS)'; \ |
|
188 unique=`for i in $$list; do echo $$i; done | \ |
|
189 awk ' { files[$$0] = 1; } \ |
|
190 END { for (i in files) print i; }'`; \ |
|
191 here=`pwd` && cd $(srcdir) \ |
|
192 && mkid -f$$here/ID $$unique $(LISP) |
|
193 |
|
194 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
|
195 tags=; \ |
|
196 here=`pwd`; \ |
|
197 list='$(SOURCES) $(HEADERS)'; \ |
|
198 unique=`for i in $$list; do echo $$i; done | \ |
|
199 awk ' { files[$$0] = 1; } \ |
|
200 END { for (i in files) print i; }'`; \ |
|
201 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
|
202 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
|
203 |
|
204 mostlyclean-tags: |
|
205 |
|
206 clean-tags: |
|
207 |
|
208 distclean-tags: |
|
209 -rm -f TAGS ID |
|
210 |
|
211 maintainer-clean-tags: |
|
212 |
|
213 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
|
214 |
|
215 subdir = lib/vpwtable |
|
216 |
|
217 distdir: $(DISTFILES) |
|
218 @for file in $(DISTFILES); do \ |
|
219 d=$(srcdir); \ |
|
220 if test -d $$d/$$file; then \ |
|
221 cp -pr $$d/$$file $(distdir)/$$file; \ |
|
222 else \ |
|
223 test -f $(distdir)/$$file \ |
|
224 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|
225 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
|
226 fi; \ |
|
227 done |
|
228 cdb_del.o: cdb_del.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
229 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
230 ../misc/strlist.h ../vpwentry/vpwentry.h ../cdb++/cdb++.h \ |
|
231 ../cdb++/datum.h ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h \ |
|
232 ../fdbuf/fdobuf.h |
|
233 cdb_exists.o: cdb_exists.cc ../../config.h vpwtable.h \ |
|
234 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
235 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
|
236 ../cdb++/cdb++.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
|
237 ../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 \ |
|
244 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
245 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
|
246 ../cdb++/cdb++.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
|
247 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h |
|
248 cdb_put.o: cdb_put.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
249 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
250 ../misc/strlist.h ../vpwentry/vpwentry.h ../cdb++/cdb++.h \ |
|
251 ../cdb++/datum.h ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h \ |
|
252 ../fdbuf/fdobuf.h |
|
253 cdb_read.o: cdb_read.cc ../../config.h vpwtable.h ../mystring/mystring.h \ |
|
254 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
255 ../misc/strlist.h ../vpwentry/vpwentry.h ../misc/autodelete.h \ |
|
256 ../cdb++/cdb++.h ../cdb++/datum.h ../fdbuf/fdbuf.h \ |
|
257 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h |
|
258 cdb_vpwtable.o: cdb_vpwtable.cc ../../config.h vpwtable.h \ |
|
259 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
260 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
|
261 ../vdomain/vdomain.h ../config/configrc.h ../misc/pwentry.h \ |
|
262 ../vpwtable/vpwtable.h ../misc/response.h |
|
263 del.o: del.cc ../../config.h vpwtable.h ../mystring/mystring.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 \ |
|
293 ../mystring/join.h ../misc/strlist.h ../vpwentry/vpwentry.h \ |
|
294 ../vdomain/vdomain.h ../config/configrc.h ../misc/pwentry.h \ |
|
295 ../vpwtable/vpwtable.h ../misc/response.h |
|
296 get.o: get.cc ../../config.h ../misc/autodelete.h ../cdb++/cdb++.h \ |
|
297 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.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 |
|
301 getbyname.o: getbyname.cc ../../config.h ../cdb++/cdb++.h \ |
|
302 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.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 |
|
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 |
|
320 info-am: |
|
321 info: info-am |
|
322 dvi-am: |
|
323 dvi: dvi-am |
|
324 check-am: all-am |
|
325 check: check-am |
|
326 installcheck-am: |
|
327 installcheck: installcheck-am |
|
328 install-exec-am: |
|
329 install-exec: install-exec-am |
|
330 |
|
331 install-data-am: |
|
332 install-data: install-data-am |
|
333 |
|
334 install-am: all-am |
|
335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
336 install: install-am |
|
337 uninstall-am: |
|
338 uninstall: uninstall-am |
|
339 all-am: Makefile $(LIBRARIES) |
|
340 all-redirect: all-am |
|
341 install-strip: |
|
342 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
|
343 installdirs: |
|
344 |
|
345 |
|
346 mostlyclean-generic: |
|
347 |
|
348 clean-generic: |
|
349 |
|
350 distclean-generic: |
|
351 -rm -f Makefile $(CONFIG_CLEAN_FILES) |
|
352 -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
353 |
|
354 maintainer-clean-generic: |
|
355 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
|
356 mostlyclean-tags mostlyclean-generic |
|
357 |
|
358 mostlyclean: mostlyclean-am |
|
359 |
|
360 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \ |
|
361 mostlyclean-am |
|
362 |
|
363 clean: clean-am |
|
364 |
|
365 distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
|
366 distclean-tags distclean-generic clean-am |
|
367 |
|
368 distclean: distclean-am |
|
369 |
|
370 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
|
371 maintainer-clean-compile maintainer-clean-tags \ |
|
372 maintainer-clean-generic distclean-am |
|
373 @echo "This command is intended for maintainers to use;" |
|
374 @echo "it deletes files that may require special tools to rebuild." |
|
375 |
|
376 maintainer-clean: maintainer-clean-am |
|
377 |
|
378 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
|
379 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
|
380 mostlyclean-compile distclean-compile clean-compile \ |
|
381 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ |
|
382 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ |
|
383 check-am installcheck-am installcheck install-exec-am install-exec \ |
|
384 install-data-am install-data install-am install uninstall-am uninstall \ |
|
385 all-redirect all-am all installdirs mostlyclean-generic \ |
|
386 distclean-generic clean-generic maintainer-clean-generic clean \ |
|
387 mostlyclean distclean maintainer-clean |
|
388 |
|
389 |
|
390 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
391 # Otherwise a system limit (for SysV at least) may be exceeded. |
|
392 .NOEXPORT: |