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

« back to all changes in this revision

Viewing changes to lib/src/unix/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
@PLS_TRUE@SUBDIRS = tty pls_layout
 
78
@PLS_FALSE@@FRIBIDI_TRUE@SUBDIRS = tty  fribidi_layout
 
79
@PLS_FALSE@@FRIBIDI_FALSE@SUBDIRS = tty
 
80
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
81
CONFIG_HEADER = ../../config.h
 
82
CONFIG_CLEAN_FILES = 
 
83
DIST_COMMON =  Makefile.am Makefile.in
 
84
 
 
85
 
 
86
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
87
 
 
88
TAR = tar
 
89
GZIP_ENV = --best
 
90
DIST_SUBDIRS =  tty pls_layout tty fribidi_layout tty
 
91
all: all-redirect
 
92
.SUFFIXES:
 
93
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
94
        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/unix/Makefile
 
95
 
 
96
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
97
        cd $(top_builddir) \
 
98
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
99
 
 
100
 
 
101
# This directory's subdirectories are mostly independent; you can cd
 
102
# into them and run `make' without going through this Makefile.
 
103
# To change the values of `make' variables: instead of editing Makefiles,
 
104
# (1) if the variable is set in `config.status', edit `config.status'
 
105
#     (which will cause the Makefiles to be regenerated when you run `make');
 
106
# (2) otherwise, pass the desired values on the `make' command line.
 
107
 
 
108
@SET_MAKE@
 
109
 
 
110
all-recursive install-data-recursive install-exec-recursive \
 
111
installdirs-recursive install-recursive uninstall-recursive  \
 
112
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
113
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
114
        dot_seen=no; \
 
115
        target=`echo $@ | sed s/-recursive//`; \
 
116
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
117
          echo "Making $$target in $$subdir"; \
 
118
          if test "$$subdir" = "."; then \
 
119
            dot_seen=yes; \
 
120
            local_target="$$target-am"; \
 
121
          else \
 
122
            local_target="$$target"; \
 
123
          fi; \
 
124
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
125
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
126
        done; \
 
127
        if test "$$dot_seen" = "no"; then \
 
128
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
129
        fi; test -z "$$fail"
 
130
 
 
131
mostlyclean-recursive clean-recursive distclean-recursive \
 
132
maintainer-clean-recursive:
 
133
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
134
        dot_seen=no; \
 
135
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
136
          rev="$$subdir $$rev"; \
 
137
          test "$$subdir" != "." || dot_seen=yes; \
 
138
        done; \
 
139
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
140
        target=`echo $@ | sed s/-recursive//`; \
 
141
        for subdir in $$rev; do \
 
142
          echo "Making $$target in $$subdir"; \
 
143
          if test "$$subdir" = "."; then \
 
144
            local_target="$$target-am"; \
 
145
          else \
 
146
            local_target="$$target"; \
 
147
          fi; \
 
148
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
149
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
150
        done && test -z "$$fail"
 
151
tags-recursive:
 
152
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
153
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
154
        done
 
155
 
 
156
tags: TAGS
 
157
 
 
158
ID: $(HEADERS) $(SOURCES) $(LISP)
 
159
        list='$(SOURCES) $(HEADERS)'; \
 
160
        unique=`for i in $$list; do echo $$i; done | \
 
161
          awk '    { files[$$0] = 1; } \
 
162
               END { for (i in files) print i; }'`; \
 
163
        here=`pwd` && cd $(srcdir) \
 
164
          && mkid -f$$here/ID $$unique $(LISP)
 
165
 
 
166
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
167
        tags=; \
 
168
        here=`pwd`; \
 
169
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
170
   if test "$$subdir" = .; then :; else \
 
171
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
172
   fi; \
 
173
        done; \
 
174
        list='$(SOURCES) $(HEADERS)'; \
 
175
        unique=`for i in $$list; do echo $$i; done | \
 
176
          awk '    { files[$$0] = 1; } \
 
177
               END { for (i in files) print i; }'`; \
 
178
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
179
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
180
 
 
181
mostlyclean-tags:
 
182
 
 
183
clean-tags:
 
184
 
 
185
distclean-tags:
 
186
        -rm -f TAGS ID
 
187
 
 
188
maintainer-clean-tags:
 
189
 
 
190
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
191
 
 
192
subdir = src/unix
 
193
 
 
194
distdir: $(DISTFILES)
 
195
        here=`cd $(top_builddir) && pwd`; \
 
196
        top_distdir=`cd $(top_distdir) && pwd`; \
 
197
        distdir=`cd $(distdir) && pwd`; \
 
198
        cd $(top_srcdir) \
 
199
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/unix/Makefile
 
200
        @for file in $(DISTFILES); do \
 
201
          d=$(srcdir); \
 
202
          if test -d $$d/$$file; then \
 
203
            cp -pr $$d/$$file $(distdir)/$$file; \
 
204
          else \
 
205
            test -f $(distdir)/$$file \
 
206
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
207
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
208
          fi; \
 
209
        done
 
210
        for subdir in $(DIST_SUBDIRS); do \
 
211
          if test "$$subdir" = .; then :; else \
 
212
            test -d $(distdir)/$$subdir \
 
213
            || mkdir $(distdir)/$$subdir \
 
214
            || exit 1; \
 
215
            chmod 777 $(distdir)/$$subdir; \
 
216
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
217
              || exit 1; \
 
218
          fi; \
 
219
        done
 
220
info-am:
 
221
info: info-recursive
 
222
dvi-am:
 
223
dvi: dvi-recursive
 
224
check-am: all-am
 
225
check: check-recursive
 
226
installcheck-am:
 
227
installcheck: installcheck-recursive
 
228
install-exec-am:
 
229
install-exec: install-exec-recursive
 
230
 
 
231
install-data-am:
 
232
install-data: install-data-recursive
 
233
 
 
234
install-am: all-am
 
235
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
236
install: install-recursive
 
237
uninstall-am:
 
238
uninstall: uninstall-recursive
 
239
all-am: Makefile
 
240
all-redirect: all-recursive
 
241
install-strip:
 
242
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
243
installdirs: installdirs-recursive
 
244
installdirs-am:
 
245
 
 
246
 
 
247
mostlyclean-generic:
 
248
 
 
249
clean-generic:
 
250
 
 
251
distclean-generic:
 
252
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
253
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
254
 
 
255
maintainer-clean-generic:
 
256
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
257
 
 
258
mostlyclean: mostlyclean-recursive
 
259
 
 
260
clean-am:  clean-tags clean-generic mostlyclean-am
 
261
 
 
262
clean: clean-recursive
 
263
 
 
264
distclean-am:  distclean-tags distclean-generic clean-am
 
265
        -rm -f libtool
 
266
 
 
267
distclean: distclean-recursive
 
268
 
 
269
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
270
                distclean-am
 
271
        @echo "This command is intended for maintainers to use;"
 
272
        @echo "it deletes files that may require special tools to rebuild."
 
273
 
 
274
maintainer-clean: maintainer-clean-recursive
 
275
 
 
276
.PHONY: install-data-recursive uninstall-data-recursive \
 
277
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
278
uninstalldirs-recursive all-recursive check-recursive \
 
279
installcheck-recursive info-recursive dvi-recursive \
 
280
mostlyclean-recursive distclean-recursive clean-recursive \
 
281
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
282
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
283
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
284
install-exec install-data-am install-data install-am install \
 
285
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
286
installdirs mostlyclean-generic distclean-generic clean-generic \
 
287
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
288
 
 
289
 
 
290
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
291
# Otherwise a system limit (for SysV at least) may be exceeded.
 
292
.NOEXPORT: