raised the version
[neuro.git] / src / video / Makefile.in
blob83c3dcf7ee87c8586c04fd997d33a19d30a246ed
1 # Makefile.in generated by automake 1.9.4 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 #!/bin/bash
19 SOURCES = $(libvideo_la_SOURCES)
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 top_builddir = ../..
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 INSTALL = @INSTALL@
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 build_triplet = @build@
42 host_triplet = @host@
43 subdir = src/video
44 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_CLEAN_FILES =
51 LTLIBRARIES = $(noinst_LTLIBRARIES)
52 libvideo_la_LIBADD =
53 am__objects_1 = painter.lo coredraw.lo graphics.lo debug.lo \
54 interface.lo pixels.lo
55 am_libvideo_la_OBJECTS = $(am__objects_1)
56 libvideo_la_OBJECTS = $(am_libvideo_la_OBJECTS)
57 DEFAULT_INCLUDES = -I. -I$(srcdir)
58 depcomp = $(SHELL) $(top_srcdir)/depcomp
59 am__depfiles_maybe = depfiles
60 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
61 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
62 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
63 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
64 $(AM_CFLAGS) $(CFLAGS)
65 CCLD = $(CC)
66 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
67 $(AM_LDFLAGS) $(LDFLAGS) -o $@
68 SOURCES = $(libvideo_la_SOURCES)
69 DIST_SOURCES = $(libvideo_la_SOURCES)
70 ETAGS = etags
71 CTAGS = ctags
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 ACLOCAL = @ACLOCAL@
74 AMDEP_FALSE = @AMDEP_FALSE@
75 AMDEP_TRUE = @AMDEP_TRUE@
76 AMTAR = @AMTAR@
77 AR = @AR@
78 AS = @AS@
79 AUTOCONF = @AUTOCONF@
80 AUTOHEADER = @AUTOHEADER@
81 AUTOMAKE = @AUTOMAKE@
82 AWK = @AWK@
83 CC = @CC@
84 CCDEPMODE = @CCDEPMODE@
85 CFLAGS = @CFLAGS@
86 CPP = @CPP@
87 CPPFLAGS = @CPPFLAGS@
88 CXX = @CXX@
89 CXXCPP = @CXXCPP@
90 CXXDEPMODE = @CXXDEPMODE@
91 CXXFLAGS = @CXXFLAGS@
92 CYGPATH_W = @CYGPATH_W@
93 DEFS = @DEFS@
94 DEPDIR = @DEPDIR@
95 DLLTOOL = @DLLTOOL@
96 ECHO = @ECHO@
97 ECHO_C = @ECHO_C@
98 ECHO_N = @ECHO_N@
99 ECHO_T = @ECHO_T@
100 EGREP = @EGREP@
101 EXEEXT = @EXEEXT@
102 F77 = @F77@
103 FFLAGS = @FFLAGS@
104 INSTALL_DATA = @INSTALL_DATA@
105 INSTALL_PROGRAM = @INSTALL_PROGRAM@
106 INSTALL_SCRIPT = @INSTALL_SCRIPT@
107 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
108 LDFLAGS = @LDFLAGS@
109 LIBOBJS = @LIBOBJS@
110 LIBS = @LIBS@
111 LIBTOOL = @LIBTOOL@
112 LN_S = @LN_S@
113 LTLIBOBJS = @LTLIBOBJS@
114 LT_AGE = @LT_AGE@
115 LT_CURRENT = @LT_CURRENT@
116 LT_REVISION = @LT_REVISION@
117 MAKEINFO = @MAKEINFO@
118 NEUROFLAGS = @NEUROFLAGS@
119 NEUROLIBFLAGS = @NEUROLIBFLAGS@
120 NEURO_BINARY_AGE = @NEURO_BINARY_AGE@
121 NEURO_INTERFACE_AGE = @NEURO_INTERFACE_AGE@
122 NEURO_MAJOR_VERSION = @NEURO_MAJOR_VERSION@
123 NEURO_MICRO_VERSION = @NEURO_MICRO_VERSION@
124 NEURO_MINOR_VERSION = @NEURO_MINOR_VERSION@
125 NEURO_VERSION = @NEURO_VERSION@
126 NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
127 NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
128 OBJDUMP = @OBJDUMP@
129 OBJEXT = @OBJEXT@
130 PACKAGE = @PACKAGE@
131 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132 PACKAGE_NAME = @PACKAGE_NAME@
133 PACKAGE_STRING = @PACKAGE_STRING@
134 PACKAGE_TARNAME = @PACKAGE_TARNAME@
135 PACKAGE_VERSION = @PACKAGE_VERSION@
136 PATH_SEPARATOR = @PATH_SEPARATOR@
137 RANLIB = @RANLIB@
138 SET_MAKE = @SET_MAKE@
139 SHELL = @SHELL@
140 STRIP = @STRIP@
141 USE_SDL_FALSE = @USE_SDL_FALSE@
142 USE_SDL_TRUE = @USE_SDL_TRUE@
143 USE_X11_FALSE = @USE_X11_FALSE@
144 USE_X11_TRUE = @USE_X11_TRUE@
145 VERSION = @VERSION@
146 X_CFLAGS = @X_CFLAGS@
147 X_EXTRA_LIBS = @X_EXTRA_LIBS@
148 X_LIBS = @X_LIBS@
149 X_PRE_LIBS = @X_PRE_LIBS@
150 ac_ct_AR = @ac_ct_AR@
151 ac_ct_AS = @ac_ct_AS@
152 ac_ct_CC = @ac_ct_CC@
153 ac_ct_CXX = @ac_ct_CXX@
154 ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
155 ac_ct_F77 = @ac_ct_F77@
156 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
157 ac_ct_RANLIB = @ac_ct_RANLIB@
158 ac_ct_STRIP = @ac_ct_STRIP@
159 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
160 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
161 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
162 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
163 am__include = @am__include@
164 am__leading_dot = @am__leading_dot@
165 am__quote = @am__quote@
166 am__tar = @am__tar@
167 am__untar = @am__untar@
168 bindir = @bindir@
169 build = @build@
170 build_alias = @build_alias@
171 build_cpu = @build_cpu@
172 build_os = @build_os@
173 build_vendor = @build_vendor@
174 datadir = @datadir@
175 exec_prefix = @exec_prefix@
176 host = @host@
177 host_alias = @host_alias@
178 host_cpu = @host_cpu@
179 host_os = @host_os@
180 host_vendor = @host_vendor@
181 includedir = @includedir@
182 infodir = @infodir@
183 install_sh = @install_sh@
184 libdir = @libdir@
185 libexecdir = @libexecdir@
186 localstatedir = @localstatedir@
187 mandir = @mandir@
188 mkdir_p = @mkdir_p@
189 oldincludedir = @oldincludedir@
190 prefix = @prefix@
191 program_transform_name = @program_transform_name@
192 sbindir = @sbindir@
193 sharedstatedir = @sharedstatedir@
194 sysconfdir = @sysconfdir@
195 target_alias = @target_alias@
196 EXTRA_DIST = video.h pool.h
197 noinst_LTLIBRARIES = libvideo.la
198 lib_sources = \
199 painter.c \
200 coredraw.c \
201 graphics.c \
202 debug.c \
203 interface.c \
204 pixels.c
206 libvideo_la_SOURCES = $(lib_sources)
207 AM_CFLAGS = @NEUROFLAGS@
208 all: all-am
210 .SUFFIXES:
211 .SUFFIXES: .c .lo .o .obj
212 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
213 @for dep in $?; do \
214 case '$(am__configure_deps)' in \
215 *$$dep*) \
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
217 && exit 0; \
218 exit 1;; \
219 esac; \
220 done; \
221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/video/Makefile'; \
222 cd $(top_srcdir) && \
223 $(AUTOMAKE) --gnu src/video/Makefile
224 .PRECIOUS: Makefile
225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226 @case '$?' in \
227 *config.status*) \
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
229 *) \
230 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
231 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
232 esac;
234 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237 $(top_srcdir)/configure: $(am__configure_deps)
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242 clean-noinstLTLIBRARIES:
243 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
244 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
245 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
246 test "$$dir" != "$$p" || dir=.; \
247 echo "rm -f \"$${dir}/so_locations\""; \
248 rm -f "$${dir}/so_locations"; \
249 done
250 libvideo.la: $(libvideo_la_OBJECTS) $(libvideo_la_DEPENDENCIES)
251 $(LINK) $(libvideo_la_LDFLAGS) $(libvideo_la_OBJECTS) $(libvideo_la_LIBADD) $(LIBS)
253 mostlyclean-compile:
254 -rm -f *.$(OBJEXT)
256 distclean-compile:
257 -rm -f *.tab.c
259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coredraw.Plo@am__quote@
260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics.Plo@am__quote@
262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Plo@am__quote@
263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/painter.Plo@am__quote@
264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixels.Plo@am__quote@
266 .c.o:
267 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
268 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
269 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
273 .c.obj:
274 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
275 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
276 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
277 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
280 .c.lo:
281 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
282 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
283 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
284 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
287 mostlyclean-libtool:
288 -rm -f *.lo
290 clean-libtool:
291 -rm -rf .libs _libs
293 distclean-libtool:
294 -rm -f libtool
295 uninstall-info-am:
297 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
298 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
299 unique=`for i in $$list; do \
300 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301 done | \
302 $(AWK) ' { files[$$0] = 1; } \
303 END { for (i in files) print i; }'`; \
304 mkid -fID $$unique
305 tags: TAGS
307 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
308 $(TAGS_FILES) $(LISP)
309 tags=; \
310 here=`pwd`; \
311 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
312 unique=`for i in $$list; do \
313 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314 done | \
315 $(AWK) ' { files[$$0] = 1; } \
316 END { for (i in files) print i; }'`; \
317 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
318 test -n "$$unique" || unique=$$empty_fix; \
319 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
320 $$tags $$unique; \
322 ctags: CTAGS
323 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
324 $(TAGS_FILES) $(LISP)
325 tags=; \
326 here=`pwd`; \
327 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
328 unique=`for i in $$list; do \
329 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330 done | \
331 $(AWK) ' { files[$$0] = 1; } \
332 END { for (i in files) print i; }'`; \
333 test -z "$(CTAGS_ARGS)$$tags$$unique" \
334 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
335 $$tags $$unique
337 GTAGS:
338 here=`$(am__cd) $(top_builddir) && pwd` \
339 && cd $(top_srcdir) \
340 && gtags -i $(GTAGS_ARGS) $$here
342 distclean-tags:
343 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345 distdir: $(DISTFILES)
346 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
347 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
348 list='$(DISTFILES)'; for file in $$list; do \
349 case $$file in \
350 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
351 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
352 esac; \
353 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
354 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
355 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
356 dir="/$$dir"; \
357 $(mkdir_p) "$(distdir)$$dir"; \
358 else \
359 dir=''; \
360 fi; \
361 if test -d $$d/$$file; then \
362 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
363 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
364 fi; \
365 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
366 else \
367 test -f $(distdir)/$$file \
368 || cp -p $$d/$$file $(distdir)/$$file \
369 || exit 1; \
370 fi; \
371 done
372 check-am: all-am
373 check: check-am
374 all-am: Makefile $(LTLIBRARIES)
375 installdirs:
376 install: install-am
377 install-exec: install-exec-am
378 install-data: install-data-am
379 uninstall: uninstall-am
381 install-am: all-am
382 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
384 installcheck: installcheck-am
385 install-strip:
386 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
387 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
388 `test -z '$(STRIP)' || \
389 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
390 mostlyclean-generic:
392 clean-generic:
394 distclean-generic:
395 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
397 maintainer-clean-generic:
398 @echo "This command is intended for maintainers to use"
399 @echo "it deletes files that may require special tools to rebuild."
400 clean: clean-am
402 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
403 mostlyclean-am
405 distclean: distclean-am
406 -rm -rf ./$(DEPDIR)
407 -rm -f Makefile
408 distclean-am: clean-am distclean-compile distclean-generic \
409 distclean-libtool distclean-tags
411 dvi: dvi-am
413 dvi-am:
415 html: html-am
417 info: info-am
419 info-am:
421 install-data-am:
423 install-exec-am:
425 install-info: install-info-am
427 install-man:
429 installcheck-am:
431 maintainer-clean: maintainer-clean-am
432 -rm -rf ./$(DEPDIR)
433 -rm -f Makefile
434 maintainer-clean-am: distclean-am maintainer-clean-generic
436 mostlyclean: mostlyclean-am
438 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
439 mostlyclean-libtool
441 pdf: pdf-am
443 pdf-am:
445 ps: ps-am
447 ps-am:
449 uninstall-am: uninstall-info-am
451 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
452 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
453 distclean-compile distclean-generic distclean-libtool \
454 distclean-tags distdir dvi dvi-am html html-am info info-am \
455 install install-am install-data install-data-am install-exec \
456 install-exec-am install-info install-info-am install-man \
457 install-strip installcheck installcheck-am installdirs \
458 maintainer-clean maintainer-clean-generic mostlyclean \
459 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
460 pdf pdf-am ps ps-am tags uninstall uninstall-am \
461 uninstall-info-am
463 #AM_CFLAGS= @SDLFLAGS@
465 #LIB_FLAGS= @NEUROLIBFLAGS@
466 #libvideo_la_LDFLAGS = $(LIB_FLAGS)
468 #include_HEADERS= \
469 # graphics.h
470 # Tell versions [3.59,3.63) of GNU make to not export all variables.
471 # Otherwise a system limit (for SysV at least) may be exceeded.
472 .NOEXPORT: