~ubuntu-branches/ubuntu/lucid/rlpr/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brian Mays
  • Date: 2002-03-20 11:21:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020320112115-whl7m242ig71nu3h
Tags: upstream-2.02
ImportĀ upstreamĀ versionĀ 2.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.2 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy, distribute and modify it.
 
6
 
 
7
 
 
8
SHELL = /bin/sh
 
9
 
 
10
srcdir = @srcdir@
 
11
top_srcdir = @top_srcdir@
 
12
VPATH = @srcdir@
 
13
prefix = @prefix@
 
14
exec_prefix = @exec_prefix@
 
15
 
 
16
bindir = @bindir@
 
17
sbindir = @sbindir@
 
18
libexecdir = @libexecdir@
 
19
datadir = @datadir@
 
20
sysconfdir = @sysconfdir@
 
21
sharedstatedir = @sharedstatedir@
 
22
localstatedir = @localstatedir@
 
23
libdir = @libdir@
 
24
infodir = @infodir@
 
25
mandir = @mandir@
 
26
includedir = @includedir@
 
27
oldincludedir = /usr/include
 
28
 
 
29
pkgdatadir = $(datadir)/@PACKAGE@
 
30
pkglibdir = $(libdir)/@PACKAGE@
 
31
pkgincludedir = $(includedir)/@PACKAGE@
 
32
 
 
33
top_builddir = .
 
34
 
 
35
ACLOCAL = @ACLOCAL@
 
36
AUTOCONF = @AUTOCONF@
 
37
AUTOMAKE = @AUTOMAKE@
 
38
AUTOHEADER = @AUTOHEADER@
 
39
 
 
40
INSTALL = @INSTALL@
 
41
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42
INSTALL_DATA = @INSTALL_DATA@
 
43
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
44
transform = @program_transform_name@
 
45
 
 
46
NORMAL_INSTALL = true
 
47
PRE_INSTALL = true
 
48
POST_INSTALL = true
 
49
NORMAL_UNINSTALL = true
 
50
PRE_UNINSTALL = true
 
51
POST_UNINSTALL = true
 
52
CATALOGS = @CATALOGS@
 
53
CATOBJEXT = @CATOBJEXT@
 
54
CC = @CC@
 
55
CPP = @CPP@
 
56
DATADIRNAME = @DATADIRNAME@
 
57
GENCAT = @GENCAT@
 
58
GMOFILES = @GMOFILES@
 
59
GMSGFMT = @GMSGFMT@
 
60
GT_NO = @GT_NO@
 
61
GT_YES = @GT_YES@
 
62
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
 
63
INSTOBJEXT = @INSTOBJEXT@
 
64
INTLDEPS = @INTLDEPS@
 
65
INTLLIBS = @INTLLIBS@
 
66
INTLOBJS = @INTLOBJS@
 
67
LIBOBJS = @LIBOBJS@
 
68
LN_S = @LN_S@
 
69
MAKEINFO = @MAKEINFO@
 
70
MKINSTALLDIRS = @MKINSTALLDIRS@
 
71
MSGFMT = @MSGFMT@
 
72
PACKAGE = @PACKAGE@
 
73
POFILES = @POFILES@
 
74
POSUB = @POSUB@
 
75
RANLIB = @RANLIB@
 
76
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
77
USE_NLS = @USE_NLS@
 
78
VERSION = @VERSION@
 
79
l = @l@
 
80
 
 
81
EXTRA_DIST = INSTALL.generic $(PACKAGE)-$(VERSION).lsm
 
82
SUBDIRS = po intl lib man src
 
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
84
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
85
CONFIG_HEADER = config.h
 
86
CONFIG_CLEAN_FILES = 
 
87
DIST_COMMON =  README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
 
88
Makefile.am Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 \
 
89
aclocal.m4 config.h.in configure configure.in install-sh missing \
 
90
mkinstalldirs stamp-h.in
 
91
 
 
92
 
 
93
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
94
 
 
95
TAR = tar
 
96
GZIP = --best
 
97
default: all
 
98
 
 
99
.SUFFIXES:
 
100
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
101
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 
102
 
 
103
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
104
        cd $(top_builddir) \
 
105
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
106
 
 
107
$(ACLOCAL_M4):  configure.in  acinclude.m4
 
108
        cd $(srcdir) && $(ACLOCAL)
 
109
 
 
110
config.status: $(srcdir)/configure
 
111
        $(SHELL) ./config.status --recheck
 
112
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
113
        cd $(srcdir) && $(AUTOCONF)
 
114
 
 
115
config.h: stamp-h
 
116
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
117
        cd $(top_builddir) \
 
118
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
119
             $(SHELL) ./config.status
 
120
        @echo timestamp > stamp-h
 
121
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
 
122
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
 
123
        cd $(top_srcdir) && $(AUTOHEADER)
 
124
        @echo timestamp > $(srcdir)/stamp-h.in
 
125
 
 
126
mostlyclean-hdr:
 
127
 
 
128
clean-hdr:
 
129
 
 
130
distclean-hdr:
 
131
        rm -f config.h
 
132
 
 
133
maintainer-clean-hdr:
 
134
 
 
135
# This directory's subdirectories are mostly independent; you can cd
 
136
# into them and run `make' without going through this Makefile.
 
137
# To change the values of `make' variables: instead of editing Makefiles,
 
138
# (1) if the variable is set in `config.status', edit `config.status'
 
139
#     (which will cause the Makefiles to be regenerated when you run `make');
 
140
# (2) otherwise, pass the desired values on the `make' command line.
 
141
 
 
142
@SET_MAKE@
 
143
 
 
144
all-recursive install-data-recursive install-exec-recursive \
 
145
installdirs-recursive install-recursive uninstall-recursive  \
 
146
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
147
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
148
        for subdir in $(SUBDIRS); do \
 
149
          target=`echo $@ | sed s/-recursive//`; \
 
150
          echo "Making $$target in $$subdir"; \
 
151
          (cd $$subdir && $(MAKE) $$target) \
 
152
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
153
        done && test -z "$$fail"
 
154
 
 
155
mostlyclean-recursive clean-recursive distclean-recursive \
 
156
maintainer-clean-recursive:
 
157
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
158
        rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
 
159
        for subdir in $$rev; do \
 
160
          target=`echo $@ | sed s/-recursive//`; \
 
161
          echo "Making $$target in $$subdir"; \
 
162
          (cd $$subdir && $(MAKE) $$target) \
 
163
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
164
        done && test -z "$$fail"
 
165
tags-recursive:
 
166
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
167
          (cd $$subdir && $(MAKE) tags); \
 
168
        done
 
169
 
 
170
tags: TAGS
 
171
 
 
172
ID: $(HEADERS) $(SOURCES)
 
173
        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
 
174
 
 
175
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
 
176
        tags=; \
 
177
        here=`pwd`; \
 
178
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
179
          test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
180
        done; \
 
181
        test -z "$(ETAGS_ARGS)config.h.in$(SOURCES)$(HEADERS)$$tags" \
 
182
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
 
183
 
 
184
mostlyclean-tags:
 
185
 
 
186
clean-tags:
 
187
 
 
188
distclean-tags:
 
189
        rm -f TAGS ID
 
190
 
 
191
maintainer-clean-tags:
 
192
 
 
193
distdir = $(PACKAGE)-$(VERSION)
 
194
top_distdir = $(distdir)
 
195
 
 
196
# This target untars the dist file and tries a VPATH configuration.  Then
 
197
# it guarantees that the distribution is self-contained by making another
 
198
# tarfile.
 
199
distcheck: dist
 
200
        rm -rf $(distdir)
 
201
        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
 
202
        mkdir $(distdir)/=build
 
203
        mkdir $(distdir)/=inst
 
204
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
205
        cd $(distdir)/=build \
 
206
          && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
 
207
          && $(MAKE) \
 
208
          && $(MAKE) dvi \
 
209
          && $(MAKE) check \
 
210
          && $(MAKE) install \
 
211
          && $(MAKE) installcheck \
 
212
          && $(MAKE) dist
 
213
        rm -rf $(distdir)
 
214
        @echo "========================"; \
 
215
        echo "$(distdir).tar.gz is ready for distribution"; \
 
216
        echo "========================"
 
217
dist: distdir
 
218
        -chmod -R a+r $(distdir)
 
219
        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
220
        rm -rf $(distdir)
 
221
dist-all: distdir
 
222
        -chmod -R a+r $(distdir)
 
223
        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
224
        rm -rf $(distdir)
 
225
distdir: $(DISTFILES)
 
226
        rm -rf $(distdir)
 
227
        mkdir $(distdir)
 
228
        -chmod 777 $(distdir)
 
229
        @for file in $(DISTFILES); do \
 
230
          d=$(srcdir); \
 
231
          test -f $(distdir)/$$file \
 
232
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
233
          || cp -p $$d/$$file $(distdir)/$$file; \
 
234
        done
 
235
        for subdir in $(SUBDIRS); do            \
 
236
          test -d $(distdir)/$$subdir           \
 
237
          || mkdir $(distdir)/$$subdir          \
 
238
          || exit 1;                            \
 
239
          chmod 777 $(distdir)/$$subdir;        \
 
240
          (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
241
            || exit 1; \
 
242
        done
 
243
info: info-recursive
 
244
dvi: dvi-recursive
 
245
check: all-am
 
246
        $(MAKE) check-recursive
 
247
installcheck: installcheck-recursive
 
248
all-recursive-am: config.h
 
249
        $(MAKE) all-recursive
 
250
 
 
251
all-am: Makefile config.h
 
252
 
 
253
install-exec: install-exec-recursive
 
254
        @$(NORMAL_INSTALL)
 
255
 
 
256
install-data: install-data-recursive
 
257
        @$(NORMAL_INSTALL)
 
258
 
 
259
install: install-recursive
 
260
        @:
 
261
 
 
262
uninstall: uninstall-recursive
 
263
 
 
264
all: all-recursive-am all-am
 
265
 
 
266
install-strip:
 
267
        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
 
268
installdirs: installdirs-recursive
 
269
 
 
270
 
 
271
mostlyclean-generic:
 
272
        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
273
 
 
274
clean-generic:
 
275
        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
276
 
 
277
distclean-generic:
 
278
        rm -f Makefile $(DISTCLEANFILES)
 
279
        rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
280
        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
281
 
 
282
maintainer-clean-generic:
 
283
        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
284
        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
285
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
286
 
 
287
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
 
288
 
 
289
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
290
 
 
291
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
 
292
                maintainer-clean-generic distclean-am
 
293
 
 
294
mostlyclean:  mostlyclean-recursive mostlyclean-am
 
295
 
 
296
clean:  clean-recursive clean-am
 
297
 
 
298
distclean:  distclean-recursive distclean-am
 
299
        rm -f config.status
 
300
 
 
301
maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
 
302
        @echo "This command is intended for maintainers to use;"
 
303
        @echo "it deletes files that may require special tools to rebuild."
 
304
        rm -f config.status
 
305
 
 
306
.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
 
307
maintainer-clean-hdr install-data-recursive uninstall-data-recursive \
 
308
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
309
uninstalldirs-recursive all-recursive check-recursive \
 
310
installcheck-recursive info-recursive dvi-recursive \
 
311
mostlyclean-recursive distclean-recursive clean-recursive \
 
312
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
313
distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
 
314
installcheck all-recursive-am all-am install-exec install-data install \
 
315
uninstall all installdirs mostlyclean-generic distclean-generic \
 
316
clean-generic maintainer-clean-generic clean mostlyclean distclean \
 
317
maintainer-clean
 
318
 
 
319
 
 
320
bsdlinks:
 
321
        cd src && $(MAKE) bsdlinks
 
322
 
 
323
install-setuid: all
 
324
        cd src && $(MAKE) install-setuid
 
325
 
 
326
install-proxy: all
 
327
        cd src && $(MAKE) install-proxy
 
328
 
 
329
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
330
# Otherwise a system limit (for SysV at least) may be exceeded.
 
331
.NOEXPORT: