~ubuntu-branches/ubuntu/natty/hello-debhelper/natty

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2006-12-09 17:00:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209170014-817qbpd8jsc3g5xh
Tags: 2.2-1
* New upstream release.
* Repackaged source taken from hello package.
* Removed prerm and postinst, as info files are missing now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
SHELL = @SHELL@
17
 
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
 
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
 
pkgdatadir = $(datadir)/@PACKAGE@
37
 
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
39
 
top_builddir = ..
40
 
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
46
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
 
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
 
INSTALL_DATA = @INSTALL_DATA@
50
 
install_sh_DATA = $(install_sh) -c -m 644
51
 
install_sh_PROGRAM = $(install_sh) -c
52
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
53
 
INSTALL_HEADER = $(INSTALL_DATA)
54
 
transform = @program_transform_name@
55
 
NORMAL_INSTALL = :
56
 
PRE_INSTALL = :
57
 
POST_INSTALL = :
58
 
NORMAL_UNINSTALL = :
59
 
PRE_UNINSTALL = :
60
 
POST_UNINSTALL = :
61
 
host_alias = @host_alias@
62
 
host_triplet = @host@
63
 
 
64
 
EXEEXT = @EXEEXT@
65
 
OBJEXT = @OBJEXT@
66
 
PATH_SEPARATOR = @PATH_SEPARATOR@
67
 
AMTAR = @AMTAR@
68
 
AWK = @AWK@
69
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
70
 
CATOBJEXT = @CATOBJEXT@
71
 
CC = @CC@
72
 
DATADIRNAME = @DATADIRNAME@
73
 
DEPDIR = @DEPDIR@
74
 
GENCAT = @GENCAT@
75
 
GLIBC21 = @GLIBC21@
76
 
GMSGFMT = @GMSGFMT@
77
 
HAVE_LIB = @HAVE_LIB@
78
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79
 
INSTOBJEXT = @INSTOBJEXT@
80
 
INTLBISON = @INTLBISON@
81
 
INTLLIBS = @INTLLIBS@
82
 
INTLOBJS = @INTLOBJS@
83
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
84
 
LIB = @LIB@
85
 
LIBICONV = @LIBICONV@
86
 
LIBINTL = @LIBINTL@
87
 
LTLIB = @LTLIB@
88
 
LTLIBICONV = @LTLIBICONV@
89
 
LTLIBINTL = @LTLIBINTL@
90
 
MKINSTALLDIRS = @MKINSTALLDIRS@
91
 
PACKAGE = @PACKAGE@
92
 
PERL = @PERL@
93
 
POSUB = @POSUB@
94
 
RANLIB = @RANLIB@
95
 
STRIP = @STRIP@
96
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97
 
USE_NLS = @USE_NLS@
98
 
VERSION = @VERSION@
99
 
am__include = @am__include@
100
 
am__quote = @am__quote@
101
 
install_sh = @install_sh@
102
 
ke_PRE = @ke_PRE@
103
 
EXTRA_DIST = README codeset.m4 gettext.m4 glibc21.m4 iconv.m4   \
104
 
isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4   \
105
 
progtest.m4
106
 
 
107
 
subdir = m4
108
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109
 
CONFIG_HEADER = $(top_builddir)/config.h
110
 
CONFIG_CLEAN_FILES =
111
 
DIST_SOURCES =
112
 
DIST_COMMON = README ChangeLog Makefile.am Makefile.in
113
 
all: all-am
114
 
 
115
 
.SUFFIXES:
116
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
117
 
        cd $(top_srcdir) && \
118
 
          $(AUTOMAKE) --gnu  m4/Makefile
119
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
120
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
121
 
uninstall-info-am:
122
 
tags: TAGS
123
 
TAGS:
124
 
 
125
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126
 
 
127
 
top_distdir = ..
128
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
129
 
 
130
 
distdir: $(DISTFILES)
131
 
        @for file in $(DISTFILES); do \
132
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
133
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
134
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
135
 
            dir="/$$dir"; \
136
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
137
 
          else \
138
 
            dir=''; \
139
 
          fi; \
140
 
          if test -d $$d/$$file; then \
141
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
142
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
143
 
            fi; \
144
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
145
 
          else \
146
 
            test -f $(distdir)/$$file \
147
 
            || cp -p $$d/$$file $(distdir)/$$file \
148
 
            || exit 1; \
149
 
          fi; \
150
 
        done
151
 
check-am: all-am
152
 
check: check-am
153
 
all-am: Makefile
154
 
 
155
 
installdirs:
156
 
 
157
 
install: install-am
158
 
install-exec: install-exec-am
159
 
install-data: install-data-am
160
 
uninstall: uninstall-am
161
 
 
162
 
install-am: all-am
163
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
164
 
 
165
 
installcheck: installcheck-am
166
 
install-strip:
167
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
168
 
          INSTALL_STRIP_FLAG=-s \
169
 
          `test -z '$(STRIP)' || \
170
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
171
 
mostlyclean-generic:
172
 
 
173
 
clean-generic:
174
 
 
175
 
distclean-generic:
176
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
177
 
 
178
 
maintainer-clean-generic:
179
 
        @echo "This command is intended for maintainers to use"
180
 
        @echo "it deletes files that may require special tools to rebuild."
181
 
clean: clean-am
182
 
 
183
 
clean-am: clean-generic mostlyclean-am
184
 
 
185
 
distclean: distclean-am
186
 
 
187
 
distclean-am: clean-am distclean-generic
188
 
 
189
 
dvi: dvi-am
190
 
 
191
 
dvi-am:
192
 
 
193
 
info: info-am
194
 
 
195
 
info-am:
196
 
 
197
 
install-data-am:
198
 
 
199
 
install-exec-am:
200
 
 
201
 
install-info: install-info-am
202
 
 
203
 
install-man:
204
 
 
205
 
installcheck-am:
206
 
 
207
 
maintainer-clean: maintainer-clean-am
208
 
 
209
 
maintainer-clean-am: distclean-am maintainer-clean-generic
210
 
 
211
 
mostlyclean: mostlyclean-am
212
 
 
213
 
mostlyclean-am: mostlyclean-generic
214
 
 
215
 
uninstall-am: uninstall-info-am
216
 
 
217
 
.PHONY: all all-am check check-am clean clean-generic distclean \
218
 
        distclean-generic distdir dvi dvi-am info info-am install \
219
 
        install-am install-data install-data-am install-exec \
220
 
        install-exec-am install-info install-info-am install-man \
221
 
        install-strip installcheck installcheck-am installdirs \
222
 
        maintainer-clean maintainer-clean-generic mostlyclean \
223
 
        mostlyclean-generic uninstall uninstall-am uninstall-info-am
224
 
 
225
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
226
 
# Otherwise a system limit (for SysV at least) may be exceeded.
227
 
.NOEXPORT: