~ubuntu-branches/ubuntu/trusty/dsh/trusty

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2006-08-11 23:15:17 UTC
  • mfrom: (0.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060811231517-v1rhtfnopnuwv4tf
Tags: 0.25.7-1
* New upstream version
* fix manual page.
* Standards-version: 3.7.2
* dh_compat=4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
36
37
host_triplet = @host@
37
38
subdir = m4
38
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
79
80
F77 = @F77@
80
81
FFLAGS = @FFLAGS@
81
82
GMSGFMT = @GMSGFMT@
 
83
GREP = @GREP@
82
84
INSTALL_DATA = @INSTALL_DATA@
83
85
INSTALL_PROGRAM = @INSTALL_PROGRAM@
84
86
INSTALL_SCRIPT = @INSTALL_SCRIPT@
117
119
USE_NLS = @USE_NLS@
118
120
VERSION = @VERSION@
119
121
XGETTEXT = @XGETTEXT@
120
 
ac_ct_AR = @ac_ct_AR@
121
122
ac_ct_CC = @ac_ct_CC@
122
123
ac_ct_CXX = @ac_ct_CXX@
123
124
ac_ct_F77 = @ac_ct_F77@
124
 
ac_ct_RANLIB = @ac_ct_RANLIB@
125
 
ac_ct_STRIP = @ac_ct_STRIP@
126
125
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
127
126
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
128
127
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
130
129
am__include = @am__include@
131
130
am__leading_dot = @am__leading_dot@
132
131
am__quote = @am__quote@
 
132
am__tar = @am__tar@
 
133
am__untar = @am__untar@
133
134
bindir = @bindir@
134
135
build = @build@
135
136
build_alias = @build_alias@
137
138
build_os = @build_os@
138
139
build_vendor = @build_vendor@
139
140
datadir = @datadir@
 
141
datarootdir = @datarootdir@
 
142
docdir = @docdir@
 
143
dvidir = @dvidir@
140
144
exec_prefix = @exec_prefix@
141
145
host = @host@
142
146
host_alias = @host_alias@
143
147
host_cpu = @host_cpu@
144
148
host_os = @host_os@
145
149
host_vendor = @host_vendor@
 
150
htmldir = @htmldir@
146
151
includedir = @includedir@
147
152
infodir = @infodir@
148
153
install_sh = @install_sh@
153
158
mandir = @mandir@
154
159
mkdir_p = @mkdir_p@
155
160
oldincludedir = @oldincludedir@
 
161
pdfdir = @pdfdir@
156
162
prefix = @prefix@
157
163
program_transform_name = @program_transform_name@
 
164
psdir = @psdir@
158
165
sbindir = @sbindir@
159
166
sharedstatedir = @sharedstatedir@
160
167
sysconfdir = @sysconfdir@
259
266
clean-generic:
260
267
 
261
268
distclean-generic:
262
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
269
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
263
270
 
264
271
maintainer-clean-generic:
265
272
        @echo "This command is intended for maintainers to use"