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

« back to all changes in this revision

Viewing changes to input/file/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 = -I${top_srcdir}/include -I${top_builddir}/include ${extra_includes}
 
100
file_la_LIBADD = ${top_builddir}/gii/libgii.la ${top_builddir}/gg/libgg.la      $(SELECTLIBS)
 
101
 
 
102
 
 
103
inputlib_LTLIBRARIES = file.la
 
104
 
 
105
file_la_SOURCES = input.c
 
106
file_la_LDFLAGS = ${extra_libraries} -module -no-undefined -avoid-version       -export-symbols ${srcdir}/EXPSYMS
 
107
 
 
108
 
 
109
inputlibdir = ${libdir}/${ggi_subdir}/input
 
110
 
 
111
EXTRA_DIST = EXPSYMS
 
112
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
113
CONFIG_HEADER = ../../config.h
 
114
CONFIG_CLEAN_FILES = 
 
115
LTLIBRARIES =  $(inputlib_LTLIBRARIES)
 
116
 
 
117
 
 
118
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
 
119
CPPFLAGS = @CPPFLAGS@
 
120
LDFLAGS = @LDFLAGS@
 
121
LIBS = @LIBS@
 
122
X_CFLAGS = @X_CFLAGS@
 
123
X_LIBS = @X_LIBS@
 
124
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
125
X_PRE_LIBS = @X_PRE_LIBS@
 
126
file_la_DEPENDENCIES =  ${top_builddir}/gii/libgii.la \
 
127
${top_builddir}/gg/libgg.la
 
128
file_la_OBJECTS =  input.lo
 
129
CFLAGS = @CFLAGS@
 
130
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
131
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
132
CCLD = $(CC)
 
133
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
134
DIST_COMMON =  Makefile.am Makefile.in
 
135
 
 
136
 
 
137
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
138
 
 
139
TAR = tar
 
140
GZIP_ENV = --best
 
141
SOURCES = $(file_la_SOURCES)
 
142
OBJECTS = $(file_la_OBJECTS)
 
143
 
 
144
all: all-redirect
 
145
.SUFFIXES:
 
146
.SUFFIXES: .S .c .lo .o .obj .s
 
147
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
148
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps input/file/Makefile
 
149
 
 
150
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
151
        cd $(top_builddir) \
 
152
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
153
 
 
154
 
 
155
mostlyclean-inputlibLTLIBRARIES:
 
156
 
 
157
clean-inputlibLTLIBRARIES:
 
158
        -test -z "$(inputlib_LTLIBRARIES)" || rm -f $(inputlib_LTLIBRARIES)
 
159
 
 
160
distclean-inputlibLTLIBRARIES:
 
161
 
 
162
maintainer-clean-inputlibLTLIBRARIES:
 
163
 
 
164
install-inputlibLTLIBRARIES: $(inputlib_LTLIBRARIES)
 
165
        @$(NORMAL_INSTALL)
 
166
        $(mkinstalldirs) $(DESTDIR)$(inputlibdir)
 
167
        @list='$(inputlib_LTLIBRARIES)'; for p in $$list; do \
 
168
          if test -f $$p; then \
 
169
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(inputlibdir)/$$p"; \
 
170
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(inputlibdir)/$$p; \
 
171
          else :; fi; \
 
172
        done
 
173
 
 
174
uninstall-inputlibLTLIBRARIES:
 
175
        @$(NORMAL_UNINSTALL)
 
176
        list='$(inputlib_LTLIBRARIES)'; for p in $$list; do \
 
177
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(inputlibdir)/$$p; \
 
178
        done
 
179
 
 
180
.c.o:
 
181
        $(COMPILE) -c $<
 
182
 
 
183
# FIXME: We should only use cygpath when building on Windows,
 
184
# and only if it is available.
 
185
.c.obj:
 
186
        $(COMPILE) -c `cygpath -w $<`
 
187
 
 
188
.s.o:
 
189
        $(COMPILE) -c $<
 
190
 
 
191
.S.o:
 
192
        $(COMPILE) -c $<
 
193
 
 
194
mostlyclean-compile:
 
195
        -rm -f *.o core *.core
 
196
        -rm -f *.$(OBJEXT)
 
197
 
 
198
clean-compile:
 
199
 
 
200
distclean-compile:
 
201
        -rm -f *.tab.c
 
202
 
 
203
maintainer-clean-compile:
 
204
 
 
205
.c.lo:
 
206
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
207
 
 
208
.s.lo:
 
209
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
210
 
 
211
.S.lo:
 
212
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
213
 
 
214
mostlyclean-libtool:
 
215
        -rm -f *.lo
 
216
 
 
217
clean-libtool:
 
218
        -rm -rf .libs _libs
 
219
 
 
220
distclean-libtool:
 
221
 
 
222
maintainer-clean-libtool:
 
223
 
 
224
file.la: $(file_la_OBJECTS) $(file_la_DEPENDENCIES)
 
225
        $(LINK) -rpath $(inputlibdir) $(file_la_LDFLAGS) $(file_la_OBJECTS) $(file_la_LIBADD) $(LIBS)
 
226
 
 
227
tags: TAGS
 
228
 
 
229
ID: $(HEADERS) $(SOURCES) $(LISP)
 
230
        list='$(SOURCES) $(HEADERS)'; \
 
231
        unique=`for i in $$list; do echo $$i; done | \
 
232
          awk '    { files[$$0] = 1; } \
 
233
               END { for (i in files) print i; }'`; \
 
234
        here=`pwd` && cd $(srcdir) \
 
235
          && mkid -f$$here/ID $$unique $(LISP)
 
236
 
 
237
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
238
        tags=; \
 
239
        here=`pwd`; \
 
240
        list='$(SOURCES) $(HEADERS)'; \
 
241
        unique=`for i in $$list; do echo $$i; done | \
 
242
          awk '    { files[$$0] = 1; } \
 
243
               END { for (i in files) print i; }'`; \
 
244
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
245
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
246
 
 
247
mostlyclean-tags:
 
248
 
 
249
clean-tags:
 
250
 
 
251
distclean-tags:
 
252
        -rm -f TAGS ID
 
253
 
 
254
maintainer-clean-tags:
 
255
 
 
256
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
257
 
 
258
subdir = input/file
 
259
 
 
260
distdir: $(DISTFILES)
 
261
        @for file in $(DISTFILES); do \
 
262
          d=$(srcdir); \
 
263
          if test -d $$d/$$file; then \
 
264
            cp -pr $$d/$$file $(distdir)/$$file; \
 
265
          else \
 
266
            test -f $(distdir)/$$file \
 
267
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
268
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
269
          fi; \
 
270
        done
 
271
 
 
272
info-am:
 
273
info: info-am
 
274
dvi-am:
 
275
dvi: dvi-am
 
276
check-am: all-am
 
277
check: check-am
 
278
installcheck-am:
 
279
installcheck: installcheck-am
 
280
install-exec-am:
 
281
install-exec: install-exec-am
 
282
 
 
283
install-data-am: install-inputlibLTLIBRARIES
 
284
install-data: install-data-am
 
285
 
 
286
install-am: all-am
 
287
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
288
install: install-am
 
289
uninstall-am: uninstall-inputlibLTLIBRARIES
 
290
uninstall: uninstall-am
 
291
all-am: Makefile $(LTLIBRARIES)
 
292
all-redirect: all-am
 
293
install-strip:
 
294
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
295
installdirs:
 
296
        $(mkinstalldirs)  $(DESTDIR)$(inputlibdir)
 
297
 
 
298
 
 
299
mostlyclean-generic:
 
300
 
 
301
clean-generic:
 
302
 
 
303
distclean-generic:
 
304
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
305
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
306
 
 
307
maintainer-clean-generic:
 
308
mostlyclean-am:  mostlyclean-inputlibLTLIBRARIES mostlyclean-compile \
 
309
                mostlyclean-libtool mostlyclean-tags \
 
310
                mostlyclean-generic
 
311
 
 
312
mostlyclean: mostlyclean-am
 
313
 
 
314
clean-am:  clean-inputlibLTLIBRARIES clean-compile clean-libtool \
 
315
                clean-tags clean-generic mostlyclean-am
 
316
 
 
317
clean: clean-am
 
318
 
 
319
distclean-am:  distclean-inputlibLTLIBRARIES distclean-compile \
 
320
                distclean-libtool distclean-tags distclean-generic \
 
321
                clean-am
 
322
        -rm -f libtool
 
323
 
 
324
distclean: distclean-am
 
325
 
 
326
maintainer-clean-am:  maintainer-clean-inputlibLTLIBRARIES \
 
327
                maintainer-clean-compile maintainer-clean-libtool \
 
328
                maintainer-clean-tags maintainer-clean-generic \
 
329
                distclean-am
 
330
        @echo "This command is intended for maintainers to use;"
 
331
        @echo "it deletes files that may require special tools to rebuild."
 
332
 
 
333
maintainer-clean: maintainer-clean-am
 
334
 
 
335
.PHONY: mostlyclean-inputlibLTLIBRARIES distclean-inputlibLTLIBRARIES \
 
336
clean-inputlibLTLIBRARIES maintainer-clean-inputlibLTLIBRARIES \
 
337
uninstall-inputlibLTLIBRARIES install-inputlibLTLIBRARIES \
 
338
mostlyclean-compile distclean-compile clean-compile \
 
339
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
 
340
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
 
341
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
342
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
343
install-exec install-data-am install-data install-am install \
 
344
uninstall-am uninstall all-redirect all-am all installdirs \
 
345
mostlyclean-generic distclean-generic clean-generic \
 
346
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
347
 
 
348
 
 
349
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
350
# Otherwise a system limit (for SysV at least) may be exceeded.
 
351
.NOEXPORT: