~ubuntu-branches/ubuntu/maverick/tiemu/maverick

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2003-04-10 21:14:37 UTC
  • Revision ID: james.westby@ubuntu.com-20030410211437-gqhxhkjdkatx8sz1
Tags: 1.65-4
* Added AM_MAINTAINER_MODE to configure.ac to prevent regeneration of the
  whole build system...
* Changed -mpentium to -mcpu=pentium on x86.
* Bumped Standards-Version to 3.5.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
4
5
# Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
12
13
# PARTICULAR PURPOSE.
13
14
 
14
15
@SET_MAKE@
15
 
 
16
16
SHELL = @SHELL@
17
17
 
18
18
srcdir = @srcdir@
43
43
AUTOMAKE = @AUTOMAKE@
44
44
AUTOHEADER = @AUTOHEADER@
45
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
47
INSTALL = @INSTALL@
47
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
48
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
install_sh_SCRIPT = $(install_sh) -c
49
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
50
54
INSTALL_HEADER = $(INSTALL_DATA)
51
55
transform = @program_transform_name@
61
65
host_triplet = @host@
62
66
target_alias = @target_alias@
63
67
target_triplet = @target@
 
68
 
 
69
EXEEXT = @EXEEXT@
 
70
OBJEXT = @OBJEXT@
 
71
PATH_SEPARATOR = @PATH_SEPARATOR@
64
72
AMTAR = @AMTAR@
65
73
AS = @AS@
66
74
AWK = @AWK@
72
80
DEPDIR = @DEPDIR@
73
81
DLLTOOL = @DLLTOOL@
74
82
ECHO = @ECHO@
75
 
EXEEXT = @EXEEXT@
76
83
GENCAT = @GENCAT@
77
84
GLIBC21 = @GLIBC21@
78
85
GMSGFMT = @GMSGFMT@
92
99
LTLIB = @LTLIB@
93
100
LTLIBICONV = @LTLIBICONV@
94
101
LTLIBINTL = @LTLIBINTL@
 
102
MAINT = @MAINT@
95
103
MKINSTALLDIRS = @MKINSTALLDIRS@
96
104
OBJDUMP = @OBJDUMP@
97
 
OBJEXT = @OBJEXT@
98
105
PACKAGE = @PACKAGE@
99
106
PACKAGE_LOCALE_DIR = @PACKAGE_LOCALE_DIR@
100
107
POSUB = @POSUB@
112
119
am__include = @am__include@
113
120
am__quote = @am__quote@
114
121
install_sh = @install_sh@
115
 
 
116
122
man_MANS = tiemu.1
117
123
 
118
124
EXTRA_DIST = $(man_MANS) cleaner.c manpage.txt
128
134
all: all-am
129
135
 
130
136
.SUFFIXES:
 
137
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
138
        cd $(top_srcdir) && \
 
139
          $(AUTOMAKE) --gnu  man/Makefile
 
140
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
141
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
131
142
 
132
143
mostlyclean-libtool:
133
144
        -rm -f *.lo
137
148
 
138
149
distclean-libtool:
139
150
        -rm -f libtool
140
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
141
 
        cd $(top_srcdir) && \
142
 
          $(AUTOMAKE) --gnu  man/Makefile
143
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
144
 
        cd $(top_builddir) && \
145
 
          CONFIG_HEADERS= CONFIG_LINKS= \
146
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
147
151
uninstall-info-am:
148
152
 
149
153
man1dir = $(mandir)/man1
161
165
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
162
166
          else file=$$i; fi; \
163
167
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
168
          case "$$ext" in \
 
169
            1*) ;; \
 
170
            *) ext='1' ;; \
 
171
          esac; \
164
172
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
165
173
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
166
174
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
187
195
tags: TAGS
188
196
TAGS:
189
197
 
190
 
 
191
198
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192
199
 
193
200
top_distdir = ..
194
201
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
195
202
 
196
203
distdir: $(DISTFILES)
197
 
        @for file in $(DISTFILES); do \
198
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
204
        @list='$(DISTFILES)'; for file in $$list; do \
 
205
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
199
206
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
200
207
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
201
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
208
            dir="/$$dir"; \
 
209
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
210
          else \
 
211
            dir=''; \
202
212
          fi; \
203
213
          if test -d $$d/$$file; then \
204
 
            cp -pR $$d/$$file $(distdir) \
205
 
            || exit 1; \
 
214
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
215
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
216
            fi; \
 
217
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
206
218
          else \
207
219
            test -f $(distdir)/$$file \
208
220
            || cp -p $$d/$$file $(distdir)/$$file \
227
239
installcheck: installcheck-am
228
240
install-strip:
229
241
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
242
          INSTALL_STRIP_FLAG=-s \
230
243
          `test -z '$(STRIP)' || \
231
244
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
232
245
mostlyclean-generic:
234
247
clean-generic:
235
248
 
236
249
distclean-generic:
237
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
250
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
238
251
 
239
252
maintainer-clean-generic:
240
253
        @echo "This command is intended for maintainers to use"