/[LeafOK_CVS]/lbbs/src/Makefile.in
ViewVC logotype

Contents of /lbbs/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.21 - (show annotations)
Fri Apr 8 11:11:11 2005 UTC (20 years, 11 months ago) by sysadm
Branch: MAIN
Changes since 1.20: +71 -17 lines
*** empty log message ***

1 # Makefile.in generated by automake 1.9.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 SOURCES = $(bbsd_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 bin_PROGRAMS = bbsd$(EXEEXT)
42 EXTRA_PROGRAMS =
43 subdir = src
44 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.in
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_CLEAN_FILES =
51 am__installdirs = "$(DESTDIR)$(bindir)"
52 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53 PROGRAMS = $(bin_PROGRAMS)
54 am_bbsd_OBJECTS = bbs.$(OBJEXT) bbs_cmd.$(OBJEXT) bbs_main.$(OBJEXT) \
55 bbs_net.$(OBJEXT) common.$(OBJEXT) database.$(OBJEXT) \
56 fork.$(OBJEXT) init.$(OBJEXT) io.$(OBJEXT) log.$(OBJEXT) \
57 login.$(OBJEXT) menu.$(OBJEXT) main.$(OBJEXT) netio.$(OBJEXT) \
58 net_server.$(OBJEXT) passwd.$(OBJEXT) regex.$(OBJEXT) \
59 register.$(OBJEXT) screen.$(OBJEXT) tcplib.$(OBJEXT) \
60 user_priv.$(OBJEXT) welcome.$(OBJEXT)
61 bbsd_OBJECTS = $(am_bbsd_OBJECTS)
62 bbsd_LDADD = $(LDADD)
63 DEFAULT_INCLUDES = -I. -I$(srcdir)
64 depcomp = $(SHELL) $(top_srcdir)/depcomp
65 am__depfiles_maybe = depfiles
66 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
69 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70 $(AM_CFLAGS) $(CFLAGS)
71 CCLD = $(CC)
72 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73 $(AM_LDFLAGS) $(LDFLAGS) -o $@
74 SOURCES = $(bbsd_SOURCES)
75 DIST_SOURCES = $(bbsd_SOURCES)
76 ETAGS = etags
77 CTAGS = ctags
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 ACLOCAL = @ACLOCAL@
80 AMDEP_FALSE = @AMDEP_FALSE@
81 AMDEP_TRUE = @AMDEP_TRUE@
82 AMTAR = @AMTAR@
83 AR = @AR@
84 AUTOCONF = @AUTOCONF@
85 AUTOHEADER = @AUTOHEADER@
86 AUTOMAKE = @AUTOMAKE@
87 AWK = @AWK@
88 CC = @CC@
89 CCDEPMODE = @CCDEPMODE@
90 CFLAGS = @CFLAGS@
91 CPP = @CPP@
92 CPPFLAGS = @CPPFLAGS@
93 CXX = @CXX@
94 CXXCPP = @CXXCPP@
95 CXXDEPMODE = @CXXDEPMODE@
96 CXXFLAGS = @CXXFLAGS@
97 CYGPATH_W = @CYGPATH_W@
98 DEFS = @DEFS@
99 DEPDIR = @DEPDIR@
100 ECHO = @ECHO@
101 ECHO_C = @ECHO_C@
102 ECHO_N = @ECHO_N@
103 ECHO_T = @ECHO_T@
104 EGREP = @EGREP@
105 EXEEXT = @EXEEXT@
106 F77 = @F77@
107 FFLAGS = @FFLAGS@
108 INSTALL_DATA = @INSTALL_DATA@
109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
111 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112 LDFLAGS = @LDFLAGS@
113 LIBOBJS = @LIBOBJS@
114 LIBS = -L../lib -L/usr/local/mysql/lib/mysql -lmysqlclient -lz
115 LIBTOOL = @LIBTOOL@
116 LN_S = @LN_S@
117 LTLIBOBJS = @LTLIBOBJS@
118 MAKEINFO = @MAKEINFO@
119 OBJEXT = @OBJEXT@
120 PACKAGE = @PACKAGE@
121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122 PACKAGE_NAME = @PACKAGE_NAME@
123 PACKAGE_STRING = @PACKAGE_STRING@
124 PACKAGE_TARNAME = @PACKAGE_TARNAME@
125 PACKAGE_VERSION = @PACKAGE_VERSION@
126 PATH_SEPARATOR = @PATH_SEPARATOR@
127 RANLIB = @RANLIB@
128 SET_MAKE = @SET_MAKE@
129 SHELL = @SHELL@
130 STRIP = @STRIP@
131 VERSION = @VERSION@
132 ac_ct_AR = @ac_ct_AR@
133 ac_ct_CC = @ac_ct_CC@
134 ac_ct_CXX = @ac_ct_CXX@
135 ac_ct_F77 = @ac_ct_F77@
136 ac_ct_RANLIB = @ac_ct_RANLIB@
137 ac_ct_STRIP = @ac_ct_STRIP@
138 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
139 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
140 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
141 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
142 am__include = @am__include@
143 am__leading_dot = @am__leading_dot@
144 am__quote = @am__quote@
145 am__tar = @am__tar@
146 am__untar = @am__untar@
147 bindir = @bindir@
148 build = @build@
149 build_alias = @build_alias@
150 build_cpu = @build_cpu@
151 build_os = @build_os@
152 build_vendor = @build_vendor@
153 datadir = @datadir@
154 exec_prefix = @exec_prefix@
155 host = @host@
156 host_alias = @host_alias@
157 host_cpu = @host_cpu@
158 host_os = @host_os@
159 host_vendor = @host_vendor@
160 includedir = @includedir@
161 infodir = @infodir@
162 install_sh = @install_sh@
163 libdir = @libdir@
164 libexecdir = @libexecdir@
165 localstatedir = @localstatedir@
166 mandir = @mandir@
167 mkdir_p = @mkdir_p@
168 oldincludedir = @oldincludedir@
169 prefix = @prefix@
170 program_transform_name = @program_transform_name@
171 sbindir = @sbindir@
172 sharedstatedir = @sharedstatedir@
173 sysconfdir = @sysconfdir@
174 target_alias = @target_alias@
175 bbsd_SOURCES = bbs.c bbs_cmd.c bbs_main.c bbs_net.c common.c database.c fork.c init.c \
176 io.c log.c login.c menu.c main.c netio.c net_server.c \
177 passwd.c regex.c register.c screen.c tcplib.c user_priv.c \
178 welcome.c \
179 bbs.h bbs_cmd.h common.h database.h io.h menu.h tcplib.h
180
181 INCLUDES = -I../include -I/usr/local/mysql/include/mysql
182 CLEANFILES = @EXTRA_CLEAN@
183 all: all-am
184
185 .SUFFIXES:
186 .SUFFIXES: .c .lo .o .obj
187 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
188 @for dep in $?; do \
189 case '$(am__configure_deps)' in \
190 *$$dep*) \
191 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
192 && exit 0; \
193 exit 1;; \
194 esac; \
195 done; \
196 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
197 cd $(top_srcdir) && \
198 $(AUTOMAKE) --gnu src/Makefile
199 .PRECIOUS: Makefile
200 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201 @case '$?' in \
202 *config.status*) \
203 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
204 *) \
205 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
206 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
207 esac;
208
209 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
210 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
212 $(top_srcdir)/configure: $(am__configure_deps)
213 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216 install-binPROGRAMS: $(bin_PROGRAMS)
217 @$(NORMAL_INSTALL)
218 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
219 @list='$(bin_PROGRAMS)'; for p in $$list; do \
220 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
221 if test -f $$p \
222 || test -f $$p1 \
223 ; then \
224 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
225 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
226 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
227 else :; fi; \
228 done
229
230 uninstall-binPROGRAMS:
231 @$(NORMAL_UNINSTALL)
232 @list='$(bin_PROGRAMS)'; for p in $$list; do \
233 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
234 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
235 rm -f "$(DESTDIR)$(bindir)/$$f"; \
236 done
237
238 clean-binPROGRAMS:
239 @list='$(bin_PROGRAMS)'; for p in $$list; do \
240 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
241 echo " rm -f $$p $$f"; \
242 rm -f $$p $$f ; \
243 done
244 bbsd$(EXEEXT): $(bbsd_OBJECTS) $(bbsd_DEPENDENCIES)
245 @rm -f bbsd$(EXEEXT)
246 $(LINK) $(bbsd_LDFLAGS) $(bbsd_OBJECTS) $(bbsd_LDADD) $(LIBS)
247
248 mostlyclean-compile:
249 -rm -f *.$(OBJEXT)
250
251 distclean-compile:
252 -rm -f *.tab.c
253
254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bbs.Po@am__quote@
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bbs_cmd.Po@am__quote@
256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bbs_main.Po@am__quote@
257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bbs_net.Po@am__quote@
258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Po@am__quote@
260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fork.Po@am__quote@
261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/login.Po@am__quote@
265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@
267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_server.Po@am__quote@
268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netio.Po@am__quote@
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passwd.Po@am__quote@
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register.Po@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Po@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcplib.Po@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user_priv.Po@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/welcome.Po@am__quote@
276
277 .c.o:
278 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
279 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
280 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
281 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
283
284 .c.obj:
285 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
286 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
287 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
290
291 .c.lo:
292 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
293 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
294 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
295 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
297
298 mostlyclean-libtool:
299 -rm -f *.lo
300
301 clean-libtool:
302 -rm -rf .libs _libs
303
304 distclean-libtool:
305 -rm -f libtool
306 uninstall-info-am:
307
308 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
309 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
310 unique=`for i in $$list; do \
311 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312 done | \
313 $(AWK) ' { files[$$0] = 1; } \
314 END { for (i in files) print i; }'`; \
315 mkid -fID $$unique
316 tags: TAGS
317
318 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
319 $(TAGS_FILES) $(LISP)
320 tags=; \
321 here=`pwd`; \
322 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
323 unique=`for i in $$list; do \
324 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325 done | \
326 $(AWK) ' { files[$$0] = 1; } \
327 END { for (i in files) print i; }'`; \
328 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
329 test -n "$$unique" || unique=$$empty_fix; \
330 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331 $$tags $$unique; \
332 fi
333 ctags: CTAGS
334 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
335 $(TAGS_FILES) $(LISP)
336 tags=; \
337 here=`pwd`; \
338 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
339 unique=`for i in $$list; do \
340 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341 done | \
342 $(AWK) ' { files[$$0] = 1; } \
343 END { for (i in files) print i; }'`; \
344 test -z "$(CTAGS_ARGS)$$tags$$unique" \
345 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
346 $$tags $$unique
347
348 GTAGS:
349 here=`$(am__cd) $(top_builddir) && pwd` \
350 && cd $(top_srcdir) \
351 && gtags -i $(GTAGS_ARGS) $$here
352
353 distclean-tags:
354 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
355
356 distdir: $(DISTFILES)
357 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
358 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
359 list='$(DISTFILES)'; for file in $$list; do \
360 case $$file in \
361 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
362 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
363 esac; \
364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
366 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
367 dir="/$$dir"; \
368 $(mkdir_p) "$(distdir)$$dir"; \
369 else \
370 dir=''; \
371 fi; \
372 if test -d $$d/$$file; then \
373 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
375 fi; \
376 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
377 else \
378 test -f $(distdir)/$$file \
379 || cp -p $$d/$$file $(distdir)/$$file \
380 || exit 1; \
381 fi; \
382 done
383 check-am: all-am
384 check: check-am
385 all-am: Makefile $(PROGRAMS)
386 installdirs:
387 for dir in "$(DESTDIR)$(bindir)"; do \
388 test -z "$$dir" || $(mkdir_p) "$$dir"; \
389 done
390 install: install-am
391 install-exec: install-exec-am
392 install-data: install-data-am
393 uninstall: uninstall-am
394
395 install-am: all-am
396 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
397
398 installcheck: installcheck-am
399 install-strip:
400 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
401 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
402 `test -z '$(STRIP)' || \
403 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
404 mostlyclean-generic:
405
406 clean-generic:
407 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
408
409 distclean-generic:
410 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
411
412 maintainer-clean-generic:
413 @echo "This command is intended for maintainers to use"
414 @echo "it deletes files that may require special tools to rebuild."
415 clean: clean-am
416
417 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
418
419 distclean: distclean-am
420 -rm -rf ./$(DEPDIR)
421 -rm -f Makefile
422 distclean-am: clean-am distclean-compile distclean-generic \
423 distclean-libtool distclean-tags
424
425 dvi: dvi-am
426
427 dvi-am:
428
429 html: html-am
430
431 info: info-am
432
433 info-am:
434
435 install-data-am:
436
437 install-exec-am: install-binPROGRAMS
438
439 install-info: install-info-am
440
441 install-man:
442
443 installcheck-am:
444
445 maintainer-clean: maintainer-clean-am
446 -rm -rf ./$(DEPDIR)
447 -rm -f Makefile
448 maintainer-clean-am: distclean-am maintainer-clean-generic
449
450 mostlyclean: mostlyclean-am
451
452 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
453 mostlyclean-libtool
454
455 pdf: pdf-am
456
457 pdf-am:
458
459 ps: ps-am
460
461 ps-am:
462
463 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
464
465 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
466 clean-generic clean-libtool ctags distclean distclean-compile \
467 distclean-generic distclean-libtool distclean-tags distdir dvi \
468 dvi-am html html-am info info-am install install-am \
469 install-binPROGRAMS install-data install-data-am install-exec \
470 install-exec-am install-info install-info-am install-man \
471 install-strip installcheck installcheck-am installdirs \
472 maintainer-clean maintainer-clean-generic mostlyclean \
473 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
474 pdf pdf-am ps ps-am tags uninstall uninstall-am \
475 uninstall-binPROGRAMS uninstall-info-am
476
477 # Tell versions [3.59,3.63) of GNU make to not export all variables.
478 # Otherwise a system limit (for SysV at least) may be exceeded.
479 .NOEXPORT:

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1