]> icculus.org git repositories - btb/d2x.git/blob - input/Makefile.in
junk removal
[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 GGI_LIBS = @GGI_LIBS@
63 MAINT = @MAINT@
64 MAKEINFO = @MAKEINFO@
65 NASM = @NASM@
66 NASMFLAGS = @NASMFLAGS@
67 OGL_LIBS = @OGL_LIBS@
68 PACKAGE = @PACKAGE@
69 RANLIB = @RANLIB@
70 SDL_LIBS = @SDL_LIBS@
71 SVGA_LIBS = @SVGA_LIBS@
72 VERSION = @VERSION@
73
74 noinst_LIBRARIES = libinput.a
75 INCLUDES = -I $(top_srcdir)/includes -I $(top_srcdir)/main
76
77 libinput_a_SOURCES = sdl_event.c sdl_key.c sdl_mouse.c ggi_event.c ggi_key.c ggi_mouse.c dos_key.c dos_joyc.c dos_joydefs.c dos_mouse.c linux_joydefs.c linux_joystick.c svgalib_event.c svgalib_key.c svgalib_mouse.c svgalib_init.c
78
79
80 SUFFIXES = .asm
81
82 @ENV_DJGPP_TRUE@libinput_a_LIBADD =  dos_joy2.o
83 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84 CONFIG_HEADER = ../conf.h
85 CONFIG_CLEAN_FILES = 
86 LIBRARIES =  $(noinst_LIBRARIES)
87
88
89 DEFS = @DEFS@ -I. -I$(srcdir) -I..
90 CPPFLAGS = @CPPFLAGS@
91 LDFLAGS = @LDFLAGS@
92 LIBS = @LIBS@
93 @ENV_DJGPP_TRUE@libinput_a_DEPENDENCIES =  dos_joy2.o
94 libinput_a_OBJECTS =  sdl_event.o sdl_key.o sdl_mouse.o ggi_event.o \
95 ggi_key.o ggi_mouse.o dos_key.o dos_joyc.o dos_joydefs.o dos_mouse.o \
96 linux_joydefs.o linux_joystick.o svgalib_event.o svgalib_key.o \
97 svgalib_mouse.o svgalib_init.o
98 AR = ar
99 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 CCLD = $(CC)
101 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
102 DIST_COMMON =  Makefile.am Makefile.in
103
104
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107 TAR = tar
108 GZIP_ENV = --best
109 DEP_FILES =  .deps/dos_joyc.P .deps/dos_joydefs.P .deps/dos_key.P \
110 .deps/dos_mouse.P .deps/ggi_event.P .deps/ggi_key.P .deps/ggi_mouse.P \
111 .deps/linux_joydefs.P .deps/linux_joystick.P .deps/sdl_event.P \
112 .deps/sdl_key.P .deps/sdl_mouse.P .deps/svgalib_event.P \
113 .deps/svgalib_init.P .deps/svgalib_key.P .deps/svgalib_mouse.P
114 SOURCES = $(libinput_a_SOURCES)
115 OBJECTS = $(libinput_a_OBJECTS)
116
117 all: all-redirect
118 .SUFFIXES:
119 .SUFFIXES: .S .asm .c .o .s
120 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
121         cd $(top_srcdir) && $(AUTOMAKE) --gnu input/Makefile
122
123 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
124         cd $(top_builddir) \
125           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
126
127
128 mostlyclean-noinstLIBRARIES:
129
130 clean-noinstLIBRARIES:
131         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
132
133 distclean-noinstLIBRARIES:
134
135 maintainer-clean-noinstLIBRARIES:
136
137 .s.o:
138         $(COMPILE) -c $<
139
140 .S.o:
141         $(COMPILE) -c $<
142
143 mostlyclean-compile:
144         -rm -f *.o core *.core
145
146 clean-compile:
147
148 distclean-compile:
149         -rm -f *.tab.c
150
151 maintainer-clean-compile:
152
153 libinput.a: $(libinput_a_OBJECTS) $(libinput_a_DEPENDENCIES)
154         -rm -f libinput.a
155         $(AR) cru libinput.a $(libinput_a_OBJECTS) $(libinput_a_LIBADD)
156         $(RANLIB) libinput.a
157
158 tags: TAGS
159
160 ID: $(HEADERS) $(SOURCES) $(LISP)
161         list='$(SOURCES) $(HEADERS)'; \
162         unique=`for i in $$list; do echo $$i; done | \
163           awk '    { files[$$0] = 1; } \
164                END { for (i in files) print i; }'`; \
165         here=`pwd` && cd $(srcdir) \
166           && mkid -f$$here/ID $$unique $(LISP)
167
168 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
169         tags=; \
170         here=`pwd`; \
171         list='$(SOURCES) $(HEADERS)'; \
172         unique=`for i in $$list; do echo $$i; done | \
173           awk '    { files[$$0] = 1; } \
174                END { for (i in files) print i; }'`; \
175         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
176           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
177
178 mostlyclean-tags:
179
180 clean-tags:
181
182 distclean-tags:
183         -rm -f TAGS ID
184
185 maintainer-clean-tags:
186
187 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
188
189 subdir = input
190
191 distdir: $(DISTFILES)
192         here=`cd $(top_builddir) && pwd`; \
193         top_distdir=`cd $(top_distdir) && pwd`; \
194         distdir=`cd $(distdir) && pwd`; \
195         cd $(top_srcdir) \
196           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu input/Makefile
197         @for file in $(DISTFILES); do \
198           d=$(srcdir); \
199           if test -d $$d/$$file; then \
200             cp -pr $$d/$$file $(distdir)/$$file; \
201           else \
202             test -f $(distdir)/$$file \
203             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
204             || cp -p $$d/$$file $(distdir)/$$file || :; \
205           fi; \
206         done
207
208 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
209
210 -include $(DEP_FILES)
211
212 mostlyclean-depend:
213
214 clean-depend:
215
216 distclean-depend:
217         -rm -rf .deps
218
219 maintainer-clean-depend:
220
221 %.o: %.c
222         @echo '$(COMPILE) -c $<'; \
223         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
224         @-cp .deps/$(*F).pp .deps/$(*F).P; \
225         tr ' ' '\012' < .deps/$(*F).pp \
226           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
227             >> .deps/$(*F).P; \
228         rm .deps/$(*F).pp
229
230 %.lo: %.c
231         @echo '$(LTCOMPILE) -c $<'; \
232         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
233         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
234           < .deps/$(*F).pp > .deps/$(*F).P; \
235         tr ' ' '\012' < .deps/$(*F).pp \
236           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
237             >> .deps/$(*F).P; \
238         rm -f .deps/$(*F).pp
239 info-am:
240 info: info-am
241 dvi-am:
242 dvi: dvi-am
243 check-am: all-am
244 check: check-am
245 installcheck-am:
246 installcheck: installcheck-am
247 install-exec-am:
248 install-exec: install-exec-am
249
250 install-data-am:
251 install-data: install-data-am
252
253 install-am: all-am
254         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
255 install: install-am
256 uninstall-am:
257 uninstall: uninstall-am
258 all-am: Makefile $(LIBRARIES)
259 all-redirect: all-am
260 install-strip:
261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
262 installdirs:
263
264
265 mostlyclean-generic:
266
267 clean-generic:
268
269 distclean-generic:
270         -rm -f Makefile $(CONFIG_CLEAN_FILES)
271         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
272
273 maintainer-clean-generic:
274 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
275                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
276
277 mostlyclean: mostlyclean-am
278
279 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
280                 clean-generic mostlyclean-am
281
282 clean: clean-am
283
284 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
285                 distclean-tags distclean-depend distclean-generic \
286                 clean-am
287
288 distclean: distclean-am
289
290 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
291                 maintainer-clean-compile maintainer-clean-tags \
292                 maintainer-clean-depend maintainer-clean-generic \
293                 distclean-am
294         @echo "This command is intended for maintainers to use;"
295         @echo "it deletes files that may require special tools to rebuild."
296
297 maintainer-clean: maintainer-clean-am
298
299 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
300 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
301 mostlyclean-compile distclean-compile clean-compile \
302 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
303 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
304 distclean-depend clean-depend maintainer-clean-depend info-am info \
305 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
306 install-exec install-data-am install-data install-am install \
307 uninstall-am uninstall all-redirect all-am all installdirs \
308 mostlyclean-generic distclean-generic clean-generic \
309 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
310
311 %.o: %.asm
312         $(NASM) $(NASMFLAGS) $< -o $@
313
314 # Tell versions [3.59,3.63) of GNU make to not export all variables.
315 # Otherwise a system limit (for SysV at least) may be exceeded.
316 .NOEXPORT: