1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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 = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64CATALOGS = @CATALOGS@
65CATOBJEXT = @CATOBJEXT@
66CC = @CC@
67CFLAGS = @CFLAGS@
68DATADIRNAME = @DATADIRNAME@
69DLLTOOL = @DLLTOOL@
70ECHO = @ECHO@
71EXEEXT = @EXEEXT@
72GENCAT = @GENCAT@
73GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
74GLIBC21 = @GLIBC21@
75GMOFILES = @GMOFILES@
76GMSGFMT = @GMSGFMT@
77GTK_CFLAGS = @GTK_CFLAGS@
78GTK_LIBS = @GTK_LIBS@
79INSTOBJEXT = @INSTOBJEXT@
80INTLBISON = @INTLBISON@
81INTLLIBS = @INTLLIBS@
82INTLOBJS = @INTLOBJS@
83INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
84LIBICONV = @LIBICONV@
85LIBTOOL = @LIBTOOL@
86LN_S = @LN_S@
87MAKEINFO = @MAKEINFO@
88MKINSTALLDIRS = @MKINSTALLDIRS@
89MSGFMT = @MSGFMT@
90NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@
91NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@
92NO_PREFIX_PACKAGE_HELP_DIR = @NO_PREFIX_PACKAGE_HELP_DIR@
93NO_PREFIX_PACKAGE_MENU_DIR = @NO_PREFIX_PACKAGE_MENU_DIR@
94NO_PREFIX_PACKAGE_PIXMAPS_DIR = @NO_PREFIX_PACKAGE_PIXMAPS_DIR@
95OBJDUMP = @OBJDUMP@
96OBJEXT = @OBJEXT@
97PACKAGE = @PACKAGE@
98PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
99PACKAGE_DOC_DIR = @PACKAGE_DOC_DIR@
100PACKAGE_HELP_DIR = @PACKAGE_HELP_DIR@
101PACKAGE_MENU_DIR = @PACKAGE_MENU_DIR@
102PACKAGE_PIXMAPS_DIR = @PACKAGE_PIXMAPS_DIR@
103PKG_CONFIG = @PKG_CONFIG@
104POFILES = @POFILES@
105POSUB = @POSUB@
106RANLIB = @RANLIB@
107STRIP = @STRIP@
108USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
109USE_NLS = @USE_NLS@
110VERSION = @VERSION@
111vte_CFLAGS = @vte_CFLAGS@
112vte_LIBS = @vte_LIBS@
113
114INCLUDES =  	$(GTK_CFLAGS)
115
116
117AM_CFLAGS =  	$(vte_CFLAGS) 	 -Wall 	 -g
118
119
120bin_PROGRAMS = gtkterm2
121
122gtkterm2_SOURCES =  	support.h 	support.c 	main.c 	interface.h 	interface.c 	callbacks.h 	callbacks.c 	prefs.c 	prefs.h
123
124
125gtkterm2_LDFLAGS =  	$(vte_LIBS)
126
127
128gtkterm2_LDADD =  	$(GTK_LIBS)
129
130mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
131CONFIG_HEADER = ../config.h
132CONFIG_CLEAN_FILES =
133bin_PROGRAMS =  gtkterm2$(EXEEXT)
134PROGRAMS =  $(bin_PROGRAMS)
135
136
137DEFS = @DEFS@ -I. -I$(srcdir) -I..
138CPPFLAGS = @CPPFLAGS@
139LDFLAGS = @LDFLAGS@
140LIBS = @LIBS@
141gtkterm2_OBJECTS =  support.$(OBJEXT) main.$(OBJEXT) interface.$(OBJEXT) \
142callbacks.$(OBJEXT) prefs.$(OBJEXT)
143gtkterm2_DEPENDENCIES =
144COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146CCLD = $(CC)
147LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
148DIST_COMMON =  Makefile.am Makefile.in
149
150
151DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
152
153TAR = tar
154GZIP_ENV = --best
155SOURCES = $(gtkterm2_SOURCES)
156OBJECTS = $(gtkterm2_OBJECTS)
157
158all: all-redirect
159.SUFFIXES:
160.SUFFIXES: .S .c .lo .o .obj .s
161$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
162	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
163
164Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
165	cd $(top_builddir) \
166	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
167
168
169mostlyclean-binPROGRAMS:
170
171clean-binPROGRAMS:
172	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
173
174distclean-binPROGRAMS:
175
176maintainer-clean-binPROGRAMS:
177
178install-binPROGRAMS: $(bin_PROGRAMS)
179	@$(NORMAL_INSTALL)
180	$(mkinstalldirs) $(DESTDIR)$(bindir)
181	@list='$(bin_PROGRAMS)'; for p in $$list; do \
182	  if test -f $$p; then \
183	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
184	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
185	  else :; fi; \
186	done
187
188uninstall-binPROGRAMS:
189	@$(NORMAL_UNINSTALL)
190	list='$(bin_PROGRAMS)'; for p in $$list; do \
191	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
192	done
193
194.c.o:
195	$(COMPILE) -c $<
196
197# FIXME: We should only use cygpath when building on Windows,
198# and only if it is available.
199.c.obj:
200	$(COMPILE) -c `cygpath -w $<`
201
202.s.o:
203	$(COMPILE) -c $<
204
205.S.o:
206	$(COMPILE) -c $<
207
208mostlyclean-compile:
209	-rm -f *.o core *.core
210	-rm -f *.$(OBJEXT)
211
212clean-compile:
213
214distclean-compile:
215	-rm -f *.tab.c
216
217maintainer-clean-compile:
218
219.c.lo:
220	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
221
222.s.lo:
223	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
224
225.S.lo:
226	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
227
228mostlyclean-libtool:
229	-rm -f *.lo
230
231clean-libtool:
232	-rm -rf .libs _libs
233
234distclean-libtool:
235
236maintainer-clean-libtool:
237
238gtkterm2$(EXEEXT): $(gtkterm2_OBJECTS) $(gtkterm2_DEPENDENCIES)
239	@rm -f gtkterm2$(EXEEXT)
240	$(LINK) $(gtkterm2_LDFLAGS) $(gtkterm2_OBJECTS) $(gtkterm2_LDADD) $(LIBS)
241
242tags: TAGS
243
244ID: $(HEADERS) $(SOURCES) $(LISP)
245	list='$(SOURCES) $(HEADERS)'; \
246	unique=`for i in $$list; do echo $$i; done | \
247	  awk '    { files[$$0] = 1; } \
248	       END { for (i in files) print i; }'`; \
249	here=`pwd` && cd $(srcdir) \
250	  && mkid -f$$here/ID $$unique $(LISP)
251
252TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
253	tags=; \
254	here=`pwd`; \
255	list='$(SOURCES) $(HEADERS)'; \
256	unique=`for i in $$list; do echo $$i; done | \
257	  awk '    { files[$$0] = 1; } \
258	       END { for (i in files) print i; }'`; \
259	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
260	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
261
262mostlyclean-tags:
263
264clean-tags:
265
266distclean-tags:
267	-rm -f TAGS ID
268
269maintainer-clean-tags:
270
271distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
272
273subdir = src
274
275distdir: $(DISTFILES)
276	@for file in $(DISTFILES); do \
277	  d=$(srcdir); \
278	  if test -d $$d/$$file; then \
279	    cp -pr $$d/$$file $(distdir)/$$file; \
280	  else \
281	    test -f $(distdir)/$$file \
282	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
283	    || cp -p $$d/$$file $(distdir)/$$file || :; \
284	  fi; \
285	done
286
287info-am:
288info: info-am
289dvi-am:
290dvi: dvi-am
291check-am: all-am
292check: check-am
293installcheck-am:
294installcheck: installcheck-am
295install-exec-am: install-binPROGRAMS
296install-exec: install-exec-am
297
298install-data-am:
299install-data: install-data-am
300
301install-am: all-am
302	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
303install: install-am
304uninstall-am: uninstall-binPROGRAMS
305uninstall: uninstall-am
306all-am: Makefile $(PROGRAMS)
307all-redirect: all-am
308install-strip:
309	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
310installdirs:
311	$(mkinstalldirs)  $(DESTDIR)$(bindir)
312
313
314mostlyclean-generic:
315
316clean-generic:
317
318distclean-generic:
319	-rm -f Makefile $(CONFIG_CLEAN_FILES)
320	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
321
322maintainer-clean-generic:
323mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
324		mostlyclean-libtool mostlyclean-tags \
325		mostlyclean-generic
326
327mostlyclean: mostlyclean-am
328
329clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
330		clean-generic mostlyclean-am
331
332clean: clean-am
333
334distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
335		distclean-tags distclean-generic clean-am
336	-rm -f libtool
337
338distclean: distclean-am
339
340maintainer-clean-am:  maintainer-clean-binPROGRAMS \
341		maintainer-clean-compile maintainer-clean-libtool \
342		maintainer-clean-tags maintainer-clean-generic \
343		distclean-am
344	@echo "This command is intended for maintainers to use;"
345	@echo "it deletes files that may require special tools to rebuild."
346
347maintainer-clean: maintainer-clean-am
348
349.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
350maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
351mostlyclean-compile distclean-compile clean-compile \
352maintainer-clean-compile mostlyclean-libtool distclean-libtool \
353clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
354distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
355dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
356install-exec install-data-am install-data install-am install \
357uninstall-am uninstall all-redirect all-am all installdirs \
358mostlyclean-generic distclean-generic clean-generic \
359maintainer-clean-generic clean mostlyclean distclean maintainer-clean
360
361
362# Tell versions [3.59,3.63) of GNU make to not export all variables.
363# Otherwise a system limit (for SysV at least) may be exceeded.
364.NOEXPORT:
365