|
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 = libmisc.a |
|
85 INCLUDES = -I.. |
|
86 EXTRA_DIST = autodelete.h debug.h hash_table.h krbauth.c stat_fns.h |
|
87 @KRB5_TRUE@KRB5_SRCS = krbauth.c |
|
88 @KRB5_FALSE@KRB5_SRCS = |
|
89 |
|
90 libmisc_a_SOURCES = $(KRB5_SRCS) crc32.h crc32.cc crc_hash.h exec.h exec.cc itoa.h itoa.cc keystrlist.cc list_table.h list_table.cc lookup.h lookup_baseuser.cc lookup_domain.cc maildir.h maildir.cc map_table.h map_table.cc md5.h md5.c md5-crypt.c passwdfn.h passwdfn.cc pwcrypt.h pwcrypt.cc pwentry.h pwentry.cc pwentry_auth.cc pwentry_export_env.cc pwentry_table.h pwentry_table.cc response.h response_write.cc response_message.cc response_read.cc server.h server.cc server_call0.cc server_call1.cc server_call2.cc server_call3.cc server_call4.cc server_call5.cc server_call6.cc strlist.h strlist.cc strlist_read.cc strlist_write.cc strtou.h strtou.c un.h utoa.h utoa.cc |
|
91 |
|
92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
93 CONFIG_HEADER = ../../config.h |
|
94 CONFIG_CLEAN_FILES = |
|
95 LIBRARIES = $(noinst_LIBRARIES) |
|
96 |
|
97 |
|
98 DEFS = @DEFS@ -I. -I$(srcdir) -I../.. |
|
99 CPPFLAGS = @CPPFLAGS@ |
|
100 LDFLAGS = @LDFLAGS@ |
|
101 LIBS = @LIBS@ |
|
102 libmisc_a_LIBADD = |
|
103 @KRB5_TRUE@libmisc_a_OBJECTS = krbauth.o crc32.o exec.o itoa.o \ |
|
104 @KRB5_TRUE@keystrlist.o list_table.o lookup_baseuser.o lookup_domain.o \ |
|
105 @KRB5_TRUE@maildir.o map_table.o md5.o md5-crypt.o passwdfn.o pwcrypt.o \ |
|
106 @KRB5_TRUE@pwentry.o pwentry_auth.o pwentry_export_env.o \ |
|
107 @KRB5_TRUE@pwentry_table.o response_write.o response_message.o \ |
|
108 @KRB5_TRUE@response_read.o server.o server_call0.o server_call1.o \ |
|
109 @KRB5_TRUE@server_call2.o server_call3.o server_call4.o server_call5.o \ |
|
110 @KRB5_TRUE@server_call6.o strlist.o strlist_read.o strlist_write.o \ |
|
111 @KRB5_TRUE@strtou.o utoa.o |
|
112 @KRB5_FALSE@libmisc_a_OBJECTS = crc32.o exec.o itoa.o keystrlist.o \ |
|
113 @KRB5_FALSE@list_table.o lookup_baseuser.o lookup_domain.o maildir.o \ |
|
114 @KRB5_FALSE@map_table.o md5.o md5-crypt.o passwdfn.o pwcrypt.o \ |
|
115 @KRB5_FALSE@pwentry.o pwentry_auth.o pwentry_export_env.o \ |
|
116 @KRB5_FALSE@pwentry_table.o response_write.o response_message.o \ |
|
117 @KRB5_FALSE@response_read.o server.o server_call0.o server_call1.o \ |
|
118 @KRB5_FALSE@server_call2.o server_call3.o server_call4.o server_call5.o \ |
|
119 @KRB5_FALSE@server_call6.o strlist.o strlist_read.o strlist_write.o \ |
|
120 @KRB5_FALSE@strtou.o utoa.o |
|
121 AR = ar |
|
122 CXXFLAGS = @CXXFLAGS@ |
|
123 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|
124 CXXLD = $(CXX) |
|
125 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
|
126 CFLAGS = @CFLAGS@ |
|
127 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|
128 CCLD = $(CC) |
|
129 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
|
130 DIST_COMMON = Makefile.am Makefile.in |
|
131 |
|
132 |
|
133 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|
134 |
|
135 TAR = gtar |
|
136 GZIP_ENV = --best |
|
137 SOURCES = $(libmisc_a_SOURCES) |
|
138 OBJECTS = $(libmisc_a_OBJECTS) |
|
139 |
|
140 all: all-redirect |
|
141 .SUFFIXES: |
|
142 .SUFFIXES: .S .c .cc .o .s @SUFFIXES@ |
|
143 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
144 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/misc/Makefile |
|
145 |
|
146 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
147 cd $(top_builddir) \ |
|
148 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
149 |
|
150 |
|
151 mostlyclean-noinstLIBRARIES: |
|
152 |
|
153 clean-noinstLIBRARIES: |
|
154 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
|
155 |
|
156 distclean-noinstLIBRARIES: |
|
157 |
|
158 maintainer-clean-noinstLIBRARIES: |
|
159 |
|
160 .c.o: |
|
161 $(COMPILE) -c $< |
|
162 |
|
163 .s.o: |
|
164 $(COMPILE) -c $< |
|
165 |
|
166 .S.o: |
|
167 $(COMPILE) -c $< |
|
168 |
|
169 mostlyclean-compile: |
|
170 -rm -f *.o core *.core |
|
171 |
|
172 clean-compile: |
|
173 |
|
174 distclean-compile: |
|
175 -rm -f *.tab.c |
|
176 |
|
177 maintainer-clean-compile: |
|
178 |
|
179 libmisc.a: $(libmisc_a_OBJECTS) $(libmisc_a_DEPENDENCIES) |
|
180 -rm -f libmisc.a |
|
181 $(AR) cru libmisc.a $(libmisc_a_OBJECTS) $(libmisc_a_LIBADD) |
|
182 $(RANLIB) libmisc.a |
|
183 .cc.o: |
|
184 $(CXXCOMPILE) -c $< |
|
185 |
|
186 tags: TAGS |
|
187 |
|
188 ID: $(HEADERS) $(SOURCES) $(LISP) |
|
189 list='$(SOURCES) $(HEADERS)'; \ |
|
190 unique=`for i in $$list; do echo $$i; done | \ |
|
191 awk ' { files[$$0] = 1; } \ |
|
192 END { for (i in files) print i; }'`; \ |
|
193 here=`pwd` && cd $(srcdir) \ |
|
194 && mkid -f$$here/ID $$unique $(LISP) |
|
195 |
|
196 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
|
197 tags=; \ |
|
198 here=`pwd`; \ |
|
199 list='$(SOURCES) $(HEADERS)'; \ |
|
200 unique=`for i in $$list; do echo $$i; done | \ |
|
201 awk ' { files[$$0] = 1; } \ |
|
202 END { for (i in files) print i; }'`; \ |
|
203 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
|
204 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
|
205 |
|
206 mostlyclean-tags: |
|
207 |
|
208 clean-tags: |
|
209 |
|
210 distclean-tags: |
|
211 -rm -f TAGS ID |
|
212 |
|
213 maintainer-clean-tags: |
|
214 |
|
215 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
|
216 |
|
217 subdir = lib/misc |
|
218 |
|
219 distdir: $(DISTFILES) |
|
220 @for file in $(DISTFILES); do \ |
|
221 d=$(srcdir); \ |
|
222 if test -d $$d/$$file; then \ |
|
223 cp -pr $$d/$$file $(distdir)/$$file; \ |
|
224 else \ |
|
225 test -f $(distdir)/$$file \ |
|
226 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|
227 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
|
228 fi; \ |
|
229 done |
|
230 crc32.o: crc32.cc crc32.h |
|
231 exec.o: exec.cc ../../config.h exec.h ../vpwentry/vpwentry.h \ |
|
232 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
233 ../mystring/join.h ../misc/strlist.h ../config/configrc.h |
|
234 itoa.o: itoa.cc itoa.h |
|
235 keystrlist.o: keystrlist.cc ../../config.h strlist.h \ |
|
236 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
237 ../mystring/join.h |
|
238 list_table.o: list_table.cc ../../config.h list_table.h \ |
|
239 ../misc/hash_table.h ../mystring/mystring.h ../mystring/rep.h \ |
|
240 ../mystring/iter.h ../mystring/join.h ../misc/crc_hash.h \ |
|
241 ../misc/crc32.h ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h \ |
|
242 ../fdbuf/fdobuf.h |
|
243 lookup_baseuser.o: lookup_baseuser.cc ../../config.h lookup.h \ |
|
244 ../misc/pwentry.h ../mystring/mystring.h ../mystring/rep.h \ |
|
245 ../mystring/iter.h ../mystring/join.h ../config/configrc.h \ |
|
246 ../misc/strlist.h pwentry.h pwentry_table.h |
|
247 lookup_domain.o: lookup_domain.cc ../../config.h lookup.h \ |
|
248 ../misc/pwentry.h ../mystring/mystring.h ../mystring/rep.h \ |
|
249 ../mystring/iter.h ../mystring/join.h ../config/configrc.h \ |
|
250 ../misc/strlist.h list_table.h ../misc/hash_table.h \ |
|
251 ../misc/crc_hash.h ../misc/crc32.h map_table.h |
|
252 maildir.o: maildir.cc ../../config.h maildir.h ../mystring/mystring.h \ |
|
253 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
254 ../ac/dirent.h stat_fns.h |
|
255 map_table.o: map_table.cc ../../config.h map_table.h \ |
|
256 ../misc/hash_table.h ../mystring/mystring.h ../mystring/rep.h \ |
|
257 ../mystring/iter.h ../mystring/join.h ../misc/crc_hash.h \ |
|
258 ../misc/crc32.h ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h \ |
|
259 ../fdbuf/fdobuf.h |
|
260 md5-crypt.o: md5-crypt.c md5.h |
|
261 md5.o: md5.c ../../config.h md5.h |
|
262 passwdfn.o: passwdfn.cc ../../config.h passwdfn.h ../mystring/mystring.h \ |
|
263 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
264 ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h stat_fns.h |
|
265 pwcrypt.o: pwcrypt.cc ../../config.h pwcrypt.h ../mystring/mystring.h \ |
|
266 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h md5.h |
|
267 pwentry.o: pwentry.cc ../../config.h ../config/configrc.h \ |
|
268 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
269 ../mystring/join.h ../misc/strlist.h pwentry.h |
|
270 pwentry_auth.o: pwentry_auth.cc ../../config.h pwentry.h \ |
|
271 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
272 ../mystring/join.h ../config/configrc.h ../misc/strlist.h \ |
|
273 pwcrypt.h |
|
274 pwentry_export_env.o: pwentry_export_env.cc ../../config.h pwentry.h \ |
|
275 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
276 ../mystring/join.h ../config/configrc.h ../misc/strlist.h \ |
|
277 exec.h ../vpwentry/vpwentry.h |
|
278 pwentry_table.o: pwentry_table.cc ../../config.h pwentry_table.h \ |
|
279 ../misc/pwentry.h ../mystring/mystring.h ../mystring/rep.h \ |
|
280 ../mystring/iter.h ../mystring/join.h ../config/configrc.h \ |
|
281 ../misc/strlist.h |
|
282 response_message.o: response_message.cc ../../config.h response.h \ |
|
283 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
284 ../mystring/join.h |
|
285 response_read.o: response_read.cc ../../config.h response.h \ |
|
286 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
287 ../mystring/join.h |
|
288 response_write.o: response_write.cc ../../config.h response.h \ |
|
289 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
290 ../mystring/join.h |
|
291 server.o: server.cc ../../config.h server.h ../mystring/mystring.h \ |
|
292 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h \ |
|
293 ../misc/response.h ../config/configrc.h ../misc/strlist.h un.h \ |
|
294 debug.h |
|
295 server_call0.o: server_call0.cc ../../config.h server.h \ |
|
296 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
297 ../mystring/join.h ../misc/response.h ../config/configrc.h \ |
|
298 ../misc/strlist.h debug.h |
|
299 server_call1.o: server_call1.cc ../../config.h server.h \ |
|
300 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
301 ../mystring/join.h ../misc/response.h ../config/configrc.h \ |
|
302 ../misc/strlist.h debug.h |
|
303 server_call2.o: server_call2.cc ../../config.h server.h \ |
|
304 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
305 ../mystring/join.h ../misc/response.h ../config/configrc.h \ |
|
306 ../misc/strlist.h debug.h |
|
307 server_call3.o: server_call3.cc ../../config.h server.h \ |
|
308 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
309 ../mystring/join.h ../misc/response.h ../config/configrc.h \ |
|
310 ../misc/strlist.h debug.h |
|
311 server_call4.o: server_call4.cc ../../config.h server.h \ |
|
312 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
313 ../mystring/join.h ../misc/response.h ../config/configrc.h \ |
|
314 ../misc/strlist.h debug.h |
|
315 server_call5.o: server_call5.cc ../../config.h server.h \ |
|
316 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
317 ../mystring/join.h ../misc/response.h ../config/configrc.h \ |
|
318 ../misc/strlist.h debug.h |
|
319 server_call6.o: server_call6.cc ../../config.h server.h \ |
|
320 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
321 ../mystring/join.h ../misc/response.h ../config/configrc.h \ |
|
322 ../misc/strlist.h debug.h |
|
323 strlist.o: strlist.cc ../../config.h strlist.h ../mystring/mystring.h \ |
|
324 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h |
|
325 strlist_read.o: strlist_read.cc ../../config.h strlist.h \ |
|
326 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
327 ../mystring/join.h ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h \ |
|
328 ../fdbuf/fdobuf.h |
|
329 strlist_write.o: strlist_write.cc ../../config.h strlist.h \ |
|
330 ../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \ |
|
331 ../mystring/join.h ../fdbuf/fdbuf.h ../fdbuf/fdibuf.h \ |
|
332 ../fdbuf/fdobuf.h |
|
333 strtou.o: strtou.c ../../config.h |
|
334 utoa.o: utoa.cc ../../config.h utoa.h ../mystring/mystring.h \ |
|
335 ../mystring/rep.h ../mystring/iter.h ../mystring/join.h |
|
336 vdomain.o: vdomain.cc ../../config.h vdomain.h ../mystring/mystring.h \ |
|
337 ../fdbuf/fdbuf.h ../config/configrc.h strlist.h pwentry.h \ |
|
338 ../vpw/vpwtable.h ../vpw/vpwentry.h response.h |
|
339 vdomain_chattr.o: vdomain_chattr.cc ../../config.h vdomain.h \ |
|
340 ../mystring/mystring.h ../fdbuf/fdbuf.h ../config/configrc.h \ |
|
341 strlist.h pwentry.h ../vpw/vpwtable.h ../vpw/vpwentry.h \ |
|
342 response.h pwcrypt.h autodelete.h |
|
343 vdomain_deluser.o: vdomain_deluser.cc ../../config.h vdomain.h \ |
|
344 ../mystring/mystring.h ../fdbuf/fdbuf.h ../config/configrc.h \ |
|
345 strlist.h pwentry.h ../vpw/vpwtable.h ../vpw/vpwentry.h \ |
|
346 response.h autodelete.h maildir.h |
|
347 vdomain_lookup.o: vdomain_lookup.cc ../../config.h vdomain.h \ |
|
348 ../mystring/mystring.h ../fdbuf/fdbuf.h ../config/configrc.h \ |
|
349 strlist.h pwentry.h ../vpw/vpwtable.h ../vpw/vpwentry.h \ |
|
350 response.h autodelete.h |
|
351 vdomain_set.o: vdomain_set.cc ../../config.h vdomain.h \ |
|
352 ../mystring/mystring.h ../fdbuf/fdbuf.h ../config/configrc.h \ |
|
353 strlist.h pwentry.h ../vpw/vpwtable.h ../vpw/vpwentry.h \ |
|
354 response.h maildir.h |
|
355 vdomain_userdir.o: vdomain_userdir.cc ../../config.h vdomain.h \ |
|
356 ../mystring/mystring.h ../fdbuf/fdbuf.h ../config/configrc.h \ |
|
357 strlist.h pwentry.h ../vpw/vpwtable.h ../vpw/vpwentry.h \ |
|
358 response.h crc_hash.h crc32.h |
|
359 vdomain_validate.o: vdomain_validate.cc ../../config.h vdomain.h \ |
|
360 ../mystring/mystring.h ../fdbuf/fdbuf.h ../config/configrc.h \ |
|
361 strlist.h pwentry.h ../vpw/vpwtable.h ../vpw/vpwentry.h \ |
|
362 response.h |
|
363 |
|
364 info-am: |
|
365 info: info-am |
|
366 dvi-am: |
|
367 dvi: dvi-am |
|
368 check-am: all-am |
|
369 check: check-am |
|
370 installcheck-am: |
|
371 installcheck: installcheck-am |
|
372 install-exec-am: |
|
373 install-exec: install-exec-am |
|
374 |
|
375 install-data-am: |
|
376 install-data: install-data-am |
|
377 |
|
378 install-am: all-am |
|
379 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
380 install: install-am |
|
381 uninstall-am: |
|
382 uninstall: uninstall-am |
|
383 all-am: Makefile $(LIBRARIES) |
|
384 all-redirect: all-am |
|
385 install-strip: |
|
386 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
|
387 installdirs: |
|
388 |
|
389 |
|
390 mostlyclean-generic: |
|
391 |
|
392 clean-generic: |
|
393 |
|
394 distclean-generic: |
|
395 -rm -f Makefile $(CONFIG_CLEAN_FILES) |
|
396 -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
397 |
|
398 maintainer-clean-generic: |
|
399 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
|
400 mostlyclean-tags mostlyclean-generic |
|
401 |
|
402 mostlyclean: mostlyclean-am |
|
403 |
|
404 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \ |
|
405 mostlyclean-am |
|
406 |
|
407 clean: clean-am |
|
408 |
|
409 distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
|
410 distclean-tags distclean-generic clean-am |
|
411 |
|
412 distclean: distclean-am |
|
413 |
|
414 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
|
415 maintainer-clean-compile maintainer-clean-tags \ |
|
416 maintainer-clean-generic distclean-am |
|
417 @echo "This command is intended for maintainers to use;" |
|
418 @echo "it deletes files that may require special tools to rebuild." |
|
419 |
|
420 maintainer-clean: maintainer-clean-am |
|
421 |
|
422 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
|
423 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
|
424 mostlyclean-compile distclean-compile clean-compile \ |
|
425 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ |
|
426 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ |
|
427 check-am installcheck-am installcheck install-exec-am install-exec \ |
|
428 install-data-am install-data install-am install uninstall-am uninstall \ |
|
429 all-redirect all-am all installdirs mostlyclean-generic \ |
|
430 distclean-generic clean-generic maintainer-clean-generic clean \ |
|
431 mostlyclean distclean maintainer-clean |
|
432 |
|
433 |
|
434 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
435 # Otherwise a system limit (for SysV at least) may be exceeded. |
|
436 .NOEXPORT: |