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

Contents of /lbbs/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


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

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