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

Contents of /lbbs/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (show annotations)
Sat Oct 23 18:41:41 2004 UTC (21 years, 4 months ago) by sysadm
Branch: MAIN
Changes since 1.12: +5 -4 lines
*** empty log message ***

1 # Makefile.in generated by automake 1.8.3 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 bin_PROGRAMS = bbsd$(EXEEXT)
40 subdir = src
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/configure.in
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46 mkinstalldirs = $(mkdir_p)
47 CONFIG_CLEAN_FILES =
48 am__installdirs = "$(DESTDIR)$(bindir)"
49 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
50 PROGRAMS = $(bin_PROGRAMS)
51 am_bbsd_OBJECTS = bbs.$(OBJEXT) common.$(OBJEXT) main.$(OBJEXT) \
52 init.$(OBJEXT) log.$(OBJEXT) net_server.$(OBJEXT) \
53 fork.$(OBJEXT) bbs_main.$(OBJEXT) netio.$(OBJEXT) io.$(OBJEXT) \
54 welcome.$(OBJEXT) database.$(OBJEXT) login.$(OBJEXT) \
55 screen.$(OBJEXT) regex.$(OBJEXT) passwd.$(OBJEXT) \
56 user_priv.$(OBJEXT) register.$(OBJEXT)
57 bbsd_OBJECTS = $(am_bbsd_OBJECTS)
58 bbsd_LDADD = $(LDADD)
59 DEFAULT_INCLUDES = -I. -I$(srcdir)
60 depcomp = $(SHELL) $(top_srcdir)/depcomp
61 am__depfiles_maybe = depfiles
62 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bbs.Po ./$(DEPDIR)/bbs_main.Po \
63 @AMDEP_TRUE@ ./$(DEPDIR)/common.Po ./$(DEPDIR)/database.Po \
64 @AMDEP_TRUE@ ./$(DEPDIR)/fork.Po ./$(DEPDIR)/init.Po \
65 @AMDEP_TRUE@ ./$(DEPDIR)/io.Po ./$(DEPDIR)/log.Po \
66 @AMDEP_TRUE@ ./$(DEPDIR)/login.Po ./$(DEPDIR)/main.Po \
67 @AMDEP_TRUE@ ./$(DEPDIR)/net_server.Po ./$(DEPDIR)/netio.Po \
68 @AMDEP_TRUE@ ./$(DEPDIR)/passwd.Po ./$(DEPDIR)/regex.Po \
69 @AMDEP_TRUE@ ./$(DEPDIR)/register.Po ./$(DEPDIR)/screen.Po \
70 @AMDEP_TRUE@ ./$(DEPDIR)/user_priv.Po ./$(DEPDIR)/welcome.Po
71 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73 CCLD = $(CC)
74 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
75 SOURCES = $(bbsd_SOURCES)
76 DIST_SOURCES = $(bbsd_SOURCES)
77 ETAGS = etags
78 CTAGS = ctags
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 ACLOCAL = @ACLOCAL@
81 AMDEP_FALSE = @AMDEP_FALSE@
82 AMDEP_TRUE = @AMDEP_TRUE@
83 AMTAR = @AMTAR@
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 CYGPATH_W = @CYGPATH_W@
94 DEFS = @DEFS@
95 DEPDIR = @DEPDIR@
96 ECHO_C = @ECHO_C@
97 ECHO_N = @ECHO_N@
98 ECHO_T = @ECHO_T@
99 EGREP = @EGREP@
100 EXEEXT = @EXEEXT@
101 INSTALL_DATA = @INSTALL_DATA@
102 INSTALL_PROGRAM = @INSTALL_PROGRAM@
103 INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105 LDFLAGS = @LDFLAGS@
106 LIBOBJS = @LIBOBJS@
107 LIBS = -L/usr/local/lib/mysql -lmysqlclient -lz
108 LTLIBOBJS = @LTLIBOBJS@
109 MAKEINFO = @MAKEINFO@
110 OBJEXT = @OBJEXT@
111 PACKAGE = @PACKAGE@
112 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
113 PACKAGE_NAME = @PACKAGE_NAME@
114 PACKAGE_STRING = @PACKAGE_STRING@
115 PACKAGE_TARNAME = @PACKAGE_TARNAME@
116 PACKAGE_VERSION = @PACKAGE_VERSION@
117 PATH_SEPARATOR = @PATH_SEPARATOR@
118 SET_MAKE = @SET_MAKE@
119 SHELL = @SHELL@
120 STRIP = @STRIP@
121 VERSION = @VERSION@
122 ac_ct_CC = @ac_ct_CC@
123 ac_ct_STRIP = @ac_ct_STRIP@
124 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
125 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
126 am__include = @am__include@
127 am__leading_dot = @am__leading_dot@
128 am__quote = @am__quote@
129 bindir = @bindir@
130 build_alias = @build_alias@
131 datadir = @datadir@
132 exec_prefix = @exec_prefix@
133 host_alias = @host_alias@
134 includedir = @includedir@
135 infodir = @infodir@
136 install_sh = @install_sh@
137 libdir = @libdir@
138 libexecdir = @libexecdir@
139 localstatedir = @localstatedir@
140 mandir = @mandir@
141 mkdir_p = @mkdir_p@
142 oldincludedir = @oldincludedir@
143 prefix = @prefix@
144 program_transform_name = @program_transform_name@
145 sbindir = @sbindir@
146 sharedstatedir = @sharedstatedir@
147 sysconfdir = @sysconfdir@
148 target_alias = @target_alias@
149 bbsd_SOURCES = bbs.h bbs.c common.h common.c main.c init.c log.c net_server.c fork.c bbs_main.c netio.c io.h io.c welcome.c database.c login.c screen.c regex.c passwd.c user_priv.c register.c
150 INCLUDES = -I../include -I/usr/local/include/mysql
151 all: all-am
152
153 .SUFFIXES:
154 .SUFFIXES: .c .o .obj
155 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
156 @for dep in $?; do \
157 case '$(am__configure_deps)' in \
158 *$$dep*) \
159 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
160 && exit 0; \
161 exit 1;; \
162 esac; \
163 done; \
164 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
165 cd $(top_srcdir) && \
166 $(AUTOMAKE) --gnu src/Makefile
167 .PRECIOUS: Makefile
168 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
169 @case '$?' in \
170 *config.status*) \
171 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
172 *) \
173 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
174 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
175 esac;
176
177 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
178 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
179
180 $(top_srcdir)/configure: $(am__configure_deps)
181 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
182 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
183 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
184 install-binPROGRAMS: $(bin_PROGRAMS)
185 @$(NORMAL_INSTALL)
186 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
187 @list='$(bin_PROGRAMS)'; for p in $$list; do \
188 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
189 if test -f $$p \
190 ; then \
191 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
192 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
193 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
194 else :; fi; \
195 done
196
197 uninstall-binPROGRAMS:
198 @$(NORMAL_UNINSTALL)
199 @list='$(bin_PROGRAMS)'; for p in $$list; do \
200 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
201 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
202 rm -f "$(DESTDIR)$(bindir)/$$f"; \
203 done
204
205 clean-binPROGRAMS:
206 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
207 bbsd$(EXEEXT): $(bbsd_OBJECTS) $(bbsd_DEPENDENCIES)
208 @rm -f bbsd$(EXEEXT)
209 $(LINK) $(bbsd_LDFLAGS) $(bbsd_OBJECTS) $(bbsd_LDADD) $(LIBS)
210
211 mostlyclean-compile:
212 -rm -f *.$(OBJEXT)
213
214 distclean-compile:
215 -rm -f *.tab.c
216
217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bbs.Po@am__quote@
218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bbs_main.Po@am__quote@
219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Po@am__quote@
221 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fork.Po@am__quote@
222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
223 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
224 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
225 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/login.Po@am__quote@
226 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
227 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_server.Po@am__quote@
228 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netio.Po@am__quote@
229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passwd.Po@am__quote@
230 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register.Po@am__quote@
232 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Po@am__quote@
233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user_priv.Po@am__quote@
234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/welcome.Po@am__quote@
235
236 .c.o:
237 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
238 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
239 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
240 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
241 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
242 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
243
244 .c.obj:
245 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
246 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
247 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
248 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
251 uninstall-info-am:
252
253 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
254 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
255 unique=`for i in $$list; do \
256 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
257 done | \
258 $(AWK) ' { files[$$0] = 1; } \
259 END { for (i in files) print i; }'`; \
260 mkid -fID $$unique
261 tags: TAGS
262
263 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
264 $(TAGS_FILES) $(LISP)
265 tags=; \
266 here=`pwd`; \
267 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
268 unique=`for i in $$list; do \
269 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270 done | \
271 $(AWK) ' { files[$$0] = 1; } \
272 END { for (i in files) print i; }'`; \
273 test -z "$(ETAGS_ARGS)$$tags$$unique" \
274 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
275 $$tags $$unique
276 ctags: CTAGS
277 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
278 $(TAGS_FILES) $(LISP)
279 tags=; \
280 here=`pwd`; \
281 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
282 unique=`for i in $$list; do \
283 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284 done | \
285 $(AWK) ' { files[$$0] = 1; } \
286 END { for (i in files) print i; }'`; \
287 test -z "$(CTAGS_ARGS)$$tags$$unique" \
288 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
289 $$tags $$unique
290
291 GTAGS:
292 here=`$(am__cd) $(top_builddir) && pwd` \
293 && cd $(top_srcdir) \
294 && gtags -i $(GTAGS_ARGS) $$here
295
296 distclean-tags:
297 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
298
299 distdir: $(DISTFILES)
300 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
301 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
302 list='$(DISTFILES)'; for file in $$list; do \
303 case $$file in \
304 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
305 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
306 esac; \
307 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
308 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
309 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
310 dir="/$$dir"; \
311 $(mkdir_p) "$(distdir)$$dir"; \
312 else \
313 dir=''; \
314 fi; \
315 if test -d $$d/$$file; then \
316 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
317 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
318 fi; \
319 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
320 else \
321 test -f $(distdir)/$$file \
322 || cp -p $$d/$$file $(distdir)/$$file \
323 || exit 1; \
324 fi; \
325 done
326 check-am: all-am
327 check: check-am
328 all-am: Makefile $(PROGRAMS)
329 installdirs:
330 for dir in "$(DESTDIR)$(bindir)"; do \
331 test -z "$$dir" || $(mkdir_p) "$$dir"; \
332 done
333 install: install-am
334 install-exec: install-exec-am
335 install-data: install-data-am
336 uninstall: uninstall-am
337
338 install-am: all-am
339 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340
341 installcheck: installcheck-am
342 install-strip:
343 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
344 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
345 `test -z '$(STRIP)' || \
346 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
347 mostlyclean-generic:
348
349 clean-generic:
350
351 distclean-generic:
352 -rm -f $(CONFIG_CLEAN_FILES)
353
354 maintainer-clean-generic:
355 @echo "This command is intended for maintainers to use"
356 @echo "it deletes files that may require special tools to rebuild."
357 clean: clean-am
358
359 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
360
361 distclean: distclean-am
362 -rm -rf ./$(DEPDIR)
363 -rm -f Makefile
364 distclean-am: clean-am distclean-compile distclean-generic \
365 distclean-tags
366
367 dvi: dvi-am
368
369 dvi-am:
370
371 html: html-am
372
373 info: info-am
374
375 info-am:
376
377 install-data-am:
378
379 install-exec-am: install-binPROGRAMS
380
381 install-info: install-info-am
382
383 install-man:
384
385 installcheck-am:
386
387 maintainer-clean: maintainer-clean-am
388 -rm -rf ./$(DEPDIR)
389 -rm -f Makefile
390 maintainer-clean-am: distclean-am maintainer-clean-generic
391
392 mostlyclean: mostlyclean-am
393
394 mostlyclean-am: mostlyclean-compile mostlyclean-generic
395
396 pdf: pdf-am
397
398 pdf-am:
399
400 ps: ps-am
401
402 ps-am:
403
404 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
405
406 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
407 clean-generic ctags distclean distclean-compile \
408 distclean-generic distclean-tags distdir dvi dvi-am html \
409 html-am info info-am install install-am install-binPROGRAMS \
410 install-data install-data-am install-exec install-exec-am \
411 install-info install-info-am install-man install-strip \
412 installcheck installcheck-am installdirs maintainer-clean \
413 maintainer-clean-generic mostlyclean mostlyclean-compile \
414 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
415 uninstall-am uninstall-binPROGRAMS uninstall-info-am
416
417 # Tell versions [3.59,3.63) of GNU make to not export all variables.
418 # Otherwise a system limit (for SysV at least) may be exceeded.
419 .NOEXPORT:

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