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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60AWK = @AWK@
61CC = @CC@
62MAKEINFO = @MAKEINFO@
63PACKAGE = @PACKAGE@
64VERSION = @VERSION@
65x_includes = @x_includes@
66x_libraries = @x_libraries@
67
68bin_PROGRAMS = fkiss
69fkiss_SOURCES =   fkiss.c menu.c selcnf.c cursor.c dir.c sound.c kisscnf.c sub.c  color.c kisseve.c comment.c bg.c timer.c  codeconv.c jiscode.c work.c message.c  extern.h fkiss.h headers.h kiss.h timer.h ulaw.h version.h work.h  grip0.xbm grip1.xbm hand0.xbm hand1.xbm icon.xbm  coptions
70
71LDFLAGS = @LDFLAGS@ @X_LIBS@
72LDADD = -lX11
73INCLUDES = -I@x_includes@
74
75EXTRA_DIST = fkiss.man fkissrc.smp  english.sed japanese.sed fkiss.doc README.euc README.sjis  kissgs.doc fkissex.doc fkissex1.doc fkissex2.doc fkissex3.doc  frkismi4.lzh
76
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79CONFIG_HEADER = config.h
80CONFIG_CLEAN_FILES =
81PROGRAMS =  $(bin_PROGRAMS)
82
83
84DEFS = @DEFS@ -I. -I$(srcdir) -I.
85CPPFLAGS = @CPPFLAGS@
86LIBS = @LIBS@
87X_CFLAGS = @X_CFLAGS@
88X_LIBS = @LDFLAGS@ @X_LIBS@
89X_EXTRA_LIBS = @X_EXTRA_LIBS@
90X_PRE_LIBS = @X_PRE_LIBS@
91fkiss_OBJECTS =  fkiss.o menu.o selcnf.o cursor.o dir.o sound.o \
92kisscnf.o sub.o color.o kisseve.o comment.o bg.o timer.o codeconv.o \
93jiscode.o work.o message.o
94fkiss_LDADD = $(LDADD)
95fkiss_DEPENDENCIES =
96fkiss_LDFLAGS =
97CFLAGS = @CFLAGS@
98COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99CCLD = $(CC)
100LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
101DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
102Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \
103configure.in install-sh missing mkinstalldirs
104
105
106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107
108TAR = gtar
109GZIP_ENV = --best
110DEP_FILES =  .deps/bg.P .deps/codeconv.P .deps/color.P .deps/comment.P \
111.deps/cursor.P .deps/dir.P .deps/fkiss.P .deps/jiscode.P \
112.deps/kisscnf.P .deps/kisseve.P .deps/menu.P .deps/message.P \
113.deps/selcnf.P .deps/sound.P .deps/sub.P .deps/timer.P .deps/work.P
114SOURCES = $(fkiss_SOURCES)
115OBJECTS = $(fkiss_OBJECTS)
116
117all: all-redirect
118.SUFFIXES:
119.SUFFIXES: .S .c .o .s
120$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
121	cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
122
123Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
124	cd $(top_builddir) \
125	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
126
127$(ACLOCAL_M4):  configure.in
128	cd $(srcdir) && $(ACLOCAL)
129
130config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
131	$(SHELL) ./config.status --recheck
132$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
133	cd $(srcdir) && $(AUTOCONF)
134
135config.h: stamp-h
136	@if test ! -f $@; then \
137		rm -f stamp-h; \
138		$(MAKE) stamp-h; \
139	else :; fi
140stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
141	cd $(top_builddir) \
142	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
143	     $(SHELL) ./config.status
144	@echo timestamp > stamp-h 2> /dev/null
145$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
146	@if test ! -f $@; then \
147		rm -f $(srcdir)/stamp-h.in; \
148		$(MAKE) $(srcdir)/stamp-h.in; \
149	else :; fi
150$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
151	cd $(top_srcdir) && $(AUTOHEADER)
152	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
153
154mostlyclean-hdr:
155
156clean-hdr:
157
158distclean-hdr:
159	-rm -f config.h
160
161maintainer-clean-hdr:
162
163mostlyclean-binPROGRAMS:
164
165clean-binPROGRAMS:
166	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
167
168distclean-binPROGRAMS:
169
170maintainer-clean-binPROGRAMS:
171
172install-binPROGRAMS: $(bin_PROGRAMS)
173	@$(NORMAL_INSTALL)
174	$(mkinstalldirs) $(DESTDIR)$(bindir)
175	@list='$(bin_PROGRAMS)'; for p in $$list; do \
176	  if test -f $$p; then \
177	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
178	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
179	  else :; fi; \
180	done
181
182uninstall-binPROGRAMS:
183	@$(NORMAL_UNINSTALL)
184	list='$(bin_PROGRAMS)'; for p in $$list; do \
185	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
186	done
187
188.s.o:
189	$(COMPILE) -c $<
190
191.S.o:
192	$(COMPILE) -c $<
193
194mostlyclean-compile:
195	-rm -f *.o core *.core
196
197clean-compile:
198
199distclean-compile:
200	-rm -f *.tab.c
201
202maintainer-clean-compile:
203
204fkiss: $(fkiss_OBJECTS) $(fkiss_DEPENDENCIES)
205	@rm -f fkiss
206	$(LINK) $(fkiss_LDFLAGS) $(fkiss_OBJECTS) $(fkiss_LDADD) $(LIBS)
207
208tags: TAGS
209
210ID: $(HEADERS) $(SOURCES) $(LISP)
211	list='$(SOURCES) $(HEADERS)'; \
212	unique=`for i in $$list; do echo $$i; done | \
213	  awk '    { files[$$0] = 1; } \
214	       END { for (i in files) print i; }'`; \
215	here=`pwd` && cd $(srcdir) \
216	  && mkid -f$$here/ID $$unique $(LISP)
217
218TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
219	tags=; \
220	here=`pwd`; \
221	list='$(SOURCES) $(HEADERS)'; \
222	unique=`for i in $$list; do echo $$i; done | \
223	  awk '    { files[$$0] = 1; } \
224	       END { for (i in files) print i; }'`; \
225	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
226	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
227
228mostlyclean-tags:
229
230clean-tags:
231
232distclean-tags:
233	-rm -f TAGS ID
234
235maintainer-clean-tags:
236
237distdir = $(PACKAGE)-$(VERSION)
238top_distdir = $(distdir)
239
240# This target untars the dist file and tries a VPATH configuration.  Then
241# it guarantees that the distribution is self-contained by making another
242# tarfile.
243distcheck: dist
244	-rm -rf $(distdir)
245	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
246	mkdir $(distdir)/=build
247	mkdir $(distdir)/=inst
248	dc_install_base=`cd $(distdir)/=inst && pwd`; \
249	cd $(distdir)/=build \
250	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
251	  && $(MAKE) $(AM_MAKEFLAGS) \
252	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
253	  && $(MAKE) $(AM_MAKEFLAGS) check \
254	  && $(MAKE) $(AM_MAKEFLAGS) install \
255	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
256	  && $(MAKE) $(AM_MAKEFLAGS) dist
257	-rm -rf $(distdir)
258	@banner="$(distdir).tar.gz is ready for distribution"; \
259	dashes=`echo "$$banner" | sed s/./=/g`; \
260	echo "$$dashes"; \
261	echo "$$banner"; \
262	echo "$$dashes"
263dist: distdir
264	-chmod -R a+r $(distdir)
265	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
266	-rm -rf $(distdir)
267dist-all: distdir
268	-chmod -R a+r $(distdir)
269	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
270	-rm -rf $(distdir)
271distdir: $(DISTFILES)
272	-rm -rf $(distdir)
273	mkdir $(distdir)
274	-chmod 777 $(distdir)
275	here=`cd $(top_builddir) && pwd`; \
276	top_distdir=`cd $(distdir) && pwd`; \
277	distdir=`cd $(distdir) && pwd`; \
278	cd $(top_srcdir) \
279	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
280	@for file in $(DISTFILES); do \
281	  d=$(srcdir); \
282	  if test -d $$d/$$file; then \
283	    cp -pr $$/$$file $(distdir)/$$file; \
284	  else \
285	    test -f $(distdir)/$$file \
286	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
287	    || cp -p $$d/$$file $(distdir)/$$file || :; \
288	  fi; \
289	done
290
291DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
292
293-include $(DEP_FILES)
294
295mostlyclean-depend:
296
297clean-depend:
298
299distclean-depend:
300	-rm -rf .deps
301
302maintainer-clean-depend:
303
304%.o: %.c
305	@echo '$(COMPILE) -c $<'; \
306	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
307	@-cp .deps/$(*F).pp .deps/$(*F).P; \
308	tr ' ' '\012' < .deps/$(*F).pp \
309	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
310	    >> .deps/$(*F).P; \
311	rm .deps/$(*F).pp
312
313%.lo: %.c
314	@echo '$(LTCOMPILE) -c $<'; \
315	$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
316	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
317	  < .deps/$(*F).pp > .deps/$(*F).P; \
318	tr ' ' '\012' < .deps/$(*F).pp \
319	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
320	    >> .deps/$(*F).P; \
321	rm -f .deps/$(*F).pp
322info-am:
323info: info-am
324dvi-am:
325dvi: dvi-am
326check-am: all-am
327check: check-am
328installcheck-am:
329installcheck: installcheck-am
330all-recursive-am: config.h
331	$(MAKE) $(AM_MAKEFLAGS) all-recursive
332
333install-exec-am: install-binPROGRAMS
334install-exec: install-exec-am
335
336install-data-am:
337install-data: install-data-am
338
339install-am: all-am
340	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
341install: install-am
342uninstall-am: uninstall-binPROGRAMS
343uninstall: uninstall-am
344all-am: Makefile $(PROGRAMS) config.h
345all-redirect: all-am
346install-strip:
347	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
348installdirs:
349	$(mkinstalldirs)  $(DESTDIR)$(bindir)
350
351
352mostlyclean-generic:
353
354clean-generic:
355
356distclean-generic:
357	-rm -f Makefile $(CONFIG_CLEAN_FILES)
358	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
359
360maintainer-clean-generic:
361mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
362		mostlyclean-compile mostlyclean-tags mostlyclean-depend \
363		mostlyclean-generic
364
365mostlyclean: mostlyclean-am
366
367clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
368		clean-depend clean-generic mostlyclean-am
369
370clean: clean-am
371
372distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
373		distclean-tags distclean-depend distclean-generic \
374		clean-am
375
376distclean: distclean-am
377	-rm -f config.status
378
379maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
380		maintainer-clean-compile maintainer-clean-tags \
381		maintainer-clean-depend maintainer-clean-generic \
382		distclean-am
383	@echo "This command is intended for maintainers to use;"
384	@echo "it deletes files that may require special tools to rebuild."
385
386maintainer-clean: maintainer-clean-am
387	-rm -f config.status
388
389.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
390mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
391maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
392mostlyclean-compile distclean-compile clean-compile \
393maintainer-clean-compile tags mostlyclean-tags distclean-tags \
394clean-tags maintainer-clean-tags distdir mostlyclean-depend \
395distclean-depend clean-depend maintainer-clean-depend info-am info \
396dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
397install-exec-am install-exec install-data-am install-data install-am \
398install uninstall-am uninstall all-redirect all-am all installdirs \
399mostlyclean-generic distclean-generic clean-generic \
400maintainer-clean-generic clean mostlyclean distclean maintainer-clean
401
402
403README.euc:
404	sed -f japanese.sed fkiss.doc | nkf -e >$@
405README.sjis:
406	sed -f japanese.sed fkiss.doc | nkf -s >$@
407
408# Tell versions [3.59,3.63) of GNU make to not export all variables.
409# Otherwise a system limit (for SysV at least) may be exceeded.
410.NOEXPORT:
411