1# Generated automatically from Makefile.in by configure.
2# Makefile.in generated automatically by automake 1.4 from Makefile.am
3
4# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14
15SHELL = /bin/sh
16
17srcdir = .
18top_srcdir = .
19prefix = /usr/local
20exec_prefix = ${prefix}
21
22bindir = ${exec_prefix}/bin
23sbindir = ${exec_prefix}/sbin
24libexecdir = ${exec_prefix}/libexec
25datadir = ${prefix}/share
26sysconfdir = /etc
27sharedstatedir = ${prefix}/com
28localstatedir = ${prefix}/var
29libdir = ${exec_prefix}/lib
30infodir = ${prefix}/info
31mandir = ${prefix}/man
32includedir = ${prefix}/include
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/esecanna
38pkglibdir = $(libdir)/esecanna
39pkgincludedir = $(includedir)/esecanna
40
41top_builddir = .
42
43ACLOCAL = aclocal
44AUTOCONF = autoconf
45AUTOMAKE = automake
46AUTOHEADER = autoheader
47
48INSTALL = /usr/bin/install -c
49INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = ${INSTALL} -m 644
51INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52transform = s,x,x,
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = i586-pc-linux
61host_triplet = i586-pc-linux-gnu
62AS = @AS@
63CC = gcc
64DLLTOOL = @DLLTOOL@
65LIBTOOL = $(SHELL) $(top_builddir)/libtool
66LN_S = ln -s
67MAKEINFO = makeinfo
68OBJDUMP = @OBJDUMP@
69PACKAGE = esecanna
70RANLIB = ranlib
71VERSION =
72
73AUTOMAKE_OPTIONS = foreign
74
75sbin_PROGRAMS = esecannaserver
76esecannaserver_SOURCES =  	cannaproto.c 	cannasocket.c 	imewrapper.c 	main.c 	misc.c 	cannaproto.h 	cannasocket.h 	constdef.h 	def.h 	imewrapper.h 	misc.h
77
78
79esecannaserver_LDFLAGS = -export-dynamic
80
81EXTRA_DIST = 4DEVELOPERS.jp CHANGES.jp INSTALL.jp README.First.jp 	     README.jp esecannarc
82
83sysconf_DATA = esecannarc
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86CONFIG_CLEAN_FILES =
87PROGRAMS =  $(sbin_PROGRAMS)
88
89
90DEFS =  -DPACKAGE=\"esecanna\" -DVERSION=\"\" -DRCPATH=\"/etc\" -DDLLPATH=\"${exec_prefix}/lib/esecanna\" -DPIDPATH=\"/var/run\" -DLOGPATH=\"/var/log\" -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_GETHOSTNAME=1 -DHAVE_MKDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1  -I. -I$(srcdir)
91CPPFLAGS =
92LDFLAGS =
93LIBS = -ldl
94esecannaserver_OBJECTS =  cannaproto.o cannasocket.o imewrapper.o main.o \
95misc.o
96esecannaserver_LDADD = $(LDADD)
97esecannaserver_DEPENDENCIES =
98CFLAGS = -g -O2
99COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101CCLD = $(CC)
102LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
103DATA =  $(sysconf_DATA)
104
105DIST_COMMON =  COPYING Makefile.am Makefile.in aclocal.m4 config.guess \
106config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
107mkinstalldirs
108
109
110DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
112TAR = tar
113GZIP_ENV = --best
114DEP_FILES =  .deps/cannaproto.P .deps/cannasocket.P .deps/imewrapper.P \
115.deps/main.P .deps/misc.P
116SOURCES = $(esecannaserver_SOURCES)
117OBJECTS = $(esecannaserver_OBJECTS)
118
119all: all-redirect
120.SUFFIXES:
121.SUFFIXES: .S .c .lo .o .s
122$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123	cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
124
125Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
126	cd $(top_builddir) \
127	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
129$(ACLOCAL_M4):  configure.in
130	cd $(srcdir) && $(ACLOCAL)
131
132config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
133	$(SHELL) ./config.status --recheck
134$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
135	cd $(srcdir) && $(AUTOCONF)
136
137mostlyclean-sbinPROGRAMS:
138
139clean-sbinPROGRAMS:
140	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
141
142distclean-sbinPROGRAMS:
143
144maintainer-clean-sbinPROGRAMS:
145
146install-sbinPROGRAMS: $(sbin_PROGRAMS)
147	@$(NORMAL_INSTALL)
148	$(mkinstalldirs) $(DESTDIR)$(sbindir)
149	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
150	  if test -f $$p; then \
151	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
152	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
153	  else :; fi; \
154	done
155
156uninstall-sbinPROGRAMS:
157	@$(NORMAL_UNINSTALL)
158	list='$(sbin_PROGRAMS)'; for p in $$list; do \
159	  rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
160	done
161
162.s.o:
163	$(COMPILE) -c $<
164
165.S.o:
166	$(COMPILE) -c $<
167
168mostlyclean-compile:
169	-rm -f *.o core *.core
170
171clean-compile:
172
173distclean-compile:
174	-rm -f *.tab.c
175
176maintainer-clean-compile:
177
178.s.lo:
179	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
180
181.S.lo:
182	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
183
184mostlyclean-libtool:
185	-rm -f *.lo
186
187clean-libtool:
188	-rm -rf .libs _libs
189
190distclean-libtool:
191
192maintainer-clean-libtool:
193
194esecannaserver: $(esecannaserver_OBJECTS) $(esecannaserver_DEPENDENCIES)
195	@rm -f esecannaserver
196	$(LINK) $(esecannaserver_LDFLAGS) $(esecannaserver_OBJECTS) $(esecannaserver_LDADD) $(LIBS)
197
198install-sysconfDATA: $(sysconf_DATA)
199	@$(NORMAL_INSTALL)
200	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
201	@list='$(sysconf_DATA)'; for p in $$list; do \
202	  if test -f $(srcdir)/$$p; then \
203	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \
204	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \
205	  else if test -f $$p; then \
206	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \
207	    $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \
208	  fi; fi; \
209	done
210
211uninstall-sysconfDATA:
212	@$(NORMAL_UNINSTALL)
213	list='$(sysconf_DATA)'; for p in $$list; do \
214	  rm -f $(DESTDIR)$(sysconfdir)/$$p; \
215	done
216
217tags: TAGS
218
219ID: $(HEADERS) $(SOURCES) $(LISP)
220	list='$(SOURCES) $(HEADERS)'; \
221	unique=`for i in $$list; do echo $$i; done | \
222	  awk '    { files[$$0] = 1; } \
223	       END { for (i in files) print i; }'`; \
224	here=`pwd` && cd $(srcdir) \
225	  && mkid -f$$here/ID $$unique $(LISP)
226
227TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
228	tags=; \
229	here=`pwd`; \
230	list='$(SOURCES) $(HEADERS)'; \
231	unique=`for i in $$list; do echo $$i; done | \
232	  awk '    { files[$$0] = 1; } \
233	       END { for (i in files) print i; }'`; \
234	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
235	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
236
237mostlyclean-tags:
238
239clean-tags:
240
241distclean-tags:
242	-rm -f TAGS ID
243
244maintainer-clean-tags:
245
246distdir = $(PACKAGE)-$(VERSION)
247top_distdir = $(distdir)
248
249# This target untars the dist file and tries a VPATH configuration.  Then
250# it guarantees that the distribution is self-contained by making another
251# tarfile.
252distcheck: dist
253	-rm -rf $(distdir)
254	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
255	mkdir $(distdir)/=build
256	mkdir $(distdir)/=inst
257	dc_install_base=`cd $(distdir)/=inst && pwd`; \
258	cd $(distdir)/=build \
259	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
260	  && $(MAKE) $(AM_MAKEFLAGS) \
261	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
262	  && $(MAKE) $(AM_MAKEFLAGS) check \
263	  && $(MAKE) $(AM_MAKEFLAGS) install \
264	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
265	  && $(MAKE) $(AM_MAKEFLAGS) dist
266	-rm -rf $(distdir)
267	@banner="$(distdir).tar.gz is ready for distribution"; \
268	dashes=`echo "$$banner" | sed s/./=/g`; \
269	echo "$$dashes"; \
270	echo "$$banner"; \
271	echo "$$dashes"
272dist: distdir
273	-chmod -R a+r $(distdir)
274	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
275	-rm -rf $(distdir)
276dist-all: distdir
277	-chmod -R a+r $(distdir)
278	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
279	-rm -rf $(distdir)
280distdir: $(DISTFILES)
281	-rm -rf $(distdir)
282	mkdir $(distdir)
283	-chmod 777 $(distdir)
284	here=`cd $(top_builddir) && pwd`; \
285	top_distdir=`cd $(distdir) && pwd`; \
286	distdir=`cd $(distdir) && pwd`; \
287	cd $(top_srcdir) \
288	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
289	@for file in $(DISTFILES); do \
290	  d=$(srcdir); \
291	  if test -d $$d/$$file; then \
292	    cp -pr $$d/$$file $(distdir)/$$file; \
293	  else \
294	    test -f $(distdir)/$$file \
295	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
296	    || cp -p $$d/$$file $(distdir)/$$file || :; \
297	  fi; \
298	done
299
300DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
301
302-include $(DEP_FILES)
303
304mostlyclean-depend:
305
306clean-depend:
307
308distclean-depend:
309	-rm -rf .deps
310
311maintainer-clean-depend:
312
313%.o: %.c
314	@echo '$(COMPILE) -c $<'; \
315	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
316	@-cp .deps/$(*F).pp .deps/$(*F).P; \
317	tr ' ' '\012' < .deps/$(*F).pp \
318	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
319	    >> .deps/$(*F).P; \
320	rm .deps/$(*F).pp
321
322%.lo: %.c
323	@echo '$(LTCOMPILE) -c $<'; \
324	$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
325	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
326	  < .deps/$(*F).pp > .deps/$(*F).P; \
327	tr ' ' '\012' < .deps/$(*F).pp \
328	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
329	    >> .deps/$(*F).P; \
330	rm -f .deps/$(*F).pp
331info-am:
332info: info-am
333dvi-am:
334dvi: dvi-am
335check-am: all-am
336check: check-am
337installcheck-am:
338installcheck: installcheck-am
339install-exec-am: install-sbinPROGRAMS install-sysconfDATA
340install-exec: install-exec-am
341
342install-data-am:
343install-data: install-data-am
344
345install-am: all-am
346	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
347install: install-am
348uninstall-am: uninstall-sbinPROGRAMS uninstall-sysconfDATA
349uninstall: uninstall-am
350all-am: Makefile $(PROGRAMS) $(DATA)
351all-redirect: all-am
352install-strip:
353	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
354installdirs:
355	$(mkinstalldirs)  $(DESTDIR)$(sbindir) $(DESTDIR)$(sysconfdir)
356
357
358mostlyclean-generic:
359
360clean-generic:
361
362distclean-generic:
363	-rm -f Makefile $(CONFIG_CLEAN_FILES)
364	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
365
366maintainer-clean-generic:
367mostlyclean-am:  mostlyclean-sbinPROGRAMS mostlyclean-compile \
368		mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
369		mostlyclean-generic
370
371mostlyclean: mostlyclean-am
372
373clean-am:  clean-sbinPROGRAMS clean-compile clean-libtool clean-tags \
374		clean-depend clean-generic mostlyclean-am
375
376clean: clean-am
377
378distclean-am:  distclean-sbinPROGRAMS distclean-compile \
379		distclean-libtool distclean-tags distclean-depend \
380		distclean-generic clean-am
381	-rm -f libtool
382
383distclean: distclean-am
384	-rm -f config.status
385
386maintainer-clean-am:  maintainer-clean-sbinPROGRAMS \
387		maintainer-clean-compile maintainer-clean-libtool \
388		maintainer-clean-tags maintainer-clean-depend \
389		maintainer-clean-generic distclean-am
390	@echo "This command is intended for maintainers to use;"
391	@echo "it deletes files that may require special tools to rebuild."
392
393maintainer-clean: maintainer-clean-am
394	-rm -f config.status
395
396.PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
397clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
398install-sbinPROGRAMS mostlyclean-compile distclean-compile \
399clean-compile maintainer-clean-compile mostlyclean-libtool \
400distclean-libtool clean-libtool maintainer-clean-libtool \
401uninstall-sysconfDATA install-sysconfDATA tags mostlyclean-tags \
402distclean-tags clean-tags maintainer-clean-tags distdir \
403mostlyclean-depend distclean-depend clean-depend \
404maintainer-clean-depend info-am info dvi-am dvi check check-am \
405installcheck-am installcheck install-exec-am install-exec \
406install-data-am install-data install-am install uninstall-am uninstall \
407all-redirect all-am all installdirs mostlyclean-generic \
408distclean-generic clean-generic maintainer-clean-generic clean \
409mostlyclean distclean maintainer-clean
410
411
412# Tell versions [3.59,3.63) of GNU make to not export all variables.
413# Otherwise a system limit (for SysV at least) may be exceeded.
414.NOEXPORT:
415