~ubuntu-branches/ubuntu/karmic/iterm/karmic

« back to all changes in this revision

Viewing changes to unix/Xaw/lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Fok
  • Date: 2004-02-27 04:13:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040227041316-q0jn37sia8mt0t9u
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 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
AWK = @AWK@
 
64
CC = @CC@
 
65
DLLTOOL = @DLLTOOL@
 
66
ECHO = @ECHO@
 
67
EXEEXT = @EXEEXT@
 
68
LIBTOOL = @LIBTOOL@
 
69
LN_S = @LN_S@
 
70
MAKEINFO = @MAKEINFO@
 
71
OBJDUMP = @OBJDUMP@
 
72
OBJEXT = @OBJEXT@
 
73
PACKAGE = @PACKAGE@
 
74
RANLIB = @RANLIB@
 
75
STRIP = @STRIP@
 
76
VERSION = @VERSION@
 
77
 
 
78
lib_LTLIBRARIES = libXiterm.la
 
79
 
 
80
libXiterm_la_SOURCES = Iterm.c Iterm.h ItermP.h VT.c VT.h VTP.h VTScreenView.c VTScreenView.h actions.c actions.h config.h scrollbar.c scrollbar.h xim.c xim.h
 
81
 
 
82
CPPFLAGS = -I$(includedir) -I$(top_srcdir)/include -DBIDI
 
83
 
 
84
libXiterm_la_LDFLAGS = -version-info 1:0:0
 
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
86
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
87
CONFIG_HEADER = config.h
 
88
CONFIG_CLEAN_FILES = 
 
89
LTLIBRARIES =  $(lib_LTLIBRARIES)
 
90
 
 
91
 
 
92
DEFS = @DEFS@ -I. -I$(srcdir) -I.
 
93
LDFLAGS = @LDFLAGS@
 
94
LIBS = @LIBS@
 
95
libXiterm_la_LIBADD = 
 
96
libXiterm_la_OBJECTS =  Iterm.lo VT.lo VTScreenView.lo actions.lo \
 
97
scrollbar.lo xim.lo
 
98
CFLAGS = @CFLAGS@
 
99
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
100
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
101
CCLD = $(CC)
 
102
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
103
DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
 
104
Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
 
105
config.sub configure configure.in install-sh ltmain.sh missing \
 
106
mkinstalldirs
 
107
 
 
108
 
 
109
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
110
 
 
111
TAR = tar
 
112
GZIP_ENV = --best
 
113
DEP_FILES =  .deps/Iterm.P .deps/VT.P .deps/VTScreenView.P \
 
114
.deps/actions.P .deps/scrollbar.P .deps/xim.P
 
115
SOURCES = $(libXiterm_la_SOURCES)
 
116
OBJECTS = $(libXiterm_la_OBJECTS)
 
117
 
 
118
all: all-redirect
 
119
.SUFFIXES:
 
120
.SUFFIXES: .S .c .lo .o .obj .s
 
121
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
122
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
 
123
 
 
124
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
125
        cd $(top_builddir) \
 
126
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
127
 
 
128
$(ACLOCAL_M4):  configure.in 
 
129
        cd $(srcdir) && $(ACLOCAL)
 
130
 
 
131
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
132
        $(SHELL) ./config.status --recheck
 
133
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
134
        cd $(srcdir) && $(AUTOCONF)
 
135
 
 
136
config.h: stamp-h
 
137
        @if test ! -f $@; then \
 
138
                rm -f stamp-h; \
 
139
                $(MAKE) stamp-h; \
 
140
        else :; fi
 
141
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
142
        cd $(top_builddir) \
 
143
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
144
             $(SHELL) ./config.status
 
145
        @echo timestamp > stamp-h 2> /dev/null
 
146
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
 
147
        @if test ! -f $@; then \
 
148
                rm -f $(srcdir)/stamp-h.in; \
 
149
                $(MAKE) $(srcdir)/stamp-h.in; \
 
150
        else :; fi
 
151
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
152
        cd $(top_srcdir) && $(AUTOHEADER)
 
153
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
154
 
 
155
mostlyclean-hdr:
 
156
 
 
157
clean-hdr:
 
158
 
 
159
distclean-hdr:
 
160
        -rm -f config.h
 
161
 
 
162
maintainer-clean-hdr:
 
163
 
 
164
mostlyclean-libLTLIBRARIES:
 
165
 
 
166
clean-libLTLIBRARIES:
 
167
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
168
 
 
169
distclean-libLTLIBRARIES:
 
170
 
 
171
maintainer-clean-libLTLIBRARIES:
 
172
 
 
173
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
174
        @$(NORMAL_INSTALL)
 
175
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
176
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
177
          if test -f $$p; then \
 
178
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
 
179
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
 
180
          else :; fi; \
 
181
        done
 
182
 
 
183
uninstall-libLTLIBRARIES:
 
184
        @$(NORMAL_UNINSTALL)
 
185
        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
186
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
187
        done
 
188
 
 
189
# FIXME: We should only use cygpath when building on Windows,
 
190
# and only if it is available.
 
191
.c.obj:
 
192
        $(COMPILE) -c `cygpath -w $<`
 
193
 
 
194
.s.o:
 
195
        $(COMPILE) -c $<
 
196
 
 
197
.S.o:
 
198
        $(COMPILE) -c $<
 
199
 
 
200
mostlyclean-compile:
 
201
        -rm -f *.o core *.core
 
202
        -rm -f *.$(OBJEXT)
 
203
 
 
204
clean-compile:
 
205
 
 
206
distclean-compile:
 
207
        -rm -f *.tab.c
 
208
 
 
209
maintainer-clean-compile:
 
210
 
 
211
.s.lo:
 
212
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
213
 
 
214
.S.lo:
 
215
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
216
 
 
217
mostlyclean-libtool:
 
218
        -rm -f *.lo
 
219
 
 
220
clean-libtool:
 
221
        -rm -rf .libs _libs
 
222
 
 
223
distclean-libtool:
 
224
 
 
225
maintainer-clean-libtool:
 
226
 
 
227
libXiterm.la: $(libXiterm_la_OBJECTS) $(libXiterm_la_DEPENDENCIES)
 
228
        $(LINK) -rpath $(libdir) $(libXiterm_la_LDFLAGS) $(libXiterm_la_OBJECTS) $(libXiterm_la_LIBADD) $(LIBS)
 
229
 
 
230
tags: TAGS
 
231
 
 
232
ID: $(HEADERS) $(SOURCES) $(LISP)
 
233
        list='$(SOURCES) $(HEADERS)'; \
 
234
        unique=`for i in $$list; do echo $$i; done | \
 
235
          awk '    { files[$$0] = 1; } \
 
236
               END { for (i in files) print i; }'`; \
 
237
        here=`pwd` && cd $(srcdir) \
 
238
          && mkid -f$$here/ID $$unique $(LISP)
 
239
 
 
240
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 
241
        tags=; \
 
242
        here=`pwd`; \
 
243
        list='$(SOURCES) $(HEADERS)'; \
 
244
        unique=`for i in $$list; do echo $$i; done | \
 
245
          awk '    { files[$$0] = 1; } \
 
246
               END { for (i in files) print i; }'`; \
 
247
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
 
248
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
 
249
 
 
250
mostlyclean-tags:
 
251
 
 
252
clean-tags:
 
253
 
 
254
distclean-tags:
 
255
        -rm -f TAGS ID
 
256
 
 
257
maintainer-clean-tags:
 
258
 
 
259
distdir = $(PACKAGE)-$(VERSION)
 
260
top_distdir = $(distdir)
 
261
 
 
262
# This target untars the dist file and tries a VPATH configuration.  Then
 
263
# it guarantees that the distribution is self-contained by making another
 
264
# tarfile.
 
265
distcheck: dist
 
266
        -rm -rf $(distdir)
 
267
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 
268
        mkdir $(distdir)/=build
 
269
        mkdir $(distdir)/=inst
 
270
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
271
        cd $(distdir)/=build \
 
272
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
273
          && $(MAKE) $(AM_MAKEFLAGS) \
 
274
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
275
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
276
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
277
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
278
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
279
        -rm -rf $(distdir)
 
280
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
281
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
282
        echo "$$dashes"; \
 
283
        echo "$$banner"; \
 
284
        echo "$$dashes"
 
285
dist: distdir
 
286
        -chmod -R a+r $(distdir)
 
287
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
288
        -rm -rf $(distdir)
 
289
dist-all: distdir
 
290
        -chmod -R a+r $(distdir)
 
291
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
292
        -rm -rf $(distdir)
 
293
distdir: $(DISTFILES)
 
294
        -rm -rf $(distdir)
 
295
        mkdir $(distdir)
 
296
        -chmod 777 $(distdir)
 
297
        here=`cd $(top_builddir) && pwd`; \
 
298
        top_distdir=`cd $(distdir) && pwd`; \
 
299
        distdir=`cd $(distdir) && pwd`; \
 
300
        cd $(top_srcdir) \
 
301
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
 
302
        @for file in $(DISTFILES); do \
 
303
          d=$(srcdir); \
 
304
          if test -d $$d/$$file; then \
 
305
            cp -pr $$d/$$file $(distdir)/$$file; \
 
306
          else \
 
307
            test -f $(distdir)/$$file \
 
308
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
309
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
310
          fi; \
 
311
        done
 
312
 
 
313
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
314
 
 
315
-include $(DEP_FILES)
 
316
 
 
317
mostlyclean-depend:
 
318
 
 
319
clean-depend:
 
320
 
 
321
distclean-depend:
 
322
        -rm -rf .deps
 
323
 
 
324
maintainer-clean-depend:
 
325
 
 
326
%.o: %.c
 
327
        @echo '$(COMPILE) -c $<'; \
 
328
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
329
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
330
        tr ' ' '\012' < .deps/$(*F).pp \
 
331
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
332
            >> .deps/$(*F).P; \
 
333
        rm .deps/$(*F).pp
 
334
 
 
335
%.lo: %.c
 
336
        @echo '$(LTCOMPILE) -c $<'; \
 
337
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
338
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
339
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
340
        tr ' ' '\012' < .deps/$(*F).pp \
 
341
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
342
            >> .deps/$(*F).P; \
 
343
        rm -f .deps/$(*F).pp
 
344
info-am:
 
345
info: info-am
 
346
dvi-am:
 
347
dvi: dvi-am
 
348
check-am: all-am
 
349
check: check-am
 
350
installcheck-am:
 
351
installcheck: installcheck-am
 
352
all-recursive-am: config.h
 
353
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
354
 
 
355
install-exec-am: install-libLTLIBRARIES
 
356
install-exec: install-exec-am
 
357
 
 
358
install-data-am: install-data-local
 
359
install-data: install-data-am
 
360
 
 
361
install-am: all-am
 
362
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
363
install: install-am
 
364
uninstall-am: uninstall-libLTLIBRARIES
 
365
uninstall: uninstall-am
 
366
all-am: Makefile $(LTLIBRARIES) config.h
 
367
all-redirect: all-am
 
368
install-strip:
 
369
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
370
installdirs:
 
371
        $(mkinstalldirs)  $(DESTDIR)$(libdir)
 
372
 
 
373
 
 
374
mostlyclean-generic:
 
375
 
 
376
clean-generic:
 
377
 
 
378
distclean-generic:
 
379
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
380
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
381
 
 
382
maintainer-clean-generic:
 
383
mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
 
384
                mostlyclean-compile mostlyclean-libtool \
 
385
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
 
386
 
 
387
mostlyclean: mostlyclean-am
 
388
 
 
389
clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
 
390
                clean-tags clean-depend clean-generic mostlyclean-am
 
391
 
 
392
clean: clean-am
 
393
 
 
394
distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
 
395
                distclean-libtool distclean-tags distclean-depend \
 
396
                distclean-generic clean-am
 
397
        -rm -f libtool
 
398
 
 
399
distclean: distclean-am
 
400
        -rm -f config.status
 
401
 
 
402
maintainer-clean-am:  maintainer-clean-hdr \
 
403
                maintainer-clean-libLTLIBRARIES \
 
404
                maintainer-clean-compile maintainer-clean-libtool \
 
405
                maintainer-clean-tags maintainer-clean-depend \
 
406
                maintainer-clean-generic distclean-am
 
407
        @echo "This command is intended for maintainers to use;"
 
408
        @echo "it deletes files that may require special tools to rebuild."
 
409
 
 
410
maintainer-clean: maintainer-clean-am
 
411
        -rm -f config.status
 
412
 
 
413
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
 
414
mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
 
415
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
 
416
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
 
417
distclean-compile clean-compile maintainer-clean-compile \
 
418
mostlyclean-libtool distclean-libtool clean-libtool \
 
419
maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
 
420
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
 
421
distclean-depend clean-depend maintainer-clean-depend info-am info \
 
422
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 
423
install-exec-am install-exec install-data-local install-data-am \
 
424
install-data install-am install uninstall-am uninstall all-redirect \
 
425
all-am all installdirs mostlyclean-generic distclean-generic \
 
426
clean-generic maintainer-clean-generic clean mostlyclean distclean \
 
427
maintainer-clean
 
428
 
 
429
 
 
430
install-data-local:
 
431
        $(mkinstalldirs) $(DESTDIR)$(includedir) ;
 
432
        $(INSTALL_DATA) Iterm.h $(DESTDIR)$(includedir) ;
 
433
        $(INSTALL_DATA) ItermP.h $(DESTDIR)$(includedir) ;
 
434
 
 
435
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
436
# Otherwise a system limit (for SysV at least) may be exceeded.
 
437
.NOEXPORT: