/[cvs]/api/include/Makefile
ViewVC logotype

Contents of /api/include/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:59 2001 UTC (22 years, 10 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
First import

1 # Generated automatically from Makefile.in by configure.
2 # Makefile.in generated automatically by automake 1.4a from Makefile.am
3
4 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 # The input Makefile for SDL header files
15
16 # The directory where the include files will be installed
17
18
19 SHELL = /bin/sh
20
21 srcdir = .
22 top_srcdir = ..
23 prefix = /home/bearsoft
24 exec_prefix = ${prefix}
25
26 bindir = ${exec_prefix}/bin
27 sbindir = ${exec_prefix}/sbin
28 libexecdir = ${exec_prefix}/libexec
29 datadir = ${prefix}/share
30 sysconfdir = ${prefix}/etc
31 sharedstatedir = ${prefix}/com
32 localstatedir = ${prefix}/var
33 libdir = ${exec_prefix}/lib
34 infodir = ${prefix}/info
35 mandir = ${prefix}/man
36 includedir = ${prefix}/include
37 oldincludedir = /usr/include
38
39 DESTDIR =
40
41 pkgdatadir = $(datadir)/SDL
42 pkglibdir = $(libdir)/SDL
43 pkgincludedir = $(includedir)/SDL
44
45 top_builddir = ..
46
47 ACLOCAL = aclocal
48 AUTOCONF = autoconf
49 AUTOMAKE = automake
50 AUTOHEADER = autoheader
51
52 INSTALL = /usr/bin/install -c
53 INSTALL_PROGRAM = ${INSTALL}
54 INSTALL_DATA = ${INSTALL} -m 644
55 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
56 INSTALL_STRIP_FLAG =
57 transform = s,x,x,
58
59 NORMAL_INSTALL = :
60 PRE_INSTALL = :
61 POST_INSTALL = :
62 NORMAL_UNINSTALL = :
63 PRE_UNINSTALL = :
64 POST_UNINSTALL = :
65 host_alias = i686-pc-linux-gnu
66 host_triplet = i686-pc-linux-gnu
67 ARCH = linux
68 AS =
69 CC = gcc
70 CXX =
71 DLLTOOL =
72 ESD_CFLAGS =
73 ESD_CONFIG = /usr/bin/esd-config
74 ESD_LIBS =
75 EXEEXT =
76 LD = /usr/bin/ld
77 LIBTOOL = $(SHELL) $(top_builddir)/libtool
78 LN_S = ln -s
79 LT_AGE = 0
80 LT_CURRENT = 0
81 LT_RELEASE = 1.1
82 LT_REVISION = 1
83 MAKEINFO = makeinfo
84 NASM = /usr/bin/nasm
85 NASMFLAGS = -f elf
86 NM = /usr/bin/nm -B
87 OBJDUMP =
88 OBJEXT = o
89 PACKAGE = SDL
90 RANLIB = ranlib
91 SDL_BINARY_AGE = 1
92 SDL_CFLAGS = -D_REENTRANT
93 SDL_EXTRADIRS = audio video events cdrom thread timer endian file hermes
94 SDL_EXTRALIBS = audio/libaudio.la video/libvideo.la events/libevents.la cdrom/libcdrom.la thread/libthread.la timer/libtimer.la endian/libendian.la file/libfile.la hermes/libhermes.la
95 SDL_INTERFACE_AGE = 1
96 SDL_LIBS = -lSDL -lpthread
97 SDL_MAJOR_VERSION = 1
98 SDL_MICRO_VERSION = 1
99 SDL_MINOR_VERSION = 1
100 SDL_VERSION = 1.1.1
101 STRIP = strip
102 SYSTEM_LIBS = -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga -ldl
103 VERSION = 1.1.1
104 VIDEO_DRIVERS = x11/libvideo_x11.la
105 VIDEO_SUBDIRS = x11
106 with_gcc = yes
107 with_gnu_ld = yes
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:

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26