1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = libs/video/targets
55DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56	fbset_modes_l.c fbset_modes_y.c fbset_modes_y.h
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/m4/libFLAC.m4 \
59	$(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/ogg.m4 \
60	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/quakeforge.m4 \
61	$(top_srcdir)/m4/sdl.m4 $(top_srcdir)/m4/vorbis.m4 \
62	$(top_srcdir)/m4/xmms.m4 $(top_srcdir)/config.d/versions.m4 \
63	$(top_srcdir)/config.d/windows.m4 \
64	$(top_srcdir)/config.d/asm.m4 \
65	$(top_srcdir)/config.d/programs.m4 \
66	$(top_srcdir)/config.d/system_services.m4 \
67	$(top_srcdir)/config.d/header_files.m4 \
68	$(top_srcdir)/config.d/library_functions.m4 \
69	$(top_srcdir)/config.d/typedefs_structs_compiler.m4 \
70	$(top_srcdir)/config.d/cross_compile.m4 \
71	$(top_srcdir)/config.d/pthread.m4 \
72	$(top_srcdir)/config.d/compression.m4 \
73	$(top_srcdir)/config.d/mgl.m4 $(top_srcdir)/config.d/fbdev.m4 \
74	$(top_srcdir)/config.d/svga.m4 $(top_srcdir)/config.d/x11.m4 \
75	$(top_srcdir)/config.d/sdl.m4 $(top_srcdir)/config.d/curses.m4 \
76	$(top_srcdir)/config.d/sound.m4 \
77	$(top_srcdir)/config.d/joystick.m4 \
78	$(top_srcdir)/config.d/cdrom.m4 \
79	$(top_srcdir)/config.d/networking.m4 \
80	$(top_srcdir)/config.d/paths.m4 \
81	$(top_srcdir)/config.d/build_control.m4 \
82	$(top_srcdir)/config.d/qfcc.m4 \
83	$(top_srcdir)/config.d/compiling.m4 \
84	$(top_srcdir)/config.d/rpm.m4 \
85	$(top_srcdir)/config.d/ac_config_files.m4 \
86	$(top_srcdir)/config.d/result.m4 $(top_srcdir)/configure.ac
87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88	$(ACLOCAL_M4)
89mkinstalldirs = $(install_sh) -d
90CONFIG_HEADER = $(top_builddir)/include/config.h
91CONFIG_CLEAN_FILES =
92CONFIG_CLEAN_VPATH_FILES =
93am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
94am__vpath_adj = case $$p in \
95    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
96    *) f=$$p;; \
97  esac;
98am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
99am__install_max = 40
100am__nobase_strip_setup = \
101  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
102am__nobase_strip = \
103  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
104am__nobase_list = $(am__nobase_strip_setup); \
105  for p in $$list; do echo "$$p $$p"; done | \
106  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
107  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
108    if (++n[$$2] == $(am__install_max)) \
109      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
110    END { for (dir in files) print dir, files[dir] }'
111am__base_list = \
112  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
113  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
114am__uninstall_files_from_dir = { \
115  test -z "$$files" \
116    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
117    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
118         $(am__cd) "$$dir" && rm -f $$files; }; \
119  }
120am__installdirs = "$(DESTDIR)$(libdir)"
121LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
122am_libQFfbdev_la_OBJECTS = libQFfbdev_la-fbset.lo \
123	libQFfbdev_la-fbset_modes_y.lo libQFfbdev_la-fbset_modes_l.lo \
124	libQFfbdev_la-in_fbdev.lo libQFfbdev_la-vid_fbdev.lo
125libQFfbdev_la_OBJECTS = $(am_libQFfbdev_la_OBJECTS)
126libQFfbdev_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
127	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libQFfbdev_la_CFLAGS) \
128	$(CFLAGS) $(libQFfbdev_la_LDFLAGS) $(LDFLAGS) -o $@
129am__libQFjs_la_SOURCES_DIST = joy.c joy_null.c joy_win.c joy_linux.c
130am__objects_1 = libQFjs_la-joy_null.lo
131am__objects_2 = libQFjs_la-joy_win.lo
132am__objects_3 = libQFjs_la-joy_linux.lo
133@JOYTYPE_LINUX_FALSE@@JOYTYPE_WIN32_FALSE@am__objects_4 =  \
134@JOYTYPE_LINUX_FALSE@@JOYTYPE_WIN32_FALSE@	$(am__objects_1)
135@JOYTYPE_LINUX_FALSE@@JOYTYPE_WIN32_TRUE@am__objects_4 =  \
136@JOYTYPE_LINUX_FALSE@@JOYTYPE_WIN32_TRUE@	$(am__objects_2)
137@JOYTYPE_LINUX_TRUE@am__objects_4 = $(am__objects_3)
138am_libQFjs_la_OBJECTS = libQFjs_la-joy.lo $(am__objects_4)
139libQFjs_la_OBJECTS = $(am_libQFjs_la_OBJECTS)
140libQFjs_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
141	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libQFjs_la_CFLAGS) \
142	$(CFLAGS) $(libQFjs_la_LDFLAGS) $(LDFLAGS) -o $@
143am_libQFsdl_la_OBJECTS = libQFsdl_la-vid_sdl.lo
144libQFsdl_la_OBJECTS = $(am_libQFsdl_la_OBJECTS)
145libQFsdl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
146	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libQFsdl_la_CFLAGS) \
147	$(CFLAGS) $(libQFsdl_la_LDFLAGS) $(LDFLAGS) -o $@
148am_libQFsvga_la_OBJECTS = libQFsvga_la-vid_svgalib.lo
149libQFsvga_la_OBJECTS = $(am_libQFsvga_la_OBJECTS)
150libQFsvga_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
151	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libQFsvga_la_CFLAGS) \
152	$(CFLAGS) $(libQFsvga_la_LDFLAGS) $(LDFLAGS) -o $@
153am_libQFwgl_la_OBJECTS = libQFwgl_la-in_win.lo libQFwgl_la-vid_wgl.lo
154libQFwgl_la_OBJECTS = $(am_libQFwgl_la_OBJECTS)
155libQFwgl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
156	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libQFwgl_la_CFLAGS) \
157	$(CFLAGS) $(libQFwgl_la_LDFLAGS) $(LDFLAGS) -o $@
158am_libQFx11_la_OBJECTS = libQFx11_la-vid_x11.lo
159libQFx11_la_OBJECTS = $(am_libQFx11_la_OBJECTS)
160libQFx11_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
161	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libQFx11_la_CFLAGS) \
162	$(CFLAGS) $(libQFx11_la_LDFLAGS) $(LDFLAGS) -o $@
163libvid_common_la_LIBADD =
164am_libvid_common_la_OBJECTS = libvid_common_la-in_common.lo \
165	libvid_common_la-in_event.lo libvid_common_la-keys.lo \
166	libvid_common_la-old_keys.lo libvid_common_la-pr_keys.lo \
167	libvid_common_la-vid.lo
168libvid_common_la_OBJECTS = $(am_libvid_common_la_OBJECTS)
169libvid_common_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
170	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libvid_common_la_CFLAGS) \
171	$(CFLAGS) $(libvid_common_la_LDFLAGS) $(LDFLAGS) -o $@
172libvid_sdl_la_LIBADD =
173am_libvid_sdl_la_OBJECTS = libvid_sdl_la-in_sdl.lo \
174	libvid_sdl_la-context_sdl.lo
175libvid_sdl_la_OBJECTS = $(am_libvid_sdl_la_OBJECTS)
176libvid_sdl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libvid_sdl_la_CFLAGS) \
178	$(CFLAGS) $(libvid_sdl_la_LDFLAGS) $(LDFLAGS) -o $@
179libvid_svga_la_LIBADD =
180am_libvid_svga_la_OBJECTS = libvid_svga_la-in_svgalib.lo
181libvid_svga_la_OBJECTS = $(am_libvid_svga_la_OBJECTS)
182libvid_svga_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
183	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libvid_svga_la_CFLAGS) \
184	$(CFLAGS) $(libvid_svga_la_LDFLAGS) $(LDFLAGS) -o $@
185libvid_x11_la_LIBADD =
186am_libvid_x11_la_OBJECTS = libvid_x11_la-in_x11.lo \
187	libvid_x11_la-context_x11.lo libvid_x11_la-dga_check.lo
188libvid_x11_la_OBJECTS = $(am_libvid_x11_la_OBJECTS)
189libvid_x11_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
190	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libvid_x11_la_CFLAGS) \
191	$(CFLAGS) $(libvid_x11_la_LDFLAGS) $(LDFLAGS) -o $@
192DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
193depcomp = $(SHELL) $(top_srcdir)/depcomp
194am__depfiles_maybe = depfiles
195am__mv = mv -f
196COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
197	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
198LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
199	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
200	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
201CCLD = $(CC)
202LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
203	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
204	$(LDFLAGS) -o $@
205LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
206LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
207	--mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
208YLWRAP = $(top_srcdir)/ylwrap
209YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
210LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
211	--mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
212SOURCES = $(libQFfbdev_la_SOURCES) $(libQFjs_la_SOURCES) \
213	$(EXTRA_libQFjs_la_SOURCES) $(libQFsdl_la_SOURCES) \
214	$(libQFsvga_la_SOURCES) $(libQFwgl_la_SOURCES) \
215	$(libQFx11_la_SOURCES) $(libvid_common_la_SOURCES) \
216	$(libvid_sdl_la_SOURCES) $(libvid_svga_la_SOURCES) \
217	$(libvid_x11_la_SOURCES)
218DIST_SOURCES = $(libQFfbdev_la_SOURCES) $(am__libQFjs_la_SOURCES_DIST) \
219	$(EXTRA_libQFjs_la_SOURCES) $(libQFsdl_la_SOURCES) \
220	$(libQFsvga_la_SOURCES) $(libQFwgl_la_SOURCES) \
221	$(libQFx11_la_SOURCES) $(libvid_common_la_SOURCES) \
222	$(libvid_sdl_la_SOURCES) $(libvid_svga_la_SOURCES) \
223	$(libvid_x11_la_SOURCES)
224am__can_run_installinfo = \
225  case $$AM_UPDATE_INFO_DIR in \
226    n|no|NO) false;; \
227    *) (install-info --version) >/dev/null 2>&1;; \
228  esac
229ETAGS = etags
230CTAGS = ctags
231DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232ACLOCAL = @ACLOCAL@
233ALLOCA = @ALLOCA@
234ALSA_LIBS = @ALSA_LIBS@
235AMTAR = @AMTAR@
236AR = @AR@
237AS = @AS@
238ASFLAGS = @ASFLAGS@
239AUTOCONF = @AUTOCONF@
240AUTOHEADER = @AUTOHEADER@
241AUTOMAKE = @AUTOMAKE@
242AWK = @AWK@
243CC = @CC@
244CCAS = @CCAS@
245CCASDEPMODE = @CCASDEPMODE@
246CCASFLAGS = @CCASFLAGS@
247CCDEPMODE = @CCDEPMODE@
248CD_LIBS = @CD_LIBS@
249CFLAGS = @CFLAGS@
250CPP = @CPP@
251CPPFLAGS = @CPPFLAGS@
252CURSES_LIBS = @CURSES_LIBS@
253CYGPATH_W = @CYGPATH_W@
254DEFS = @DEFS@
255DEPDIR = @DEPDIR@
256DGA_LIBS = @DGA_LIBS@
257DLLTOOL = @DLLTOOL@
258DL_LIBS = @DL_LIBS@
259DSYMUTIL = @DSYMUTIL@
260DUMPBIN = @DUMPBIN@
261ECHO_C = @ECHO_C@
262ECHO_N = @ECHO_N@
263ECHO_T = @ECHO_T@
264EGREP = @EGREP@
265EXEEXT = @EXEEXT@
266F77 = @F77@
267FGREP = @FGREP@
268FLAC_CFLAGS = @FLAC_CFLAGS@
269FLAC_LIBS = @FLAC_LIBS@
270GREP = @GREP@
271INSTALL = @INSTALL@
272INSTALL_DATA = @INSTALL_DATA@
273INSTALL_PROGRAM = @INSTALL_PROGRAM@
274INSTALL_SCRIPT = @INSTALL_SCRIPT@
275INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276JACK_CFLAGS = @JACK_CFLAGS@
277JACK_LIBS = @JACK_LIBS@
278JOY_CFLAGS = @JOY_CFLAGS@
279JOY_LIBS = @JOY_LIBS@
280LD = @LD@
281LDFLAGS = @LDFLAGS@
282LEX = @LEX@
283LEXLIB = @LEXLIB@
284LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
285LIBCURL = @LIBCURL@
286LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
287LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
288LIBCURL_LIBS = @LIBCURL_LIBS@
289LIBFLAC_CFLAGS = @LIBFLAC_CFLAGS@
290LIBFLAC_LIBS = @LIBFLAC_LIBS@
291LIBOBJS = @LIBOBJS@
292LIBS = @LIBS@
293LIBTOOL = @LIBTOOL@
294LIPO = @LIPO@
295LN_S = @LN_S@
296LTLIBOBJS = @LTLIBOBJS@
297MAKEINFO = @MAKEINFO@
298MANIFEST_TOOL = @MANIFEST_TOOL@
299MGL_CFLAGS = @MGL_CFLAGS@
300MGL_LIBS = @MGL_LIBS@
301MKDIR_P = @MKDIR_P@
302MME_LIBS = @MME_LIBS@
303NET_LIBS = @NET_LIBS@
304NM = @NM@
305NMEDIT = @NMEDIT@
306OBJDUMP = @OBJDUMP@
307OBJEXT = @OBJEXT@
308OGG_CFLAGS = @OGG_CFLAGS@
309OGG_LIBS = @OGG_LIBS@
310OSS_LIBS = @OSS_LIBS@
311OTOOL = @OTOOL@
312OTOOL64 = @OTOOL64@
313PACKAGE = @PACKAGE@
314PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
315PACKAGE_NAME = @PACKAGE_NAME@
316PACKAGE_STRING = @PACKAGE_STRING@
317PACKAGE_TARNAME = @PACKAGE_TARNAME@
318PACKAGE_URL = @PACKAGE_URL@
319PACKAGE_VERSION = @PACKAGE_VERSION@
320PATH_SEPARATOR = @PATH_SEPARATOR@
321PKG_CONFIG = @PKG_CONFIG@
322PNG_CFLAGS = @PNG_CFLAGS@
323PNG_LIBS = @PNG_LIBS@
324PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
325PTHREAD_LDFLAGS = @PTHREAD_LDFLAGS@
326QUAKE_LIBRARY_VERSION_INFO = @QUAKE_LIBRARY_VERSION_INFO@
327RANLIB = @RANLIB@
328SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
329SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
330SDL_CFLAGS = @SDL_CFLAGS@
331SDL_CONFIG = @SDL_CONFIG@
332SDL_LIBS = @SDL_LIBS@
333SED = @SED@
334SET_MAKE = @SET_MAKE@
335SGISND_LIBS = @SGISND_LIBS@
336SGI_CD_LIBS = @SGI_CD_LIBS@
337SHELL = @SHELL@
338STATIC_DOC = @STATIC_DOC@
339STRIP = @STRIP@
340SVGA_CFLAGS = @SVGA_CFLAGS@
341SVGA_LIBS = @SVGA_LIBS@
342TOPSRC = @TOPSRC@
343VERSION = @VERSION@
344VIDMODE_LIBS = @VIDMODE_LIBS@
345VORBISENC_LIBS = @VORBISENC_LIBS@
346VORBISFILE_CFLAGS = @VORBISFILE_CFLAGS@
347VORBISFILE_LIBS = @VORBISFILE_LIBS@
348VORBIS_CFLAGS = @VORBIS_CFLAGS@
349VORBIS_LIBS = @VORBIS_LIBS@
350WIN32_LIBS = @WIN32_LIBS@
351WINSND_LIBS = @WINSND_LIBS@
352WM_LIBS = @WM_LIBS@
353XMKMF = @XMKMF@
354XMMS_CFLAGS = @XMMS_CFLAGS@
355XMMS_CONFIG = @XMMS_CONFIG@
356XMMS_DATA_DIR = @XMMS_DATA_DIR@
357XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
358XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
359XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
360XMMS_LIBS = @XMMS_LIBS@
361XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
362XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
363XMMS_VERSION = @XMMS_VERSION@
364XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
365X_CFLAGS = @X_CFLAGS@
366X_EXTRA_LIBS = @X_EXTRA_LIBS@
367X_LIBS = @X_LIBS@
368X_PRE_LIBS = @X_PRE_LIBS@
369X_SHM_LIB = @X_SHM_LIB@
370YACC = @YACC@
371YFLAGS = -d
372Z_CFLAGS = @Z_CFLAGS@
373Z_LIBS = @Z_LIBS@
374_libcurl_config = @_libcurl_config@
375abs_builddir = @abs_builddir@
376abs_srcdir = @abs_srcdir@
377abs_top_builddir = @abs_top_builddir@
378abs_top_srcdir = @abs_top_srcdir@
379ac_ct_AR = @ac_ct_AR@
380ac_ct_CC = @ac_ct_CC@
381ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
382am__include = @am__include@
383am__leading_dot = @am__leading_dot@
384am__quote = @am__quote@
385am__tar = @am__tar@
386am__untar = @am__untar@
387bindir = @bindir@
388build = @build@
389build_alias = @build_alias@
390build_cpu = @build_cpu@
391build_os = @build_os@
392build_vendor = @build_vendor@
393builddir = @builddir@
394datadir = @datadir@
395datarootdir = @datarootdir@
396docdir = @docdir@
397dvidir = @dvidir@
398exec_prefix = @exec_prefix@
399host = @host@
400host_alias = @host_alias@
401host_cpu = @host_cpu@
402host_os = @host_os@
403host_vendor = @host_vendor@
404htmldir = @htmldir@
405includedir = @includedir@
406infodir = @infodir@
407install_sh = @install_sh@
408libdir = @libdir@
409libexecdir = @libexecdir@
410localedir = @localedir@
411localstatedir = @localstatedir@
412mandir = @mandir@
413mkdir_p = @mkdir_p@
414oldincludedir = @oldincludedir@
415pdfdir = @pdfdir@
416plugindir = @plugindir@
417prefix = @prefix@
418program_transform_name = @program_transform_name@
419psdir = @psdir@
420sbindir = @sbindir@
421sharedstatedir = @sharedstatedir@
422srcdir = @srcdir@
423sysconfdir = @sysconfdir@
424target_alias = @target_alias@
425top_build_prefix = @top_build_prefix@
426top_builddir = @top_builddir@
427top_srcdir = @top_srcdir@
428AUTOMAKE_OPTIONS = foreign
429INCLUDES = -I$(top_srcdir)/include
430lib_ldflags = -version-info $(QUAKE_LIBRARY_VERSION_INFO) \
431			-rpath $(libdir) -no-undefined
432
433lib_LTLIBRARIES = @JOY_TARGETS@
434noinst_LTLIBRARIES = @VID_TARGETS@ @vid_libs@
435EXTRA_LTLIBRARIES = \
436	libQFjs.la libQFfbdev.la libQFsvga.la libQFx11.la libQFsdl.la libQFwgl.la \
437	libvid_common.la libvid_sdl.la \
438	libvid_svga.la libvid_x11.la
439
440joy_linux_src = joy_linux.c
441joy_win_src = joy_win.c
442joy_null_src = joy_null.c
443@JOYTYPE_LINUX_FALSE@@JOYTYPE_WIN32_FALSE@joy_src = $(joy_null_src)
444@JOYTYPE_LINUX_FALSE@@JOYTYPE_WIN32_TRUE@joy_src = $(joy_win_src)
445@JOYTYPE_LINUX_TRUE@joy_src = $(joy_linux_src)
446js_libs = $(top_builddir)/libs/util/libQFutil.la
447libQFjs_la_LDFLAGS = $(lib_ldflags)
448libQFjs_la_LIBADD = $(js_libs)
449libQFjs_la_DEPENDENCIES = $(js_libs)
450libQFjs_la_CFLAGS = @PREFER_PIC@ $(JOY_CFLAGS)
451libQFjs_la_SOURCES = joy.c $(joy_src)
452EXTRA_libQFjs_la_SOURCES = $(joy_linux_src) $(joy_win_src) $(joy_null_src)
453libvid_common_la_SOURCES = \
454		in_common.c in_event.c keys.c old_keys.c pr_keys.c vid.c
455
456libvid_common_la_CFLAGS = @PREFER_NON_PIC@
457libvid_common_la_LDFLAGS = @STATIC@
458libvid_x11_la_SOURCES = in_x11.c context_x11.c dga_check.c
459libvid_x11_la_CFLAGS = @PREFER_NON_PIC@ $(X_CFLAGS)
460libvid_x11_la_LDFLAGS = @STATIC@
461libvid_svga_la_SOURCES = in_svgalib.c
462libvid_svga_la_CFLAGS = @PREFER_NON_PIC@ $(SVGA_CFLAGS)
463libvid_svga_la_LDFLAGS = @STATIC@
464libvid_sdl_la_SOURCES = in_sdl.c context_sdl.c
465libvid_sdl_la_CFLAGS = @PREFER_NON_PIC@ $(SDL_CFLAGS)
466libvid_sdl_la_LDFLAGS = @STATIC@
467
468#
469# Linux FBdev
470#
471fbdev_c = fbset_modes_y.c fbset_modes_l.c
472fbdev_h = fbset_modes_y.h
473YACCLEX_CLEANFILES = $(fbdev_c) $(fbdev_h)
474BUILT_SOURCES = $(fbdev_c) $(fbdev_h)
475fbdev_libs = libvid_common.la
476libQFfbdev_la_CFLAGS = @PREFER_NON_PIC@
477libQFfbdev_la_SOURCES = fbset.c fbset_modes_y.y fbset_modes_l.l \
478							in_fbdev.c vid_fbdev.c
479
480libQFfbdev_la_LDFLAGS = @STATIC@
481libQFfbdev_la_LIBADD = $(fbdev_libs)
482libQFfbdev_la_DEPENDENCIES = $(fbdev_libs)
483
484#
485# Simple DirectMedia Library
486#
487sdl_libs = libvid_common.la libvid_sdl.la
488libQFsdl_la_CFLAGS = @PREFER_NON_PIC@ $(SDL_CFLAGS)
489libQFsdl_la_SOURCES = vid_sdl.c
490libQFsdl_la_LDFLAGS = @STATIC@
491libQFsdl_la_LIBADD = $(sdl_libs)
492libQFsdl_la_DEPENDENCIES = $(sdl_libs)
493
494#
495# SVGAlib
496#
497svga_libs = libvid_common.la libvid_svga.la
498libQFsvga_la_CFLAGS = @PREFER_NON_PIC@ $(SVGA_CFLAGS)
499libQFsvga_la_SOURCES = vid_svgalib.c
500libQFsvga_la_LDFLAGS = @STATIC@
501libQFsvga_la_LIBADD = $(svga_libs)
502libQFsvga_la_DEPENDENCIES = $(svga_libs)
503
504#
505# OpenGL in Win32
506#
507wgl_libs = libvid_common.la libvid_gl.la
508libQFwgl_la_CFLAGS = @PREFER_NON_PIC@ $(WGL_CFLAGS)
509libQFwgl_la_SOURCES = in_win.c vid_wgl.c
510libQFwgl_la_LDFLAGS = @STATIC@
511libQFwgl_la_LIBADD = $(wgl_libs)
512libQFwgl_la_DEPENDENCIES = $(wgl_libs)
513
514#
515# X11 software rendering
516#
517x11_libs = libvid_common.la libvid_x11.la
518libQFx11_la_CFLAGS = @PREFER_NON_PIC@ $(X_CFLAGS)
519libQFx11_la_SOURCES = vid_x11.c
520libQFx11_la_LDFLAGS = @STATIC@
521libQFx11_la_LIBADD = $(x11_libs)
522libQFx11_la_DEPENDENCIES = $(x11_libs)
523
524# Kill the temp files, hopefully.
525CLEANFILES = *.i *.s $(YACCLEX_CLEANFILES)
526EXTRA_DIST = $(fbdev_c) $(fbdev_h)
527all: $(BUILT_SOURCES)
528	$(MAKE) $(AM_MAKEFLAGS) all-am
529
530.SUFFIXES:
531.SUFFIXES: .c .l .lo .o .obj .y
532$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
533	@for dep in $?; do \
534	  case '$(am__configure_deps)' in \
535	    *$$dep*) \
536	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
537	        && { if test -f $@; then exit 0; else break; fi; }; \
538	      exit 1;; \
539	  esac; \
540	done; \
541	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libs/video/targets/Makefile'; \
542	$(am__cd) $(top_srcdir) && \
543	  $(AUTOMAKE) --foreign libs/video/targets/Makefile
544.PRECIOUS: Makefile
545Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
546	@case '$?' in \
547	  *config.status*) \
548	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
549	  *) \
550	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
551	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
552	esac;
553
554$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
555	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
556
557$(top_srcdir)/configure:  $(am__configure_deps)
558	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
559$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
560	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
561$(am__aclocal_m4_deps):
562install-libLTLIBRARIES: $(lib_LTLIBRARIES)
563	@$(NORMAL_INSTALL)
564	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
565	list2=; for p in $$list; do \
566	  if test -f $$p; then \
567	    list2="$$list2 $$p"; \
568	  else :; fi; \
569	done; \
570	test -z "$$list2" || { \
571	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
572	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
573	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
574	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
575	}
576
577uninstall-libLTLIBRARIES:
578	@$(NORMAL_UNINSTALL)
579	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
580	for p in $$list; do \
581	  $(am__strip_dir) \
582	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
583	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
584	done
585
586clean-libLTLIBRARIES:
587	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
588	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
589	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
590	  test "$$dir" != "$$p" || dir=.; \
591	  echo "rm -f \"$${dir}/so_locations\""; \
592	  rm -f "$${dir}/so_locations"; \
593	done
594
595clean-noinstLTLIBRARIES:
596	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
597	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
598	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
599	  test "$$dir" != "$$p" || dir=.; \
600	  echo "rm -f \"$${dir}/so_locations\""; \
601	  rm -f "$${dir}/so_locations"; \
602	done
603fbset_modes_y.h: fbset_modes_y.c
604	@if test ! -f $@; then rm -f fbset_modes_y.c; else :; fi
605	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) fbset_modes_y.c; else :; fi
606libQFfbdev.la: $(libQFfbdev_la_OBJECTS) $(libQFfbdev_la_DEPENDENCIES) $(EXTRA_libQFfbdev_la_DEPENDENCIES)
607	$(libQFfbdev_la_LINK)  $(libQFfbdev_la_OBJECTS) $(libQFfbdev_la_LIBADD) $(LIBS)
608libQFjs.la: $(libQFjs_la_OBJECTS) $(libQFjs_la_DEPENDENCIES) $(EXTRA_libQFjs_la_DEPENDENCIES)
609	$(libQFjs_la_LINK)  $(libQFjs_la_OBJECTS) $(libQFjs_la_LIBADD) $(LIBS)
610libQFsdl.la: $(libQFsdl_la_OBJECTS) $(libQFsdl_la_DEPENDENCIES) $(EXTRA_libQFsdl_la_DEPENDENCIES)
611	$(libQFsdl_la_LINK)  $(libQFsdl_la_OBJECTS) $(libQFsdl_la_LIBADD) $(LIBS)
612libQFsvga.la: $(libQFsvga_la_OBJECTS) $(libQFsvga_la_DEPENDENCIES) $(EXTRA_libQFsvga_la_DEPENDENCIES)
613	$(libQFsvga_la_LINK)  $(libQFsvga_la_OBJECTS) $(libQFsvga_la_LIBADD) $(LIBS)
614libQFwgl.la: $(libQFwgl_la_OBJECTS) $(libQFwgl_la_DEPENDENCIES) $(EXTRA_libQFwgl_la_DEPENDENCIES)
615	$(libQFwgl_la_LINK)  $(libQFwgl_la_OBJECTS) $(libQFwgl_la_LIBADD) $(LIBS)
616libQFx11.la: $(libQFx11_la_OBJECTS) $(libQFx11_la_DEPENDENCIES) $(EXTRA_libQFx11_la_DEPENDENCIES)
617	$(libQFx11_la_LINK)  $(libQFx11_la_OBJECTS) $(libQFx11_la_LIBADD) $(LIBS)
618libvid_common.la: $(libvid_common_la_OBJECTS) $(libvid_common_la_DEPENDENCIES) $(EXTRA_libvid_common_la_DEPENDENCIES)
619	$(libvid_common_la_LINK)  $(libvid_common_la_OBJECTS) $(libvid_common_la_LIBADD) $(LIBS)
620libvid_sdl.la: $(libvid_sdl_la_OBJECTS) $(libvid_sdl_la_DEPENDENCIES) $(EXTRA_libvid_sdl_la_DEPENDENCIES)
621	$(libvid_sdl_la_LINK)  $(libvid_sdl_la_OBJECTS) $(libvid_sdl_la_LIBADD) $(LIBS)
622libvid_svga.la: $(libvid_svga_la_OBJECTS) $(libvid_svga_la_DEPENDENCIES) $(EXTRA_libvid_svga_la_DEPENDENCIES)
623	$(libvid_svga_la_LINK)  $(libvid_svga_la_OBJECTS) $(libvid_svga_la_LIBADD) $(LIBS)
624libvid_x11.la: $(libvid_x11_la_OBJECTS) $(libvid_x11_la_DEPENDENCIES) $(EXTRA_libvid_x11_la_DEPENDENCIES)
625	$(libvid_x11_la_LINK)  $(libvid_x11_la_OBJECTS) $(libvid_x11_la_LIBADD) $(LIBS)
626
627mostlyclean-compile:
628	-rm -f *.$(OBJEXT)
629
630distclean-compile:
631	-rm -f *.tab.c
632
633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFfbdev_la-fbset.Plo@am__quote@
634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFfbdev_la-fbset_modes_l.Plo@am__quote@
635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFfbdev_la-fbset_modes_y.Plo@am__quote@
636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFfbdev_la-in_fbdev.Plo@am__quote@
637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFfbdev_la-vid_fbdev.Plo@am__quote@
638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFjs_la-joy.Plo@am__quote@
639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFjs_la-joy_linux.Plo@am__quote@
640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFjs_la-joy_null.Plo@am__quote@
641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFjs_la-joy_win.Plo@am__quote@
642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFsdl_la-vid_sdl.Plo@am__quote@
643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFsvga_la-vid_svgalib.Plo@am__quote@
644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFwgl_la-in_win.Plo@am__quote@
645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFwgl_la-vid_wgl.Plo@am__quote@
646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libQFx11_la-vid_x11.Plo@am__quote@
647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_common_la-in_common.Plo@am__quote@
648@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_common_la-in_event.Plo@am__quote@
649@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_common_la-keys.Plo@am__quote@
650@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_common_la-old_keys.Plo@am__quote@
651@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_common_la-pr_keys.Plo@am__quote@
652@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_common_la-vid.Plo@am__quote@
653@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_sdl_la-context_sdl.Plo@am__quote@
654@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_sdl_la-in_sdl.Plo@am__quote@
655@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_svga_la-in_svgalib.Plo@am__quote@
656@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_x11_la-context_x11.Plo@am__quote@
657@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_x11_la-dga_check.Plo@am__quote@
658@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvid_x11_la-in_x11.Plo@am__quote@
659
660.c.o:
661@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
662@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
663@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
664@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665@am__fastdepCC_FALSE@	$(COMPILE) -c $<
666
667.c.obj:
668@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
669@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
670@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
671@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
673
674.c.lo:
675@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
676@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
677@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
678@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
680
681libQFfbdev_la-fbset.lo: fbset.c
682@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -MT libQFfbdev_la-fbset.lo -MD -MP -MF $(DEPDIR)/libQFfbdev_la-fbset.Tpo -c -o libQFfbdev_la-fbset.lo `test -f 'fbset.c' || echo '$(srcdir)/'`fbset.c
683@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFfbdev_la-fbset.Tpo $(DEPDIR)/libQFfbdev_la-fbset.Plo
684@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='fbset.c' object='libQFfbdev_la-fbset.lo' libtool=yes @AMDEPBACKSLASH@
685@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
686@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -c -o libQFfbdev_la-fbset.lo `test -f 'fbset.c' || echo '$(srcdir)/'`fbset.c
687
688libQFfbdev_la-fbset_modes_y.lo: fbset_modes_y.c
689@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -MT libQFfbdev_la-fbset_modes_y.lo -MD -MP -MF $(DEPDIR)/libQFfbdev_la-fbset_modes_y.Tpo -c -o libQFfbdev_la-fbset_modes_y.lo `test -f 'fbset_modes_y.c' || echo '$(srcdir)/'`fbset_modes_y.c
690@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFfbdev_la-fbset_modes_y.Tpo $(DEPDIR)/libQFfbdev_la-fbset_modes_y.Plo
691@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='fbset_modes_y.c' object='libQFfbdev_la-fbset_modes_y.lo' libtool=yes @AMDEPBACKSLASH@
692@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -c -o libQFfbdev_la-fbset_modes_y.lo `test -f 'fbset_modes_y.c' || echo '$(srcdir)/'`fbset_modes_y.c
694
695libQFfbdev_la-fbset_modes_l.lo: fbset_modes_l.c
696@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -MT libQFfbdev_la-fbset_modes_l.lo -MD -MP -MF $(DEPDIR)/libQFfbdev_la-fbset_modes_l.Tpo -c -o libQFfbdev_la-fbset_modes_l.lo `test -f 'fbset_modes_l.c' || echo '$(srcdir)/'`fbset_modes_l.c
697@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFfbdev_la-fbset_modes_l.Tpo $(DEPDIR)/libQFfbdev_la-fbset_modes_l.Plo
698@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='fbset_modes_l.c' object='libQFfbdev_la-fbset_modes_l.lo' libtool=yes @AMDEPBACKSLASH@
699@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -c -o libQFfbdev_la-fbset_modes_l.lo `test -f 'fbset_modes_l.c' || echo '$(srcdir)/'`fbset_modes_l.c
701
702libQFfbdev_la-in_fbdev.lo: in_fbdev.c
703@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -MT libQFfbdev_la-in_fbdev.lo -MD -MP -MF $(DEPDIR)/libQFfbdev_la-in_fbdev.Tpo -c -o libQFfbdev_la-in_fbdev.lo `test -f 'in_fbdev.c' || echo '$(srcdir)/'`in_fbdev.c
704@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFfbdev_la-in_fbdev.Tpo $(DEPDIR)/libQFfbdev_la-in_fbdev.Plo
705@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='in_fbdev.c' object='libQFfbdev_la-in_fbdev.lo' libtool=yes @AMDEPBACKSLASH@
706@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -c -o libQFfbdev_la-in_fbdev.lo `test -f 'in_fbdev.c' || echo '$(srcdir)/'`in_fbdev.c
708
709libQFfbdev_la-vid_fbdev.lo: vid_fbdev.c
710@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -MT libQFfbdev_la-vid_fbdev.lo -MD -MP -MF $(DEPDIR)/libQFfbdev_la-vid_fbdev.Tpo -c -o libQFfbdev_la-vid_fbdev.lo `test -f 'vid_fbdev.c' || echo '$(srcdir)/'`vid_fbdev.c
711@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFfbdev_la-vid_fbdev.Tpo $(DEPDIR)/libQFfbdev_la-vid_fbdev.Plo
712@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_fbdev.c' object='libQFfbdev_la-vid_fbdev.lo' libtool=yes @AMDEPBACKSLASH@
713@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFfbdev_la_CFLAGS) $(CFLAGS) -c -o libQFfbdev_la-vid_fbdev.lo `test -f 'vid_fbdev.c' || echo '$(srcdir)/'`vid_fbdev.c
715
716libQFjs_la-joy.lo: joy.c
717@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFjs_la_CFLAGS) $(CFLAGS) -MT libQFjs_la-joy.lo -MD -MP -MF $(DEPDIR)/libQFjs_la-joy.Tpo -c -o libQFjs_la-joy.lo `test -f 'joy.c' || echo '$(srcdir)/'`joy.c
718@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFjs_la-joy.Tpo $(DEPDIR)/libQFjs_la-joy.Plo
719@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='joy.c' object='libQFjs_la-joy.lo' libtool=yes @AMDEPBACKSLASH@
720@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFjs_la_CFLAGS) $(CFLAGS) -c -o libQFjs_la-joy.lo `test -f 'joy.c' || echo '$(srcdir)/'`joy.c
722
723libQFjs_la-joy_null.lo: joy_null.c
724@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFjs_la_CFLAGS) $(CFLAGS) -MT libQFjs_la-joy_null.lo -MD -MP -MF $(DEPDIR)/libQFjs_la-joy_null.Tpo -c -o libQFjs_la-joy_null.lo `test -f 'joy_null.c' || echo '$(srcdir)/'`joy_null.c
725@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFjs_la-joy_null.Tpo $(DEPDIR)/libQFjs_la-joy_null.Plo
726@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='joy_null.c' object='libQFjs_la-joy_null.lo' libtool=yes @AMDEPBACKSLASH@
727@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFjs_la_CFLAGS) $(CFLAGS) -c -o libQFjs_la-joy_null.lo `test -f 'joy_null.c' || echo '$(srcdir)/'`joy_null.c
729
730libQFjs_la-joy_win.lo: joy_win.c
731@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFjs_la_CFLAGS) $(CFLAGS) -MT libQFjs_la-joy_win.lo -MD -MP -MF $(DEPDIR)/libQFjs_la-joy_win.Tpo -c -o libQFjs_la-joy_win.lo `test -f 'joy_win.c' || echo '$(srcdir)/'`joy_win.c
732@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFjs_la-joy_win.Tpo $(DEPDIR)/libQFjs_la-joy_win.Plo
733@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='joy_win.c' object='libQFjs_la-joy_win.lo' libtool=yes @AMDEPBACKSLASH@
734@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFjs_la_CFLAGS) $(CFLAGS) -c -o libQFjs_la-joy_win.lo `test -f 'joy_win.c' || echo '$(srcdir)/'`joy_win.c
736
737libQFjs_la-joy_linux.lo: joy_linux.c
738@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFjs_la_CFLAGS) $(CFLAGS) -MT libQFjs_la-joy_linux.lo -MD -MP -MF $(DEPDIR)/libQFjs_la-joy_linux.Tpo -c -o libQFjs_la-joy_linux.lo `test -f 'joy_linux.c' || echo '$(srcdir)/'`joy_linux.c
739@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFjs_la-joy_linux.Tpo $(DEPDIR)/libQFjs_la-joy_linux.Plo
740@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='joy_linux.c' object='libQFjs_la-joy_linux.lo' libtool=yes @AMDEPBACKSLASH@
741@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFjs_la_CFLAGS) $(CFLAGS) -c -o libQFjs_la-joy_linux.lo `test -f 'joy_linux.c' || echo '$(srcdir)/'`joy_linux.c
743
744libQFsdl_la-vid_sdl.lo: vid_sdl.c
745@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFsdl_la_CFLAGS) $(CFLAGS) -MT libQFsdl_la-vid_sdl.lo -MD -MP -MF $(DEPDIR)/libQFsdl_la-vid_sdl.Tpo -c -o libQFsdl_la-vid_sdl.lo `test -f 'vid_sdl.c' || echo '$(srcdir)/'`vid_sdl.c
746@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFsdl_la-vid_sdl.Tpo $(DEPDIR)/libQFsdl_la-vid_sdl.Plo
747@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_sdl.c' object='libQFsdl_la-vid_sdl.lo' libtool=yes @AMDEPBACKSLASH@
748@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFsdl_la_CFLAGS) $(CFLAGS) -c -o libQFsdl_la-vid_sdl.lo `test -f 'vid_sdl.c' || echo '$(srcdir)/'`vid_sdl.c
750
751libQFsvga_la-vid_svgalib.lo: vid_svgalib.c
752@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFsvga_la_CFLAGS) $(CFLAGS) -MT libQFsvga_la-vid_svgalib.lo -MD -MP -MF $(DEPDIR)/libQFsvga_la-vid_svgalib.Tpo -c -o libQFsvga_la-vid_svgalib.lo `test -f 'vid_svgalib.c' || echo '$(srcdir)/'`vid_svgalib.c
753@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFsvga_la-vid_svgalib.Tpo $(DEPDIR)/libQFsvga_la-vid_svgalib.Plo
754@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_svgalib.c' object='libQFsvga_la-vid_svgalib.lo' libtool=yes @AMDEPBACKSLASH@
755@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFsvga_la_CFLAGS) $(CFLAGS) -c -o libQFsvga_la-vid_svgalib.lo `test -f 'vid_svgalib.c' || echo '$(srcdir)/'`vid_svgalib.c
757
758libQFwgl_la-in_win.lo: in_win.c
759@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFwgl_la_CFLAGS) $(CFLAGS) -MT libQFwgl_la-in_win.lo -MD -MP -MF $(DEPDIR)/libQFwgl_la-in_win.Tpo -c -o libQFwgl_la-in_win.lo `test -f 'in_win.c' || echo '$(srcdir)/'`in_win.c
760@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFwgl_la-in_win.Tpo $(DEPDIR)/libQFwgl_la-in_win.Plo
761@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='in_win.c' object='libQFwgl_la-in_win.lo' libtool=yes @AMDEPBACKSLASH@
762@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFwgl_la_CFLAGS) $(CFLAGS) -c -o libQFwgl_la-in_win.lo `test -f 'in_win.c' || echo '$(srcdir)/'`in_win.c
764
765libQFwgl_la-vid_wgl.lo: vid_wgl.c
766@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFwgl_la_CFLAGS) $(CFLAGS) -MT libQFwgl_la-vid_wgl.lo -MD -MP -MF $(DEPDIR)/libQFwgl_la-vid_wgl.Tpo -c -o libQFwgl_la-vid_wgl.lo `test -f 'vid_wgl.c' || echo '$(srcdir)/'`vid_wgl.c
767@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFwgl_la-vid_wgl.Tpo $(DEPDIR)/libQFwgl_la-vid_wgl.Plo
768@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_wgl.c' object='libQFwgl_la-vid_wgl.lo' libtool=yes @AMDEPBACKSLASH@
769@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFwgl_la_CFLAGS) $(CFLAGS) -c -o libQFwgl_la-vid_wgl.lo `test -f 'vid_wgl.c' || echo '$(srcdir)/'`vid_wgl.c
771
772libQFx11_la-vid_x11.lo: vid_x11.c
773@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFx11_la_CFLAGS) $(CFLAGS) -MT libQFx11_la-vid_x11.lo -MD -MP -MF $(DEPDIR)/libQFx11_la-vid_x11.Tpo -c -o libQFx11_la-vid_x11.lo `test -f 'vid_x11.c' || echo '$(srcdir)/'`vid_x11.c
774@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libQFx11_la-vid_x11.Tpo $(DEPDIR)/libQFx11_la-vid_x11.Plo
775@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid_x11.c' object='libQFx11_la-vid_x11.lo' libtool=yes @AMDEPBACKSLASH@
776@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libQFx11_la_CFLAGS) $(CFLAGS) -c -o libQFx11_la-vid_x11.lo `test -f 'vid_x11.c' || echo '$(srcdir)/'`vid_x11.c
778
779libvid_common_la-in_common.lo: in_common.c
780@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -MT libvid_common_la-in_common.lo -MD -MP -MF $(DEPDIR)/libvid_common_la-in_common.Tpo -c -o libvid_common_la-in_common.lo `test -f 'in_common.c' || echo '$(srcdir)/'`in_common.c
781@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_common_la-in_common.Tpo $(DEPDIR)/libvid_common_la-in_common.Plo
782@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='in_common.c' object='libvid_common_la-in_common.lo' libtool=yes @AMDEPBACKSLASH@
783@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
784@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -c -o libvid_common_la-in_common.lo `test -f 'in_common.c' || echo '$(srcdir)/'`in_common.c
785
786libvid_common_la-in_event.lo: in_event.c
787@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -MT libvid_common_la-in_event.lo -MD -MP -MF $(DEPDIR)/libvid_common_la-in_event.Tpo -c -o libvid_common_la-in_event.lo `test -f 'in_event.c' || echo '$(srcdir)/'`in_event.c
788@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_common_la-in_event.Tpo $(DEPDIR)/libvid_common_la-in_event.Plo
789@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='in_event.c' object='libvid_common_la-in_event.lo' libtool=yes @AMDEPBACKSLASH@
790@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -c -o libvid_common_la-in_event.lo `test -f 'in_event.c' || echo '$(srcdir)/'`in_event.c
792
793libvid_common_la-keys.lo: keys.c
794@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -MT libvid_common_la-keys.lo -MD -MP -MF $(DEPDIR)/libvid_common_la-keys.Tpo -c -o libvid_common_la-keys.lo `test -f 'keys.c' || echo '$(srcdir)/'`keys.c
795@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_common_la-keys.Tpo $(DEPDIR)/libvid_common_la-keys.Plo
796@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keys.c' object='libvid_common_la-keys.lo' libtool=yes @AMDEPBACKSLASH@
797@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
798@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -c -o libvid_common_la-keys.lo `test -f 'keys.c' || echo '$(srcdir)/'`keys.c
799
800libvid_common_la-old_keys.lo: old_keys.c
801@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -MT libvid_common_la-old_keys.lo -MD -MP -MF $(DEPDIR)/libvid_common_la-old_keys.Tpo -c -o libvid_common_la-old_keys.lo `test -f 'old_keys.c' || echo '$(srcdir)/'`old_keys.c
802@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_common_la-old_keys.Tpo $(DEPDIR)/libvid_common_la-old_keys.Plo
803@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='old_keys.c' object='libvid_common_la-old_keys.lo' libtool=yes @AMDEPBACKSLASH@
804@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
805@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -c -o libvid_common_la-old_keys.lo `test -f 'old_keys.c' || echo '$(srcdir)/'`old_keys.c
806
807libvid_common_la-pr_keys.lo: pr_keys.c
808@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -MT libvid_common_la-pr_keys.lo -MD -MP -MF $(DEPDIR)/libvid_common_la-pr_keys.Tpo -c -o libvid_common_la-pr_keys.lo `test -f 'pr_keys.c' || echo '$(srcdir)/'`pr_keys.c
809@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_common_la-pr_keys.Tpo $(DEPDIR)/libvid_common_la-pr_keys.Plo
810@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pr_keys.c' object='libvid_common_la-pr_keys.lo' libtool=yes @AMDEPBACKSLASH@
811@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -c -o libvid_common_la-pr_keys.lo `test -f 'pr_keys.c' || echo '$(srcdir)/'`pr_keys.c
813
814libvid_common_la-vid.lo: vid.c
815@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -MT libvid_common_la-vid.lo -MD -MP -MF $(DEPDIR)/libvid_common_la-vid.Tpo -c -o libvid_common_la-vid.lo `test -f 'vid.c' || echo '$(srcdir)/'`vid.c
816@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_common_la-vid.Tpo $(DEPDIR)/libvid_common_la-vid.Plo
817@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vid.c' object='libvid_common_la-vid.lo' libtool=yes @AMDEPBACKSLASH@
818@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_common_la_CFLAGS) $(CFLAGS) -c -o libvid_common_la-vid.lo `test -f 'vid.c' || echo '$(srcdir)/'`vid.c
820
821libvid_sdl_la-in_sdl.lo: in_sdl.c
822@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_sdl_la_CFLAGS) $(CFLAGS) -MT libvid_sdl_la-in_sdl.lo -MD -MP -MF $(DEPDIR)/libvid_sdl_la-in_sdl.Tpo -c -o libvid_sdl_la-in_sdl.lo `test -f 'in_sdl.c' || echo '$(srcdir)/'`in_sdl.c
823@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_sdl_la-in_sdl.Tpo $(DEPDIR)/libvid_sdl_la-in_sdl.Plo
824@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='in_sdl.c' object='libvid_sdl_la-in_sdl.lo' libtool=yes @AMDEPBACKSLASH@
825@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_sdl_la_CFLAGS) $(CFLAGS) -c -o libvid_sdl_la-in_sdl.lo `test -f 'in_sdl.c' || echo '$(srcdir)/'`in_sdl.c
827
828libvid_sdl_la-context_sdl.lo: context_sdl.c
829@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_sdl_la_CFLAGS) $(CFLAGS) -MT libvid_sdl_la-context_sdl.lo -MD -MP -MF $(DEPDIR)/libvid_sdl_la-context_sdl.Tpo -c -o libvid_sdl_la-context_sdl.lo `test -f 'context_sdl.c' || echo '$(srcdir)/'`context_sdl.c
830@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_sdl_la-context_sdl.Tpo $(DEPDIR)/libvid_sdl_la-context_sdl.Plo
831@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='context_sdl.c' object='libvid_sdl_la-context_sdl.lo' libtool=yes @AMDEPBACKSLASH@
832@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
833@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_sdl_la_CFLAGS) $(CFLAGS) -c -o libvid_sdl_la-context_sdl.lo `test -f 'context_sdl.c' || echo '$(srcdir)/'`context_sdl.c
834
835libvid_svga_la-in_svgalib.lo: in_svgalib.c
836@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_svga_la_CFLAGS) $(CFLAGS) -MT libvid_svga_la-in_svgalib.lo -MD -MP -MF $(DEPDIR)/libvid_svga_la-in_svgalib.Tpo -c -o libvid_svga_la-in_svgalib.lo `test -f 'in_svgalib.c' || echo '$(srcdir)/'`in_svgalib.c
837@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_svga_la-in_svgalib.Tpo $(DEPDIR)/libvid_svga_la-in_svgalib.Plo
838@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='in_svgalib.c' object='libvid_svga_la-in_svgalib.lo' libtool=yes @AMDEPBACKSLASH@
839@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_svga_la_CFLAGS) $(CFLAGS) -c -o libvid_svga_la-in_svgalib.lo `test -f 'in_svgalib.c' || echo '$(srcdir)/'`in_svgalib.c
841
842libvid_x11_la-in_x11.lo: in_x11.c
843@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_x11_la_CFLAGS) $(CFLAGS) -MT libvid_x11_la-in_x11.lo -MD -MP -MF $(DEPDIR)/libvid_x11_la-in_x11.Tpo -c -o libvid_x11_la-in_x11.lo `test -f 'in_x11.c' || echo '$(srcdir)/'`in_x11.c
844@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_x11_la-in_x11.Tpo $(DEPDIR)/libvid_x11_la-in_x11.Plo
845@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='in_x11.c' object='libvid_x11_la-in_x11.lo' libtool=yes @AMDEPBACKSLASH@
846@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
847@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_x11_la_CFLAGS) $(CFLAGS) -c -o libvid_x11_la-in_x11.lo `test -f 'in_x11.c' || echo '$(srcdir)/'`in_x11.c
848
849libvid_x11_la-context_x11.lo: context_x11.c
850@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_x11_la_CFLAGS) $(CFLAGS) -MT libvid_x11_la-context_x11.lo -MD -MP -MF $(DEPDIR)/libvid_x11_la-context_x11.Tpo -c -o libvid_x11_la-context_x11.lo `test -f 'context_x11.c' || echo '$(srcdir)/'`context_x11.c
851@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_x11_la-context_x11.Tpo $(DEPDIR)/libvid_x11_la-context_x11.Plo
852@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='context_x11.c' object='libvid_x11_la-context_x11.lo' libtool=yes @AMDEPBACKSLASH@
853@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
854@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_x11_la_CFLAGS) $(CFLAGS) -c -o libvid_x11_la-context_x11.lo `test -f 'context_x11.c' || echo '$(srcdir)/'`context_x11.c
855
856libvid_x11_la-dga_check.lo: dga_check.c
857@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_x11_la_CFLAGS) $(CFLAGS) -MT libvid_x11_la-dga_check.lo -MD -MP -MF $(DEPDIR)/libvid_x11_la-dga_check.Tpo -c -o libvid_x11_la-dga_check.lo `test -f 'dga_check.c' || echo '$(srcdir)/'`dga_check.c
858@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libvid_x11_la-dga_check.Tpo $(DEPDIR)/libvid_x11_la-dga_check.Plo
859@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dga_check.c' object='libvid_x11_la-dga_check.lo' libtool=yes @AMDEPBACKSLASH@
860@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
861@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvid_x11_la_CFLAGS) $(CFLAGS) -c -o libvid_x11_la-dga_check.lo `test -f 'dga_check.c' || echo '$(srcdir)/'`dga_check.c
862
863.l.c:
864	$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
865
866.y.c:
867	$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
868
869mostlyclean-libtool:
870	-rm -f *.lo
871
872clean-libtool:
873	-rm -rf .libs _libs
874
875ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
876	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
877	unique=`for i in $$list; do \
878	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
879	  done | \
880	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
881	      END { if (nonempty) { for (i in files) print i; }; }'`; \
882	mkid -fID $$unique
883tags: TAGS
884
885TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
886		$(TAGS_FILES) $(LISP)
887	set x; \
888	here=`pwd`; \
889	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
890	unique=`for i in $$list; do \
891	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
892	  done | \
893	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
894	      END { if (nonempty) { for (i in files) print i; }; }'`; \
895	shift; \
896	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
897	  test -n "$$unique" || unique=$$empty_fix; \
898	  if test $$# -gt 0; then \
899	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
900	      "$$@" $$unique; \
901	  else \
902	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
903	      $$unique; \
904	  fi; \
905	fi
906ctags: CTAGS
907CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
908		$(TAGS_FILES) $(LISP)
909	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
910	unique=`for i in $$list; do \
911	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
912	  done | \
913	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
914	      END { if (nonempty) { for (i in files) print i; }; }'`; \
915	test -z "$(CTAGS_ARGS)$$unique" \
916	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
917	     $$unique
918
919GTAGS:
920	here=`$(am__cd) $(top_builddir) && pwd` \
921	  && $(am__cd) $(top_srcdir) \
922	  && gtags -i $(GTAGS_ARGS) "$$here"
923
924distclean-tags:
925	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
926
927distdir: $(DISTFILES)
928	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
929	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
930	list='$(DISTFILES)'; \
931	  dist_files=`for file in $$list; do echo $$file; done | \
932	  sed -e "s|^$$srcdirstrip/||;t" \
933	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
934	case $$dist_files in \
935	  */*) $(MKDIR_P) `echo "$$dist_files" | \
936			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
937			   sort -u` ;; \
938	esac; \
939	for file in $$dist_files; do \
940	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
941	  if test -d $$d/$$file; then \
942	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
943	    if test -d "$(distdir)/$$file"; then \
944	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
945	    fi; \
946	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
947	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
948	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
949	    fi; \
950	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
951	  else \
952	    test -f "$(distdir)/$$file" \
953	    || cp -p $$d/$$file "$(distdir)/$$file" \
954	    || exit 1; \
955	  fi; \
956	done
957check-am: all-am
958check: $(BUILT_SOURCES)
959	$(MAKE) $(AM_MAKEFLAGS) check-am
960all-am: Makefile $(LTLIBRARIES)
961installdirs:
962	for dir in "$(DESTDIR)$(libdir)"; do \
963	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
964	done
965install: $(BUILT_SOURCES)
966	$(MAKE) $(AM_MAKEFLAGS) install-am
967install-exec: install-exec-am
968install-data: install-data-am
969uninstall: uninstall-am
970
971install-am: all-am
972	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
973
974installcheck: installcheck-am
975install-strip:
976	if test -z '$(STRIP)'; then \
977	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
978	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
979	      install; \
980	else \
981	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
982	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
983	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
984	fi
985mostlyclean-generic:
986
987clean-generic:
988	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
989
990distclean-generic:
991	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
992	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
993
994maintainer-clean-generic:
995	@echo "This command is intended for maintainers to use"
996	@echo "it deletes files that may require special tools to rebuild."
997	-rm -f fbset_modes_l.c
998	-rm -f fbset_modes_y.c
999	-rm -f fbset_modes_y.h
1000	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1001clean: clean-am
1002
1003clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1004	clean-noinstLTLIBRARIES mostlyclean-am
1005
1006distclean: distclean-am
1007	-rm -rf ./$(DEPDIR)
1008	-rm -f Makefile
1009distclean-am: clean-am distclean-compile distclean-generic \
1010	distclean-tags
1011
1012dvi: dvi-am
1013
1014dvi-am:
1015
1016html: html-am
1017
1018html-am:
1019
1020info: info-am
1021
1022info-am:
1023
1024install-data-am:
1025
1026install-dvi: install-dvi-am
1027
1028install-dvi-am:
1029
1030install-exec-am: install-libLTLIBRARIES
1031
1032install-html: install-html-am
1033
1034install-html-am:
1035
1036install-info: install-info-am
1037
1038install-info-am:
1039
1040install-man:
1041
1042install-pdf: install-pdf-am
1043
1044install-pdf-am:
1045
1046install-ps: install-ps-am
1047
1048install-ps-am:
1049
1050installcheck-am:
1051
1052maintainer-clean: maintainer-clean-am
1053	-rm -rf ./$(DEPDIR)
1054	-rm -f Makefile
1055maintainer-clean-am: distclean-am maintainer-clean-generic
1056
1057mostlyclean: mostlyclean-am
1058
1059mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1060	mostlyclean-libtool
1061
1062pdf: pdf-am
1063
1064pdf-am:
1065
1066ps: ps-am
1067
1068ps-am:
1069
1070uninstall-am: uninstall-libLTLIBRARIES
1071
1072.MAKE: all check install install-am install-strip
1073
1074.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1075	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
1076	ctags distclean distclean-compile distclean-generic \
1077	distclean-libtool distclean-tags distdir dvi dvi-am html \
1078	html-am info info-am install install-am install-data \
1079	install-data-am install-dvi install-dvi-am install-exec \
1080	install-exec-am install-html install-html-am install-info \
1081	install-info-am install-libLTLIBRARIES install-man install-pdf \
1082	install-pdf-am install-ps install-ps-am install-strip \
1083	installcheck installcheck-am installdirs maintainer-clean \
1084	maintainer-clean-generic mostlyclean mostlyclean-compile \
1085	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1086	tags uninstall uninstall-am uninstall-libLTLIBRARIES
1087
1088
1089# Tell versions [3.59,3.63) of GNU make to not export all variables.
1090# Otherwise a system limit (for SysV at least) may be exceeded.
1091.NOEXPORT:
1092