~ubuntu-branches/ubuntu/warty/tiemu/warty

« back to all changes in this revision

Viewing changes to help/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@
42
42
AUTOCONF = @AUTOCONF@
43
43
AUTOMAKE = @AUTOMAKE@
44
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
46
48
INSTALL_DATA = @INSTALL_DATA@
 
49
install_sh_DATA = $(install_sh) -c -m 644
 
50
install_sh_PROGRAM = $(install_sh) -c
 
51
install_sh_SCRIPT = $(install_sh) -c
47
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
48
53
INSTALL_HEADER = $(INSTALL_DATA)
49
54
transform = @program_transform_name@
59
64
host_triplet = @host@
60
65
target_alias = @target_alias@
61
66
target_triplet = @target@
 
67
 
 
68
EXEEXT = @EXEEXT@
 
69
OBJEXT = @OBJEXT@
 
70
PATH_SEPARATOR = @PATH_SEPARATOR@
 
71
INSTALL = @INSTALL@
62
72
AMTAR = @AMTAR@
63
73
AS = @AS@
64
74
AWK = @AWK@
70
80
DEPDIR = @DEPDIR@
71
81
DLLTOOL = @DLLTOOL@
72
82
ECHO = @ECHO@
73
 
EXEEXT = @EXEEXT@
74
83
GENCAT = @GENCAT@
75
84
GLIBC21 = @GLIBC21@
76
85
GMSGFMT = @GMSGFMT@
90
99
LTLIB = @LTLIB@
91
100
LTLIBICONV = @LTLIBICONV@
92
101
LTLIBINTL = @LTLIBINTL@
 
102
MAINT = @MAINT@
93
103
MKINSTALLDIRS = @MKINSTALLDIRS@
94
104
OBJDUMP = @OBJDUMP@
95
 
OBJEXT = @OBJEXT@
96
105
PACKAGE = @PACKAGE@
97
106
PACKAGE_LOCALE_DIR = @PACKAGE_LOCALE_DIR@
98
107
POSUB = @POSUB@
110
119
am__include = @am__include@
111
120
am__quote = @am__quote@
112
121
install_sh = @install_sh@
113
 
 
114
 
INSTALL = @INSTALL@
115
 
 
116
122
SHARE_DIR = $(prefix)/share/tiemu
117
123
HELP_DIR = $(SHARE_DIR)/help
118
124
 
127
133
all: all-am
128
134
 
129
135
.SUFFIXES:
 
136
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
137
        cd $(top_srcdir) && \
 
138
          $(AUTOMAKE) --gnu  help/Makefile
 
139
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
140
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
130
141
 
131
142
mostlyclean-libtool:
132
143
        -rm -f *.lo
136
147
 
137
148
distclean-libtool:
138
149
        -rm -f libtool
139
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
140
 
        cd $(top_srcdir) && \
141
 
          $(AUTOMAKE) --gnu  help/Makefile
142
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
143
 
        cd $(top_builddir) && \
144
 
          CONFIG_HEADERS= CONFIG_LINKS= \
145
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
146
150
uninstall-info-am:
147
151
tags: TAGS
148
152
TAGS:
149
153
 
150
 
 
151
154
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
152
155
 
153
156
top_distdir = ..
154
157
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
155
158
 
156
159
distdir: $(DISTFILES)
157
 
        @for file in $(DISTFILES); do \
158
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
160
        @list='$(DISTFILES)'; for file in $$list; do \
 
161
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
159
162
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
160
163
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
161
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
164
            dir="/$$dir"; \
 
165
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
166
          else \
 
167
            dir=''; \
162
168
          fi; \
163
169
          if test -d $$d/$$file; then \
164
 
            cp -pR $$d/$$file $(distdir) \
165
 
            || exit 1; \
 
170
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
171
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
172
            fi; \
 
173
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
166
174
          else \
167
175
            test -f $(distdir)/$$file \
168
176
            || cp -p $$d/$$file $(distdir)/$$file \
183
191
installcheck: installcheck-am
184
192
install-strip:
185
193
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
194
          INSTALL_STRIP_FLAG=-s \
186
195
          `test -z '$(STRIP)' || \
187
196
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
188
197
mostlyclean-generic:
190
199
clean-generic:
191
200
 
192
201
distclean-generic:
193
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
202
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
194
203
 
195
204
maintainer-clean-generic:
196
205
        @echo "This command is intended for maintainers to use"