1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # 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.
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
18 top_srcdir = @top_srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ../../../..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
40 AMDEP_FALSE = @AMDEP_FALSE@
41 AMDEP_TRUE = @AMDEP_TRUE@
45 AUTOHEADER = @AUTOHEADER@
50 CCDEPMODE = @CCDEPMODE@
56 CXXDEPMODE = @CXXDEPMODE@
58 CYGPATH_W = @CYGPATH_W@
59 DEFAULT_INCLUDES = @DEFAULT_INCLUDES@
70 GLIB_CFLAGS = @GLIB_CFLAGS@
71 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
72 GLIB_LIBS = @GLIB_LIBS@
73 GLIB_MKENUMS = @GLIB_MKENUMS@
74 GOBJECT_QUERY = @GOBJECT_QUERY@
76 GTK_CFLAGS = @GTK_CFLAGS@
78 INSTALL_DATA = @INSTALL_DATA@
79 INSTALL_PROGRAM = @INSTALL_PROGRAM@
80 INSTALL_SCRIPT = @INSTALL_SCRIPT@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87 LTLIBOBJS = @LTLIBOBJS@
88 LTTVSTATIC_FALSE = @LTTVSTATIC_FALSE@
89 LTTVSTATIC_TRUE = @LTTVSTATIC_TRUE@
93 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
94 PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
95 PACKAGE_LIBS = @PACKAGE_LIBS@
96 PACKAGE_NAME = @PACKAGE_NAME@
97 PACKAGE_STRING = @PACKAGE_STRING@
98 PACKAGE_TARNAME = @PACKAGE_TARNAME@
99 PACKAGE_VERSION = @PACKAGE_VERSION@
100 PATH_SEPARATOR = @PATH_SEPARATOR@
101 PKG_CONFIG = @PKG_CONFIG@
102 POPT_LIBS = @POPT_LIBS@
104 SET_MAKE = @SET_MAKE@
107 THREAD_LIBS = @THREAD_LIBS@
108 UTIL_LIBS = @UTIL_LIBS@
110 ac_ct_CC = @ac_ct_CC@
111 ac_ct_CXX = @ac_ct_CXX@
112 ac_ct_F77 = @ac_ct_F77@
113 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
114 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
116 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
117 am__include = @am__include@
118 am__leading_dot = @am__leading_dot@
119 am__quote = @am__quote@
122 build_alias = @build_alias@
123 build_cpu = @build_cpu@
124 build_os = @build_os@
125 build_vendor = @build_vendor@
127 datarootdir = @datarootdir@
130 exec_prefix = @exec_prefix@
132 host_alias = @host_alias@
133 host_cpu = @host_cpu@
135 host_vendor = @host_vendor@
137 includedir = @includedir@
139 install_sh = @install_sh@
141 libexecdir = @libexecdir@
142 localedir = @localedir@
143 localstatedir = @localstatedir@
144 lttctlincludedir = @lttctlincludedir@
145 lttincludedir = @lttincludedir@
146 lttvincludedir = @lttvincludedir@
147 lttvlibdir = @lttvlibdir@
148 lttvplugindir = @lttvplugindir@
149 lttvwindowincludedir = @lttvwindowincludedir@
151 oldincludedir = @oldincludedir@
154 program_transform_name = @program_transform_name@
157 sharedstatedir = @sharedstatedir@
158 sysconfdir = @sysconfdir@
159 target_alias = @target_alias@
160 top_lttvdir = @top_lttvdir@
161 top_lttvwindowdir = @top_lttvwindowdir@
162 EXTRA_DIST = developer_guide.docbook lttv-context.eps lttv-context.png
163 subdir = doc/developer/developer_guide/docbook
164 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
165 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
166 CONFIG_HEADER = $(top_builddir)/config.h
169 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
173 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
174 cd $(top_srcdir) && \
175 $(AUTOMAKE) --gnu doc/developer/developer_guide/docbook/Makefile
176 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
177 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
194 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
196 top_distdir = ../../../..
197 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
199 distdir: $(DISTFILES)
200 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
201 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
202 list='$(DISTFILES)'; for file in $$list; do \
204 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
205 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
207 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
208 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
209 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
211 $(mkinstalldirs) "$(distdir)$$dir"; \
215 if test -d $$d/$$file; then \
216 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
219 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
221 test -f $(distdir)/$$file \
222 || cp -p $$d/$$file $(distdir)/$$file \
232 install-exec: install-exec-am
233 install-data: install-data-am
234 uninstall: uninstall-am
237 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
239 installcheck: installcheck-am
241 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
242 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
243 `test -z '$(STRIP)' || \
244 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
250 -rm -f $(CONFIG_CLEAN_FILES)
252 maintainer-clean-generic:
253 @echo "This command is intended for maintainers to use"
254 @echo "it deletes files that may require special tools to rebuild."
257 clean-am: clean-generic clean-libtool mostlyclean-am
259 distclean: distclean-am
261 distclean-am: clean-am distclean-generic distclean-libtool
275 install-info: install-info-am
281 maintainer-clean: maintainer-clean-am
283 maintainer-clean-am: distclean-am maintainer-clean-generic
285 mostlyclean: mostlyclean-am
287 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
297 uninstall-am: uninstall-info-am
299 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
300 distclean distclean-generic distclean-libtool distdir dvi \
301 dvi-am info info-am install install-am install-data \
302 install-data-am install-exec install-exec-am install-info \
303 install-info-am install-man install-strip installcheck \
304 installcheck-am installdirs maintainer-clean \
305 maintainer-clean-generic mostlyclean mostlyclean-generic \
306 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
309 # Tell versions [3.59,3.63) of GNU make to not export all variables.
310 # Otherwise a system limit (for SysV at least) may be exceeded.