]> icculus.org git repositories - btb/d2x.git/blob - input/Makefile.in
This commit was generated by cvs2svn to compensate for changes in r2,
[btb/d2x.git] / input / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CFLAGS = @CFLAGS@
62 MAINT = @MAINT@
63 MAKEINFO = @MAKEINFO@
64 NASM = @NASM@
65 NASMFLAGS = @NASMFLAGS@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 SDL_LIBS = @SDL_LIBS@
69 VERSION = @VERSION@
70
71 SUBDIRS = linux 
72
73 noinst_LIBRARIES = libinput.a
74
75 libinput_a_SOURCES = 
76 @USE_OPENGL_TRUE@libinput_a_LIBADD = ggi/event.o ggi/key.o ggi/mouse.o linux/joydefs.o linux/joystick.o
77 @USE_OPENGL_FALSE@libinput_a_LIBADD = sdl/event.o sdl/key.o sdl/mouse.o linux/joydefs.o linux/joystick.o
78 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79 CONFIG_HEADER = ../conf.h
80 CONFIG_CLEAN_FILES = 
81 LIBRARIES =  $(noinst_LIBRARIES)
82
83
84 DEFS = @DEFS@ -I. -I$(srcdir) -I..
85 CPPFLAGS = @CPPFLAGS@
86 LDFLAGS = @LDFLAGS@
87 LIBS = @LIBS@
88 @USE_OPENGL_TRUE@libinput_a_DEPENDENCIES =  ggi/event.o ggi/key.o \
89 @USE_OPENGL_TRUE@ggi/mouse.o linux/joydefs.o linux/joystick.o
90 @USE_OPENGL_FALSE@libinput_a_DEPENDENCIES =  sdl/event.o sdl/key.o \
91 @USE_OPENGL_FALSE@sdl/mouse.o linux/joydefs.o linux/joystick.o
92 libinput_a_OBJECTS = 
93 AR = ar
94 DIST_COMMON =  Makefile.am Makefile.in
95
96
97 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
99 TAR = tar
100 GZIP_ENV = --best
101 SOURCES = $(libinput_a_SOURCES)
102 OBJECTS = $(libinput_a_OBJECTS)
103
104 all: all-redirect
105 .SUFFIXES:
106 .SUFFIXES: .S .c .o .s
107 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
108         cd $(top_srcdir) && $(AUTOMAKE) --gnu input/Makefile
109
110 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
111         cd $(top_builddir) \
112           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114
115 mostlyclean-noinstLIBRARIES:
116
117 clean-noinstLIBRARIES:
118         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
119
120 distclean-noinstLIBRARIES:
121
122 maintainer-clean-noinstLIBRARIES:
123
124 .s.o:
125         $(COMPILE) -c $<
126
127 .S.o:
128         $(COMPILE) -c $<
129
130 mostlyclean-compile:
131         -rm -f *.o core *.core
132
133 clean-compile:
134
135 distclean-compile:
136         -rm -f *.tab.c
137
138 maintainer-clean-compile:
139
140 libinput.a: $(libinput_a_OBJECTS) $(libinput_a_DEPENDENCIES)
141         -rm -f libinput.a
142         $(AR) cru libinput.a $(libinput_a_OBJECTS) $(libinput_a_LIBADD)
143         $(RANLIB) libinput.a
144
145 # This directory's subdirectories are mostly independent; you can cd
146 # into them and run `make' without going through this Makefile.
147 # To change the values of `make' variables: instead of editing Makefiles,
148 # (1) if the variable is set in `config.status', edit `config.status'
149 #     (which will cause the Makefiles to be regenerated when you run `make');
150 # (2) otherwise, pass the desired values on the `make' command line.
151
152 @SET_MAKE@
153
154 all-recursive install-data-recursive install-exec-recursive \
155 installdirs-recursive install-recursive uninstall-recursive  \
156 check-recursive installcheck-recursive info-recursive dvi-recursive:
157         @set fnord $(MAKEFLAGS); amf=$$2; \
158         dot_seen=no; \
159         target=`echo $@ | sed s/-recursive//`; \
160         list='$(SUBDIRS)'; for subdir in $$list; do \
161           echo "Making $$target in $$subdir"; \
162           if test "$$subdir" = "."; then \
163             dot_seen=yes; \
164             local_target="$$target-am"; \
165           else \
166             local_target="$$target"; \
167           fi; \
168           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
169            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170         done; \
171         if test "$$dot_seen" = "no"; then \
172           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
173         fi; test -z "$$fail"
174
175 mostlyclean-recursive clean-recursive distclean-recursive \
176 maintainer-clean-recursive:
177         @set fnord $(MAKEFLAGS); amf=$$2; \
178         dot_seen=no; \
179         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
180           rev="$$subdir $$rev"; \
181           test "$$subdir" = "." && dot_seen=yes; \
182         done; \
183         test "$$dot_seen" = "no" && rev=". $$rev"; \
184         target=`echo $@ | sed s/-recursive//`; \
185         for subdir in $$rev; do \
186           echo "Making $$target in $$subdir"; \
187           if test "$$subdir" = "."; then \
188             local_target="$$target-am"; \
189           else \
190             local_target="$$target"; \
191           fi; \
192           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
193            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
194         done && test -z "$$fail"
195 tags-recursive:
196         list='$(SUBDIRS)'; for subdir in $$list; do \
197           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
198         done
199
200 tags: TAGS
201
202 ID: $(HEADERS) $(SOURCES) $(LISP)
203         list='$(SOURCES) $(HEADERS)'; \
204         unique=`for i in $$list; do echo $$i; done | \
205           awk '    { files[$$0] = 1; } \
206                END { for (i in files) print i; }'`; \
207         here=`pwd` && cd $(srcdir) \
208           && mkid -f$$here/ID $$unique $(LISP)
209
210 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
211         tags=; \
212         here=`pwd`; \
213         list='$(SUBDIRS)'; for subdir in $$list; do \
214    if test "$$subdir" = .; then :; else \
215             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
216    fi; \
217         done; \
218         list='$(SOURCES) $(HEADERS)'; \
219         unique=`for i in $$list; do echo $$i; done | \
220           awk '    { files[$$0] = 1; } \
221                END { for (i in files) print i; }'`; \
222         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
223           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
224
225 mostlyclean-tags:
226
227 clean-tags:
228
229 distclean-tags:
230         -rm -f TAGS ID
231
232 maintainer-clean-tags:
233
234 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
235
236 subdir = input
237
238 distdir: $(DISTFILES)
239         here=`cd $(top_builddir) && pwd`; \
240         top_distdir=`cd $(top_distdir) && pwd`; \
241         distdir=`cd $(distdir) && pwd`; \
242         cd $(top_srcdir) \
243           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu input/Makefile
244         @for file in $(DISTFILES); do \
245           d=$(srcdir); \
246           if test -d $$d/$$file; then \
247             cp -pr $$d/$$file $(distdir)/$$file; \
248           else \
249             test -f $(distdir)/$$file \
250             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
251             || cp -p $$d/$$file $(distdir)/$$file || :; \
252           fi; \
253         done
254         for subdir in $(SUBDIRS); do \
255           if test "$$subdir" = .; then :; else \
256             test -d $(distdir)/$$subdir \
257             || mkdir $(distdir)/$$subdir \
258             || exit 1; \
259             chmod 777 $(distdir)/$$subdir; \
260             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
261               || exit 1; \
262           fi; \
263         done
264 info-am:
265 info: info-recursive
266 dvi-am:
267 dvi: dvi-recursive
268 check-am: all-am
269 check: check-recursive
270 installcheck-am:
271 installcheck: installcheck-recursive
272 install-exec-am:
273 install-exec: install-exec-recursive
274
275 install-data-am:
276 install-data: install-data-recursive
277
278 install-am: all-am
279         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
280 install: install-recursive
281 uninstall-am:
282 uninstall: uninstall-recursive
283 all-am: Makefile $(LIBRARIES)
284 all-redirect: all-recursive
285 install-strip:
286         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
287 installdirs: installdirs-recursive
288 installdirs-am:
289
290
291 mostlyclean-generic:
292
293 clean-generic:
294
295 distclean-generic:
296         -rm -f Makefile $(CONFIG_CLEAN_FILES)
297         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
298
299 maintainer-clean-generic:
300 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
301                 mostlyclean-tags mostlyclean-generic
302
303 mostlyclean: mostlyclean-recursive
304
305 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
306                 mostlyclean-am
307
308 clean: clean-recursive
309
310 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
311                 distclean-tags distclean-generic clean-am
312
313 distclean: distclean-recursive
314
315 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
316                 maintainer-clean-compile maintainer-clean-tags \
317                 maintainer-clean-generic distclean-am
318         @echo "This command is intended for maintainers to use;"
319         @echo "it deletes files that may require special tools to rebuild."
320
321 maintainer-clean: maintainer-clean-recursive
322
323 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
324 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
325 mostlyclean-compile distclean-compile clean-compile \
326 maintainer-clean-compile install-data-recursive \
327 uninstall-data-recursive install-exec-recursive \
328 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
329 all-recursive check-recursive installcheck-recursive info-recursive \
330 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
331 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
332 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
333 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
334 install-exec install-data-am install-data install-am install \
335 uninstall-am uninstall all-redirect all-am all installdirs-am \
336 installdirs mostlyclean-generic distclean-generic clean-generic \
337 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
338
339 @USE_OPENGL_TRUE@ SUBDIRS += ggi
340 @USE_OPENGL_FALSE@ SUBDIRS += sdl
341
342 # Tell versions [3.59,3.63) of GNU make to not export all variables.
343 # Otherwise a system limit (for SysV at least) may be exceeded.
344 .NOEXPORT: