comparison src/Makefile.in @ 43:2842f50feb55 noffle

[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h, control.c, control.h, database.c, database.h, dynamicstring.c, dynamicstring.h, fetch.c, fetch.h, fetchlist.c, fetchlist.h, group.c, group.h, itemlist.c, itemlist.h, lock.c, lock.h, log.c, log.h, noffle.c, online.c, online.h, outgoing.c, outgoing.h, over.c, over.h, post.c, post.h, protocol.c, protocol.h, pseudo.c, pseudo.h, request.c, request.h, server.c, server.h, util.c, util.h, wildmat.c, wildmat.h: Moved files to the subdirectory src/ * Makefile.am, acconfig.h, configure.in, docs/Makefile.am, src/Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure, install-sh, missing, mkinstalldirs, stamp-h.in, docs/Makefile.in, src/Makefile.in: Added files. They are used by aclocal, autoheader, autoconf and automake. * src/config.c, src/config.h: Renamed to configfile.c and configfile.h, because configure will generate a config.h file itself. * src/client.c, src/content.c, src/database.c, src/fetch.c, src/fetchlist.c, src/group.c, src/lock.c, src/noffle.c, src/online.c, src/outgoing.c, src/over.c, src/pseudo.c, src/request.c, src/server.c, src/util.c: Changed '#include "config.h"' to '#include "configfile.h"'. * src/client.c, src/content.c, src/database.c, src/fetch.c, src/fetchlist.c, src/group.c, src/lock.c, src/online.c, src/outgoing.c, src/post.c, src/protocol.c, src/request.c, src/server.c: Files now #include <config.h>. Added missing <stdio.h>. This removes the warnings about snprintf() not being declared. * Makefile: Removed. This is now generated by configure.
author uh1763
date Fri, 05 May 2000 22:45:56 +0100
parents
children 32ba1198c6fa
comparison
equal deleted inserted replaced
42:2467ff423c15 43:2842f50feb55
1 # Makefile.in generated automatically by automake 1.4 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 # This Makefile.am is used by automake to generate the Makefile.in,
14 # which in turn will be used to generate the Makefile.
15
16
17 SHELL = @SHELL@
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
24
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37
38 DESTDIR =
39
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43
44 top_builddir = ..
45
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
50
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
56
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 CC = @CC@
64 CONFIGFILE = @CONFIGFILE@
65 DOCDIR = @DOCDIR@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 SPOOLDIR = @SPOOLDIR@
69 VERSION = @VERSION@
70
71 bin_PROGRAMS = noffle
72
73 noffle_SOURCES = client.c client.h common.h configfile.c configfile.h content.c content.h control.c control.h database.c database.h dynamicstring.c dynamicstring.h fetch.c fetch.h fetchlist.c fetchlist.h group.c group.h itemlist.c itemlist.h lock.c lock.h log.c log.h noffle.c online.c online.h outgoing.c outgoing.h over.c over.h post.c post.h protocol.c protocol.h pseudo.c pseudo.h request.c request.h server.c server.h util.c util.h wildmat.c wildmat.h
74
75
76 noffle_LDADD = -lgdbm
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_HEADER = ../config.h
79 CONFIG_CLEAN_FILES =
80 PROGRAMS = $(bin_PROGRAMS)
81
82
83 DEFS = @DEFS@ -I. -I$(srcdir) -I..
84 CPPFLAGS = @CPPFLAGS@
85 LDFLAGS = @LDFLAGS@
86 LIBS = @LIBS@
87 noffle_OBJECTS = client.o configfile.o content.o control.o database.o \
88 dynamicstring.o fetch.o fetchlist.o group.o itemlist.o lock.o log.o \
89 noffle.o online.o outgoing.o over.o post.o protocol.o pseudo.o \
90 request.o server.o util.o wildmat.o
91 noffle_DEPENDENCIES =
92 noffle_LDFLAGS =
93 CFLAGS = @CFLAGS@
94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97 DIST_COMMON = Makefile.am Makefile.in
98
99
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102 TAR = tar
103 GZIP_ENV = --best
104 DEP_FILES = .deps/client.P .deps/configfile.P .deps/content.P \
105 .deps/control.P .deps/database.P .deps/dynamicstring.P .deps/fetch.P \
106 .deps/fetchlist.P .deps/group.P .deps/itemlist.P .deps/lock.P \
107 .deps/log.P .deps/noffle.P .deps/online.P .deps/outgoing.P .deps/over.P \
108 .deps/post.P .deps/protocol.P .deps/pseudo.P .deps/request.P \
109 .deps/server.P .deps/util.P .deps/wildmat.P
110 SOURCES = $(noffle_SOURCES)
111 OBJECTS = $(noffle_OBJECTS)
112
113 all: all-redirect
114 .SUFFIXES:
115 .SUFFIXES: .S .c .o .s
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
118
119 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
120 cd $(top_builddir) \
121 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
123
124 mostlyclean-binPROGRAMS:
125
126 clean-binPROGRAMS:
127 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
128
129 distclean-binPROGRAMS:
130
131 maintainer-clean-binPROGRAMS:
132
133 install-binPROGRAMS: $(bin_PROGRAMS)
134 @$(NORMAL_INSTALL)
135 $(mkinstalldirs) $(DESTDIR)$(bindir)
136 @list='$(bin_PROGRAMS)'; for p in $$list; do \
137 if test -f $$p; then \
138 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
139 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
140 else :; fi; \
141 done
142
143 uninstall-binPROGRAMS:
144 @$(NORMAL_UNINSTALL)
145 list='$(bin_PROGRAMS)'; for p in $$list; do \
146 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
147 done
148
149 .s.o:
150 $(COMPILE) -c $<
151
152 .S.o:
153 $(COMPILE) -c $<
154
155 mostlyclean-compile:
156 -rm -f *.o core *.core
157
158 clean-compile:
159
160 distclean-compile:
161 -rm -f *.tab.c
162
163 maintainer-clean-compile:
164
165 noffle: $(noffle_OBJECTS) $(noffle_DEPENDENCIES)
166 @rm -f noffle
167 $(LINK) $(noffle_LDFLAGS) $(noffle_OBJECTS) $(noffle_LDADD) $(LIBS)
168
169 ID: $(HEADERS) $(SOURCES) $(LISP)
170 list='$(SOURCES) $(HEADERS)'; \
171 unique=`for i in $$list; do echo $$i; done | \
172 awk ' { files[$$0] = 1; } \
173 END { for (i in files) print i; }'`; \
174 here=`pwd` && cd $(srcdir) \
175 && mkid -f$$here/ID $$unique $(LISP)
176
177 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
178 tags=; \
179 here=`pwd`; \
180 list='$(SOURCES) $(HEADERS)'; \
181 unique=`for i in $$list; do echo $$i; done | \
182 awk ' { files[$$0] = 1; } \
183 END { for (i in files) print i; }'`; \
184 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
185 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
186
187 mostlyclean-tags:
188
189 clean-tags:
190
191 distclean-tags:
192 -rm -f TAGS ID
193
194 maintainer-clean-tags:
195
196 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
197
198 subdir = src
199
200 distdir: $(DISTFILES)
201 here=`cd $(top_builddir) && pwd`; \
202 top_distdir=`cd $(top_distdir) && pwd`; \
203 distdir=`cd $(distdir) && pwd`; \
204 cd $(top_srcdir) \
205 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
206 @for file in $(DISTFILES); do \
207 d=$(srcdir); \
208 if test -d $$d/$$file; then \
209 cp -pr $$/$$file $(distdir)/$$file; \
210 else \
211 test -f $(distdir)/$$file \
212 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
213 || cp -p $$d/$$file $(distdir)/$$file || :; \
214 fi; \
215 done
216
217 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
218
219 -include $(DEP_FILES)
220
221 mostlyclean-depend:
222
223 clean-depend:
224
225 distclean-depend:
226 -rm -rf .deps
227
228 maintainer-clean-depend:
229
230 %.o: %.c
231 @echo '$(COMPILE) -c $<'; \
232 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
233 @-cp .deps/$(*F).pp .deps/$(*F).P; \
234 tr ' ' '\012' < .deps/$(*F).pp \
235 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
236 >> .deps/$(*F).P; \
237 rm .deps/$(*F).pp
238
239 %.lo: %.c
240 @echo '$(LTCOMPILE) -c $<'; \
241 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
242 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
243 < .deps/$(*F).pp > .deps/$(*F).P; \
244 tr ' ' '\012' < .deps/$(*F).pp \
245 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
246 >> .deps/$(*F).P; \
247 rm -f .deps/$(*F).pp
248 info-am:
249 info: info-am
250 dvi-am:
251 dvi: dvi-am
252 check-am: all-am
253 check: check-am
254 installcheck-am:
255 installcheck: installcheck-am
256 install-exec-am: install-binPROGRAMS
257 install-exec: install-exec-am
258
259 install-data-am:
260 install-data: install-data-am
261
262 install-am: all-am
263 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264 install: install-am
265 uninstall-am: uninstall-binPROGRAMS
266 uninstall: uninstall-am
267 all-am: Makefile $(PROGRAMS)
268 all-redirect: all-am
269 install-strip:
270 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
271 installdirs:
272 $(mkinstalldirs) $(DESTDIR)$(bindir)
273
274
275 mostlyclean-generic:
276
277 clean-generic:
278
279 distclean-generic:
280 -rm -f Makefile $(CONFIG_CLEAN_FILES)
281 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
282
283 maintainer-clean-generic:
284 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
285 mostlyclean-tags mostlyclean-depend mostlyclean-generic
286
287 mostlyclean: mostlyclean-am
288
289 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
290 clean-generic mostlyclean-am
291
292 clean: clean-am
293
294 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
295 distclean-depend distclean-generic clean-am
296
297 distclean: distclean-am
298
299 maintainer-clean-am: maintainer-clean-binPROGRAMS \
300 maintainer-clean-compile maintainer-clean-tags \
301 maintainer-clean-depend maintainer-clean-generic \
302 distclean-am
303 @echo "This command is intended for maintainers to use;"
304 @echo "it deletes files that may require special tools to rebuild."
305
306 maintainer-clean: maintainer-clean-am
307
308 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
309 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
310 mostlyclean-compile distclean-compile clean-compile \
311 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
312 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
313 distclean-depend clean-depend maintainer-clean-depend info-am info \
314 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
315 install-exec install-data-am install-data install-am install \
316 uninstall-am uninstall all-redirect all-am all installdirs \
317 mostlyclean-generic distclean-generic clean-generic \
318 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
319
320
321 tags:
322 etags $(noffle_SOURCES)
323
324 # Tell versions [3.59,3.63) of GNU make to not export all variables.
325 # Otherwise a system limit (for SysV at least) may be exceeded.
326 .NOEXPORT: