1 |
# Makefile.in generated automatically by automake 1.4a 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 |
# The input Makefile for SDL header files |
14 |
|
15 |
# The directory where the include files will be installed |
16 |
|
17 |
|
18 |
SHELL = @SHELL@ |
19 |
|
20 |
srcdir = @srcdir@ |
21 |
top_srcdir = @top_srcdir@ |
22 |
VPATH = @srcdir@ |
23 |
prefix = @prefix@ |
24 |
exec_prefix = @exec_prefix@ |
25 |
|
26 |
bindir = @bindir@ |
27 |
sbindir = @sbindir@ |
28 |
libexecdir = @libexecdir@ |
29 |
datadir = @datadir@ |
30 |
sysconfdir = @sysconfdir@ |
31 |
sharedstatedir = @sharedstatedir@ |
32 |
localstatedir = @localstatedir@ |
33 |
libdir = @libdir@ |
34 |
infodir = @infodir@ |
35 |
mandir = @mandir@ |
36 |
includedir = @includedir@ |
37 |
oldincludedir = /usr/include |
38 |
|
39 |
DESTDIR = |
40 |
|
41 |
pkgdatadir = $(datadir)/@PACKAGE@ |
42 |
pkglibdir = $(libdir)/@PACKAGE@ |
43 |
pkgincludedir = $(includedir)/@PACKAGE@ |
44 |
|
45 |
top_builddir = .. |
46 |
|
47 |
ACLOCAL = @ACLOCAL@ |
48 |
AUTOCONF = @AUTOCONF@ |
49 |
AUTOMAKE = @AUTOMAKE@ |
50 |
AUTOHEADER = @AUTOHEADER@ |
51 |
|
52 |
INSTALL = @INSTALL@ |
53 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
54 |
INSTALL_DATA = @INSTALL_DATA@ |
55 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
56 |
INSTALL_STRIP_FLAG = |
57 |
transform = @program_transform_name@ |
58 |
|
59 |
NORMAL_INSTALL = : |
60 |
PRE_INSTALL = : |
61 |
POST_INSTALL = : |
62 |
NORMAL_UNINSTALL = : |
63 |
PRE_UNINSTALL = : |
64 |
POST_UNINSTALL = : |
65 |
host_alias = @host_alias@ |
66 |
host_triplet = @host@ |
67 |
ARCH = @ARCH@ |
68 |
AS = @AS@ |
69 |
CC = @CC@ |
70 |
CXX = @CXX@ |
71 |
DLLTOOL = @DLLTOOL@ |
72 |
ESD_CFLAGS = @ESD_CFLAGS@ |
73 |
ESD_CONFIG = @ESD_CONFIG@ |
74 |
ESD_LIBS = @ESD_LIBS@ |
75 |
EXEEXT = @EXEEXT@ |
76 |
LD = @LD@ |
77 |
LIBTOOL = @LIBTOOL@ |
78 |
LN_S = @LN_S@ |
79 |
LT_AGE = @LT_AGE@ |
80 |
LT_CURRENT = @LT_CURRENT@ |
81 |
LT_RELEASE = @LT_RELEASE@ |
82 |
LT_REVISION = @LT_REVISION@ |
83 |
MAKEINFO = @MAKEINFO@ |
84 |
NASM = @NASM@ |
85 |
NASMFLAGS = @NASMFLAGS@ |
86 |
NM = @NM@ |
87 |
OBJDUMP = @OBJDUMP@ |
88 |
OBJEXT = @OBJEXT@ |
89 |
PACKAGE = @PACKAGE@ |
90 |
RANLIB = @RANLIB@ |
91 |
SDL_BINARY_AGE = @SDL_BINARY_AGE@ |
92 |
SDL_CFLAGS = @SDL_CFLAGS@ |
93 |
SDL_EXTRADIRS = @SDL_EXTRADIRS@ |
94 |
SDL_EXTRALIBS = @SDL_EXTRALIBS@ |
95 |
SDL_INTERFACE_AGE = @SDL_INTERFACE_AGE@ |
96 |
SDL_LIBS = @SDL_LIBS@ |
97 |
SDL_MAJOR_VERSION = @SDL_MAJOR_VERSION@ |
98 |
SDL_MICRO_VERSION = @SDL_MICRO_VERSION@ |
99 |
SDL_MINOR_VERSION = @SDL_MINOR_VERSION@ |
100 |
SDL_VERSION = @SDL_VERSION@ |
101 |
STRIP = @STRIP@ |
102 |
SYSTEM_LIBS = @SYSTEM_LIBS@ |
103 |
VERSION = @VERSION@ |
104 |
VIDEO_DRIVERS = @VIDEO_DRIVERS@ |
105 |
VIDEO_SUBDIRS = @VIDEO_SUBDIRS@ |
106 |
with_gcc = @with_gcc@ |
107 |
with_gnu_ld = @with_gnu_ld@ |
108 |
|
109 |
libSDLincludedir = $(includedir)/SDL |
110 |
|
111 |
# Which header files to install |
112 |
libSDLinclude_HEADERS = SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_copying.h SDL_endian.h SDL_error.h SDL_events.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_quit.h SDL_rwops.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h |
113 |
|
114 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
115 |
CONFIG_CLEAN_FILES = |
116 |
HEADERS = $(libSDLinclude_HEADERS) |
117 |
|
118 |
DIST_COMMON = Makefile.am Makefile.in |
119 |
|
120 |
|
121 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
122 |
|
123 |
TAR = gtar |
124 |
GZIP_ENV = --best |
125 |
all: all-redirect |
126 |
.SUFFIXES: |
127 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
128 |
cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps include/Makefile |
129 |
|
130 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
131 |
cd $(top_builddir) \ |
132 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
133 |
|
134 |
|
135 |
install-libSDLincludeHEADERS: $(libSDLinclude_HEADERS) |
136 |
@$(NORMAL_INSTALL) |
137 |
$(mkinstalldirs) $(DESTDIR)$(libSDLincludedir) |
138 |
@list='$(libSDLinclude_HEADERS)'; for p in $$list; do \ |
139 |
if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ |
140 |
echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libSDLincludedir)/$$p"; \ |
141 |
$(INSTALL_DATA) $$d$$p $(DESTDIR)$(libSDLincludedir)/$$p; \ |
142 |
done |
143 |
|
144 |
uninstall-libSDLincludeHEADERS: |
145 |
@$(NORMAL_UNINSTALL) |
146 |
list='$(libSDLinclude_HEADERS)'; for p in $$list; do \ |
147 |
rm -f $(DESTDIR)$(libSDLincludedir)/$$p; \ |
148 |
done |
149 |
|
150 |
tags: TAGS |
151 |
|
152 |
ID: $(HEADERS) $(SOURCES) $(LISP) |
153 |
list='$(SOURCES) $(HEADERS)'; \ |
154 |
unique=`for i in $$list; do echo $$i; done | \ |
155 |
awk ' { files[$$0] = 1; } \ |
156 |
END { for (i in files) print i; }'`; \ |
157 |
here=`pwd` && cd $(srcdir) \ |
158 |
&& mkid -f$$here/ID $$unique $(LISP) |
159 |
|
160 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
161 |
tags=; \ |
162 |
here=`pwd`; \ |
163 |
list='$(SOURCES) $(HEADERS)'; \ |
164 |
unique=`for i in $$list; do echo $$i; done | \ |
165 |
awk ' { files[$$0] = 1; } \ |
166 |
END { for (i in files) print i; }'`; \ |
167 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
168 |
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
169 |
|
170 |
mostlyclean-tags: |
171 |
|
172 |
clean-tags: |
173 |
|
174 |
distclean-tags: |
175 |
-rm -f TAGS ID |
176 |
|
177 |
maintainer-clean-tags: |
178 |
|
179 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
180 |
|
181 |
subdir = include |
182 |
|
183 |
distdir: $(DISTFILES) |
184 |
@for file in $(DISTFILES); do \ |
185 |
d=$(srcdir); \ |
186 |
if test -d $$d/$$file; then \ |
187 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
188 |
else \ |
189 |
test -f $(distdir)/$$file \ |
190 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
191 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
192 |
fi; \ |
193 |
done |
194 |
info-am: |
195 |
info: info-am |
196 |
dvi-am: |
197 |
dvi: dvi-am |
198 |
check-am: all-am |
199 |
check: check-am |
200 |
installcheck-am: |
201 |
installcheck: installcheck-am |
202 |
install-exec-am: |
203 |
install-exec: install-exec-am |
204 |
|
205 |
install-data-am: install-libSDLincludeHEADERS |
206 |
install-data: install-data-am |
207 |
|
208 |
install-am: all-am |
209 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
210 |
install: install-am |
211 |
uninstall-am: uninstall-libSDLincludeHEADERS |
212 |
uninstall: uninstall-am |
213 |
all-am: Makefile $(HEADERS) |
214 |
all-redirect: all-am |
215 |
install-strip: |
216 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
217 |
installdirs: |
218 |
$(mkinstalldirs) $(DESTDIR)$(libSDLincludedir) |
219 |
|
220 |
|
221 |
mostlyclean-generic: |
222 |
|
223 |
clean-generic: |
224 |
|
225 |
distclean-generic: |
226 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
227 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
228 |
|
229 |
maintainer-clean-generic: |
230 |
mostlyclean-am: mostlyclean-tags mostlyclean-generic |
231 |
|
232 |
mostlyclean: mostlyclean-am |
233 |
|
234 |
clean-am: clean-tags clean-generic mostlyclean-am |
235 |
|
236 |
clean: clean-am |
237 |
|
238 |
distclean-am: distclean-tags distclean-generic clean-am |
239 |
-rm -f libtool |
240 |
|
241 |
distclean: distclean-am |
242 |
|
243 |
maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ |
244 |
distclean-am |
245 |
@echo "This command is intended for maintainers to use;" |
246 |
@echo "it deletes files that may require special tools to rebuild." |
247 |
|
248 |
maintainer-clean: maintainer-clean-am |
249 |
|
250 |
.PHONY: uninstall-libSDLincludeHEADERS install-libSDLincludeHEADERS tags \ |
251 |
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \ |
252 |
distdir info-am info dvi-am dvi check check-am installcheck-am \ |
253 |
installcheck install-exec-am install-exec install-data-am install-data \ |
254 |
install-am install uninstall-am uninstall all-redirect all-am all \ |
255 |
installdirs mostlyclean-generic distclean-generic clean-generic \ |
256 |
maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
257 |
|
258 |
|
259 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
260 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
261 |
.NOEXPORT: |