~ubuntu-branches/ubuntu/trusty/libgii/trusty

« back to all changes in this revision

Viewing changes to gg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Albert
  • Date: 2001-08-27 23:17:32 UTC
  • Revision ID: james.westby@ubuntu.com-20010827231732-5kiieyxb3mvj25ur
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p4 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
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AS = @AS@
 
63
CC = @CC@
 
64
DEMOS = @DEMOS@
 
65
DLLEXT = @DLLEXT@
 
66
DLLTOOL = @DLLTOOL@
 
67
ECHO = @ECHO@
 
68
EXEEXT = @EXEEXT@
 
69
FILTERSUBDIRS = @FILTERSUBDIRS@
 
70
GGDLLIBS = @GGDLLIBS@
 
71
GGI_16 = @GGI_16@
 
72
GGI_32 = @GGI_32@
 
73
GGI_8 = @GGI_8@
 
74
GGI_ENDIAN = @GGI_ENDIAN@
 
75
GG_CURTIME = @GG_CURTIME@
 
76
GG_USLEEP = @GG_USLEEP@
 
77
INPUTSUBDIRS = @INPUTSUBDIRS@
 
78
LIBTOOL = @LIBTOOL@
 
79
LN_S = @LN_S@
 
80
MAINT = @MAINT@
 
81
MAKEINFO = @MAKEINFO@
 
82
NETLIBS = @NETLIBS@
 
83
OBJDUMP = @OBJDUMP@
 
84
OBJEXT = @OBJEXT@
 
85
PACKAGE = @PACKAGE@
 
86
RANLIB = @RANLIB@
 
87
SELECTLIBS = @SELECTLIBS@
 
88
STRIP = @STRIP@
 
89
TIMEVAL_INCLUDE = @TIMEVAL_INCLUDE@
 
90
USLEEP_INCLUDE1 = @USLEEP_INCLUDE1@
 
91
USLEEP_INCLUDE2 = @USLEEP_INCLUDE2@
 
92
VERSION = @VERSION@
 
93
extra_includes = @extra_includes@
 
94
extra_libraries = @extra_libraries@
 
95
ggi_subdir = @ggi_subdir@
 
96
static_libdir = @static_libdir@
 
97
static_sysconfdir = @static_sysconfdir@
 
98
 
 
99
INCLUDES = -DBUILDING_LIBGG -I$(top_srcdir)/include -I$(top_builddir)/include   $(extra_includes)
 
100
 
 
101
libgg_la_LIBADD = $(GGDLLIBS)
 
102
 
 
103
lib_LTLIBRARIES = libgg.la
 
104
@PTLOCK_TRUE@mutex_src = ptlock.c
 
105
@PTLOCK_FALSE@@DLPTLOCK_TRUE@mutex_src = dlptlock.c
 
106
@PTLOCK_FALSE@@DLPTLOCK_FALSE@mutex_src = gglock.c
 
107
@MEMDEBUG_TRUE@memdebug_src = memdebug.c
 
108
@MEMDEBUG_FALSE@memdebug_src = 
 
109
 
 
110
libgg_la_SOURCES = cleanup.c conf.c debug.c dl.c init.c misc.c parse.c  $(mutex_src) $(memdebug_src)
 
111
 
 
112
 
 
113
libgg_la_LDFLAGS = $(extra_libraries) -version-info 0:7:0 -no-undefined         -export-symbols $(srcdir)/EXPSYMS
 
114
 
 
115
 
 
116
EXTRA_libgg_la_SOURCES = gglock.c ptlock.c dlptlock.c memdebug.c
 
117
 
 
118
EXTRA_DIST = EXPSYMS gglock.h plat.h
 
119
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
120
CONFIG_HEADER = ../config.h
 
121
CONFIG_CLEAN_FILES = 
 
122
LTLIBRARIES =  $(lib_LTLIBRARIES)
 
123
 
 
124
 
 
125
DEFS = @DEFS@ -I. -I$(srcdir) -I..
 
126
CPPFLAGS = @CPPFLAGS@
 
127
LDFLAGS = @LDFLAGS@
 
128
LIBS = @LIBS@
 
129
X_CFLAGS = @X_CFLAGS@
 
130
X_LIBS = @X_LIBS@
 
131
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
132
X_PRE_LIBS = @X_PRE_LIBS@
 
133
libgg_la_DEPENDENCIES = 
 
134
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@libgg_la_OBJECTS =  \
 
135
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@cleanup.lo conf.lo debug.lo \
 
136
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@dl.lo init.lo misc.lo \
 
137
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@parse.lo dlptlock.lo \
 
138
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@memdebug.lo
 
139
@MEMDEBUG_FALSE@@DLPTLOCK_FALSE@@PTLOCK_TRUE@libgg_la_OBJECTS =  \
 
140
@MEMDEBUG_FALSE@@DLPTLOCK_FALSE@@PTLOCK_TRUE@cleanup.lo conf.lo \
 
141
@MEMDEBUG_FALSE@@DLPTLOCK_FALSE@@PTLOCK_TRUE@debug.lo dl.lo init.lo \
 
142
@MEMDEBUG_FALSE@@DLPTLOCK_FALSE@@PTLOCK_TRUE@misc.lo parse.lo ptlock.lo
 
143
@MEMDEBUG_FALSE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@libgg_la_OBJECTS =  \
 
144
@MEMDEBUG_FALSE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@cleanup.lo conf.lo \
 
145
@MEMDEBUG_FALSE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@debug.lo dl.lo init.lo \
 
146
@MEMDEBUG_FALSE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@misc.lo parse.lo \
 
147
@MEMDEBUG_FALSE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@gglock.lo
 
148
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_TRUE@libgg_la_OBJECTS =  \
 
149
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_TRUE@cleanup.lo conf.lo debug.lo \
 
150
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_TRUE@dl.lo init.lo misc.lo \
 
151
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_TRUE@parse.lo ptlock.lo \
 
152
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_TRUE@memdebug.lo
 
153
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_TRUE@libgg_la_OBJECTS =  \
 
154
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_TRUE@cleanup.lo conf.lo debug.lo \
 
155
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_TRUE@dl.lo init.lo misc.lo \
 
156
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_TRUE@parse.lo ptlock.lo \
 
157
@MEMDEBUG_TRUE@@DLPTLOCK_TRUE@@PTLOCK_TRUE@memdebug.lo
 
158
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@libgg_la_OBJECTS =  \
 
159
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@cleanup.lo conf.lo \
 
160
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@debug.lo dl.lo init.lo \
 
161
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@misc.lo parse.lo gglock.lo \
 
162
@MEMDEBUG_TRUE@@DLPTLOCK_FALSE@@PTLOCK_FALSE@memdebug.lo
 
163
@MEMDEBUG_FALSE@@DLPTLOCK_TRUE@@PTLOCK_TRUE@libgg_la_OBJECTS =  \
 
164
@MEMDEBUG_FALSE@@DLPTLOCK_TRUE@@PTLOCK_TRUE@cleanup.lo conf.lo debug.lo \
 
165
@MEMDEBUG_FALSE@@DLPTLOCK_TRUE@@PTLOCK_TRUE@dl.lo init.lo misc.lo \
 
166
@MEMDEBUG_FALSE@@DLPTLOCK_TRUE@@PTLOCK_TRUE@parse.lo ptlock.lo
 
167
@MEMDEBUG_FALSE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@libgg_la_OBJECTS =  \
 
168
@MEMDEBUG_FALSE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@cleanup.lo conf.lo \
 
169
@MEMDEBUG_FALSE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@debug.lo dl.lo init.lo \
 
170
@MEMDEBUG_FALSE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@misc.lo parse.lo \
 
171
@MEMDEBUG_FALSE@@DLPTLOCK_TRUE@@PTLOCK_FALSE@dlptlock.lo
 
172
CFLAGS = @CFLAGS@
 
173
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
174
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
175
CCLD = $(CC)
 
176
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
177
DIST_COMMON =  Makefile.am Makefile.in
 
178
 
 
179
 
 
180
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
181
 
 
182
TAR = tar
 
183
GZIP_ENV = --best
 
184
SOURCES = $(libgg_la_SOURCES) $(EXTRA_libgg_la_SOURCES)
 
185
OBJECTS = $(libgg_la_OBJECTS)
 
186
 
 
187
all: all-redirect
 
188
.SUFFIXES:
 
189
.SUFFIXES: .S .c .lo .o .obj .s
 
190
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
191
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps gg/Makefile
 
192
 
 
193
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
194
        cd $(top_builddir) \
 
195
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
196
 
 
197
 
 
198
mostlyclean-libLTLIBRARIES:
 
199
 
 
200
clean-libLTLIBRARIES:
 
201
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
202
 
 
203
distclean-libLTLIBRARIES:
 
204
 
 
205
maintainer-clean-libLTLIBRARIES:
 
206
 
 
207
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
208
        @$(NORMAL_INSTALL)
 
209
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
210
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
211
          if test -f $$p; then \
 
212
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
 
213
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
 
214
          else :; fi; \
 
215
        done
 
216
 
 
217
uninstall-libLTLIBRARIES:
 
218
        @$(NORMAL_UNINSTALL)
 
219
        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
220
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
221
        done
 
222
 
 
223
.c.o:
 
224
        $(COMPILE) -c $<
 
225
 
 
226
# FIXME: We should only use cygpath when building on Windows,
 
227
# and only if it is available.
 
228
.c.obj:
 
229
        $(COMPILE) -c `cygpath -w $<`
 
230
 
 
231
.s.o:
 
232
        $(COMPILE) -c $<
 
233
 
 
234
.S.o:
 
235
        $(COMPILE) -c $<
 
236
 
 
237
mostlyclean-compile:
 
238
        -rm -f *.o core *.core
 
239
        -rm -f *.$(OBJEXT)
 
240
 
 
241
clean-compile:
 
242
 
 
243
distclean-compile:
 
244
        -rm -f *.tab.c
 
245
 
 
246
maintainer-clean-compile:
 
247
 
 
248
.c.lo:
 
249
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
250
 
 
251
.s.lo:
 
252
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
253
 
 
254
.S.lo:
 
255
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
256
 
 
257
mostlyclean-libtool:
 
258
        -rm -f *.lo
 
259
 
 
260
clean-libtool:
 
261
        -rm -rf .libs _libs
 
262
 
 
263
distclean-libtool:
 
264
 
 
265
maintainer-clean-libtool:
 
266
 
 
267
libgg.la: $(libgg_la_OBJECTS) $(libgg_la_DEPENDENCIES)
 
268
        $(LINK) -rpath $(libdir) $(libgg_la_LDFLAGS) $(libgg_la_OBJECTS) $(libgg_la_LIBADD) $(LIBS)
 
269
 
 
270
tags: TAGS
 
271
 
 
272
ID: $(HEADERS) $(SOURCES) $(LISP)
 
273
        list='$(SOURCES) $(HEADERS)'; \
 
274
        unique=`for i in $$list; do echo $$i; done | \
 
275
          awk '    { files[$$0] = 1; } \
 
276
               END { for (i in files) print i; }'`; \
 
277
        here=`pwd` && cd $(srcdir) \
 
278
          && mkid -f$$here/ID $$unique $(LISP)
 
279
 
 
280
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
281
        tags=; \
 
282
        here=`pwd`; \
 
283
        list='$(SOURCES) $(HEADERS)'; \
 
284
        unique=`for i in $$list; do echo $$i; done | \
 
285
          awk '    { files[$$0] = 1; } \
 
286
               END { for (i in files) print i; }'`; \
 
287
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
288
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
289
 
 
290
mostlyclean-tags:
 
291
 
 
292
clean-tags:
 
293
 
 
294
distclean-tags:
 
295
        -rm -f TAGS ID
 
296
 
 
297
maintainer-clean-tags:
 
298
 
 
299
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
300
 
 
301
subdir = gg
 
302
 
 
303
distdir: $(DISTFILES)
 
304
        @for file in $(DISTFILES); do \
 
305
          d=$(srcdir); \
 
306
          if test -d $$d/$$file; then \
 
307
            cp -pr $$d/$$file $(distdir)/$$file; \
 
308
          else \
 
309
            test -f $(distdir)/$$file \
 
310
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
311
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
312
          fi; \
 
313
        done
 
314
 
 
315
info-am:
 
316
info: info-am
 
317
dvi-am:
 
318
dvi: dvi-am
 
319
check-am: all-am
 
320
check: check-am
 
321
installcheck-am:
 
322
installcheck: installcheck-am
 
323
install-exec-am: install-libLTLIBRARIES
 
324
install-exec: install-exec-am
 
325
 
 
326
install-data-am:
 
327
install-data: install-data-am
 
328
 
 
329
install-am: all-am
 
330
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
331
install: install-am
 
332
uninstall-am: uninstall-libLTLIBRARIES
 
333
uninstall: uninstall-am
 
334
all-am: Makefile $(LTLIBRARIES)
 
335
all-redirect: all-am
 
336
install-strip:
 
337
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
338
installdirs:
 
339
        $(mkinstalldirs)  $(DESTDIR)$(libdir)
 
340
 
 
341
 
 
342
mostlyclean-generic:
 
343
 
 
344
clean-generic:
 
345
 
 
346
distclean-generic:
 
347
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
348
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
349
 
 
350
maintainer-clean-generic:
 
351
mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
 
352
                mostlyclean-libtool mostlyclean-tags \
 
353
                mostlyclean-generic
 
354
 
 
355
mostlyclean: mostlyclean-am
 
356
 
 
357
clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
 
358
                clean-generic mostlyclean-am
 
359
 
 
360
clean: clean-am
 
361
 
 
362
distclean-am:  distclean-libLTLIBRARIES distclean-compile \
 
363
                distclean-libtool distclean-tags distclean-generic \
 
364
                clean-am
 
365
        -rm -f libtool
 
366
 
 
367
distclean: distclean-am
 
368
 
 
369
maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
 
370
                maintainer-clean-compile maintainer-clean-libtool \
 
371
                maintainer-clean-tags maintainer-clean-generic \
 
372
                distclean-am
 
373
        @echo "This command is intended for maintainers to use;"
 
374
        @echo "it deletes files that may require special tools to rebuild."
 
375
 
 
376
maintainer-clean: maintainer-clean-am
 
377
 
 
378
.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
 
379
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
 
380
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
 
381
distclean-compile clean-compile maintainer-clean-compile \
 
382
mostlyclean-libtool distclean-libtool clean-libtool \
 
383
maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
 
384
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 
385
check-am installcheck-am installcheck install-exec-am install-exec \
 
386
install-data-am install-data install-am install uninstall-am uninstall \
 
387
all-redirect all-am all installdirs mostlyclean-generic \
 
388
distclean-generic clean-generic maintainer-clean-generic clean \
 
389
mostlyclean distclean maintainer-clean
 
390
 
 
391
 
 
392
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
393
# Otherwise a system limit (for SysV at least) may be exceeded.
 
394
.NOEXPORT: