~ubuntu-branches/ubuntu/precise/lirc/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-11-08 19:10:50 UTC
  • mfrom: (1.2.7 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081108191050-o0kszsihoqbc42fl
Tags: 0.8.4a-0ubuntu1
* New upstream version.
* Drop no longer necessary patches:
  - 03_extra_files
  - 25_upstream_2.6.27
  - 27_multiple_include
* Update patches for new version:
  - 12_pvr150_transmit_support
  - 16_lirc_gpio
  - 26_transmitter_lircd.conf
  - 28_irrecord_resume_support
* New patches:
  - 38_encore_enltv.dpatch (LP: #274087)
* debian/lirc.fdi:
  - Update FDI file to match a few more remotes reported
    on bugs that work when keyed. (LP: #164627, #204960, #279472)
* debian/control:
  - Update Recommends for lirc-modules-source
* debian/lirc.preinst:
  - Remove old calls that will no longer be encountered in package
    upgrades.
* Merge some packaging changes from Debian.  They hadn't done a
  release in a long time, so this will at least get us closer to their
  packaging for an overarching goal of being in sync.
  - Sync'ed changes:
    + debian/compat
    + README.Debian
    + debian/copyright
    + debian/doc-base.lirc
    + debian/liblircclient-dev.install
    + debian/lirc-modules-source.postrm
    + debian/lirc.postrm
    + debian/po
    + debian/lirc-svga.install
    + debian/lirc-svga.links
    + drop debian/lirc.config.in
    + drop debian/lirc.config.md5sum
    + drop debian/lirc.modules
  - Merge debian/control, remaining changes:
    + We don't share same VCS
    + We recommend udev
    + Our lirc-modules-source uses DKMS
  - Merge debian/rules, remaining changes:
    + DKMS support
  - Merge debian/liblircclient0.pc, remaining changes:
    + Version number we have is higher
  - Merge debian/lirc.install, remaining changes:
    + We install udev rules
    + We install an FDI file
  - Merge debian/lirc.templates, remaining changes:
    + Some of our keys are named differently because we differentiate
      between a remote and a transmitter device.
    + We've got some extra keys for details of devices.
  - Merge debian/lirc.init.d, remaining changes:
    + We've pretty much entirely revamped the file.  Our deltas will
      need to be submitted incrementally to Debian.
  - Merge debian/lirc.postinst, remaining changes:
    + We've pretty much entirely revamped the file.  Our deltas will
      need to be submitted incrementally to Debian.
  - Merge debian/rules, remaining changes:
    + We install a udev rule
    + We install an FDI file
    + We install DKMS support
    + We install transmitter lircd.conf's
    + We Install the remote and transmitter hwdb explicitly
  - Merge patches that we took from debian for 0.8.4 support:
    + debian/patches/02_Makefile.in
    + debian/patches/04_man_pages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
3
2
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
6
5
# This Makefile.in is free software; the Free Software Foundation
7
6
# gives unlimited permission to copy and/or distribute it,
8
7
# with or without modifications, as long as this notice is preserved.
13
12
# PARTICULAR PURPOSE.
14
13
 
15
14
@SET_MAKE@
 
15
 
 
16
SHELL = @SHELL@
 
17
 
16
18
srcdir = @srcdir@
17
19
top_srcdir = @top_srcdir@
18
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
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
top_builddir = .
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
24
46
INSTALL = @INSTALL@
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
48
INSTALL_DATA = @INSTALL_DATA@
 
49
INSTALL_SCRIPT = @INSTALL_SCRIPT@
28
50
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
 
51
transform = @program_transform_name@
30
52
NORMAL_INSTALL = :
31
53
PRE_INSTALL = :
32
54
POST_INSTALL = :
33
55
NORMAL_UNINSTALL = :
34
56
PRE_UNINSTALL = :
35
57
POST_UNINSTALL = :
36
 
build_triplet = @build@
 
58
host_alias = @host_alias@
37
59
host_triplet = @host@
38
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41
 
        TODO compile config.guess config.sub depcomp install-sh \
42
 
        ltmain.sh missing
43
 
subdir = .
44
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
46
 
        $(top_srcdir)/configure.ac
47
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
 
        $(ACLOCAL_M4)
49
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50
 
 configure.lineno configure.status.lineno
51
 
mkinstalldirs = $(install_sh) -d
52
 
CONFIG_HEADER = config.h
53
 
CONFIG_CLEAN_FILES =
54
 
SOURCES =
55
 
DIST_SOURCES =
56
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
 
        html-recursive info-recursive install-data-recursive \
58
 
        install-exec-recursive install-info-recursive \
59
 
        install-recursive installcheck-recursive installdirs-recursive \
60
 
        pdf-recursive ps-recursive uninstall-info-recursive \
61
 
        uninstall-recursive
62
 
ETAGS = etags
63
 
CTAGS = ctags
64
 
DIST_SUBDIRS = $(SUBDIRS)
65
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66
 
distdir = $(PACKAGE)-$(VERSION)
67
 
top_distdir = $(distdir)
68
 
am__remove_distdir = \
69
 
  { test ! -d $(distdir) \
70
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
71
 
         && rm -fr $(distdir); }; }
72
 
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
73
 
GZIP_ENV = --best
74
 
distuninstallcheck_listfiles = find . -type f -print
75
 
distcleancheck_listfiles = find . -type f -print
76
 
ACLOCAL = @ACLOCAL@
77
 
AMDEP_FALSE = @AMDEP_FALSE@
78
 
AMDEP_TRUE = @AMDEP_TRUE@
79
60
AMTAR = @AMTAR@
80
61
AR = @AR@
81
 
AUTOCONF = @AUTOCONF@
82
 
AUTOHEADER = @AUTOHEADER@
83
 
AUTOMAKE = @AUTOMAKE@
 
62
AS = @AS@
84
63
AWK = @AWK@
85
64
CC = @CC@
86
 
CCDEPMODE = @CCDEPMODE@
87
 
CFLAGS = @CFLAGS@
88
 
CPP = @CPP@
89
 
CPPFLAGS = @CPPFLAGS@
90
65
CXX = @CXX@
91
66
CXXCPP = @CXXCPP@
92
 
CXXDEPMODE = @CXXDEPMODE@
93
 
CXXFLAGS = @CXXFLAGS@
94
 
CYGPATH_W = @CYGPATH_W@
95
 
DEFS = @DEFS@
96
67
DEPDIR = @DEPDIR@
 
68
DLLTOOL = @DLLTOOL@
97
69
ECHO = @ECHO@
98
 
ECHO_C = @ECHO_C@
99
 
ECHO_N = @ECHO_N@
100
 
ECHO_T = @ECHO_T@
101
70
EGREP = @EGREP@
102
71
EXEEXT = @EXEEXT@
103
72
F77 = @F77@
104
 
FFLAGS = @FFLAGS@
105
 
GREP = @GREP@
106
 
INSTALL_DATA = @INSTALL_DATA@
107
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
108
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
73
GCJ = @GCJ@
 
74
GCJFLAGS = @GCJFLAGS@
109
75
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
110
 
LDFLAGS = @LDFLAGS@
111
 
LIBOBJS = @LIBOBJS@
112
 
LIBS = @LIBS@
113
76
LIBTOOL = @LIBTOOL@
114
77
LIBUSB_CONFIG = @LIBUSB_CONFIG@
115
78
LN_S = @LN_S@
116
 
LTLIBOBJS = @LTLIBOBJS@
117
 
MAKEINFO = @MAKEINFO@
 
79
OBJDUMP = @OBJDUMP@
118
80
OBJEXT = @OBJEXT@
119
81
PACKAGE = @PACKAGE@
120
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121
 
PACKAGE_NAME = @PACKAGE_NAME@
122
 
PACKAGE_STRING = @PACKAGE_STRING@
123
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
124
 
PACKAGE_VERSION = @PACKAGE_VERSION@
125
 
PATH_SEPARATOR = @PATH_SEPARATOR@
 
82
PYTHON = @PYTHON@
 
83
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
84
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
85
PYTHON_PREFIX = @PYTHON_PREFIX@
 
86
PYTHON_VERSION = @PYTHON_VERSION@
126
87
RANLIB = @RANLIB@
127
 
SANDBOXED_FALSE = @SANDBOXED_FALSE@
128
 
SANDBOXED_TRUE = @SANDBOXED_TRUE@
129
 
SET_MAKE = @SET_MAKE@
130
 
SHELL = @SHELL@
 
88
RC = @RC@
131
89
STRIP = @STRIP@
132
 
USE_FIFOS_FALSE = @USE_FIFOS_FALSE@
133
 
USE_FIFOS_TRUE = @USE_FIFOS_TRUE@
134
90
VERSION = @VERSION@
135
 
XMKMF = @XMKMF@
136
91
X_CFLAGS = @X_CFLAGS@
137
92
X_EXTRA_LIBS = @X_EXTRA_LIBS@
138
93
X_LIBS = @X_LIBS@
139
94
X_PRE_LIBS = @X_PRE_LIBS@
140
 
ac_ct_CC = @ac_ct_CC@
141
 
ac_ct_CXX = @ac_ct_CXX@
142
 
ac_ct_F77 = @ac_ct_F77@
143
95
ac_pkss_mktemp = @ac_pkss_mktemp@
144
 
alsa_lib = @alsa_lib@
145
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
146
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
147
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
148
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
149
96
am__include = @am__include@
150
 
am__leading_dot = @am__leading_dot@
151
97
am__quote = @am__quote@
152
 
am__tar = @am__tar@
153
 
am__untar = @am__untar@
154
 
atilibusb_lib = @atilibusb_lib@
155
 
bindir = @bindir@
156
 
build = @build@
157
 
build_alias = @build_alias@
158
 
build_cpu = @build_cpu@
159
 
build_os = @build_os@
160
 
build_vendor = @build_vendor@
161
 
caraca_lib = @caraca_lib@
162
98
daemon = @daemon@
163
 
datadir = @datadir@
164
 
datarootdir = @datarootdir@
165
99
depmod = @depmod@
166
100
devdir = @devdir@
167
 
docdir = @docdir@
168
101
driver = @driver@
169
 
dvidir = @dvidir@
170
 
exec_prefix = @exec_prefix@
171
102
forkpty = @forkpty@
172
 
host = @host@
173
 
host_alias = @host_alias@
174
 
host_cpu = @host_cpu@
175
 
host_os = @host_os@
176
 
host_vendor = @host_vendor@
177
 
htmldir = @htmldir@
178
103
hw_module = @hw_module@
179
 
iguanaIR_lib = @iguanaIR_lib@
180
 
includedir = @includedir@
181
 
infodir = @infodir@
 
104
hw_module_libs = @hw_module_libs@
182
105
install_sh = @install_sh@
183
 
irman_lib = @irman_lib@
184
106
irtty = @irtty@
185
 
kernelcc = @kernelcc@
186
107
kerneldir = @kerneldir@
187
108
kernelext = @kernelext@
188
 
libdir = @libdir@
189
 
libexecdir = @libexecdir@
190
109
lirc_driver = @lirc_driver@
191
110
lirc_major = @lirc_major@
192
111
lircd_conf = @lircd_conf@
193
112
lircmd_conf = @lircmd_conf@
194
 
localedir = @localedir@
195
 
localstatedir = @localstatedir@
196
113
maintmode_daemons_extra = @maintmode_daemons_extra@
197
 
mandir = @mandir@
198
 
mkdir_p = @mkdir_p@
199
114
mkfifo = @mkfifo@
200
115
mknod = @mknod@
201
116
moduledir = @moduledir@
202
 
oldincludedir = @oldincludedir@
203
 
pdfdir = @pdfdir@
204
 
portaudio_lib = @portaudio_lib@
205
 
prefix = @prefix@
206
 
program_transform_name = @program_transform_name@
207
 
psdir = @psdir@
208
 
sbindir = @sbindir@
209
 
sharedstatedir = @sharedstatedir@
210
 
sysconfdir = @sysconfdir@
211
 
target_alias = @target_alias@
 
117
pkgpyexecdir = @pkgpyexecdir@
 
118
pkgpythondir = @pkgpythondir@
 
119
pyexecdir = @pyexecdir@
 
120
pythondir = @pythondir@
 
121
receive = @receive@
212
122
vga_progs = @vga_progs@
213
123
x_progs = @x_progs@
 
124
 
214
125
AUTOMAKE_OPTIONS = 1.5 check-news dist-bzip2
 
126
 
215
127
EXTRA_DIST = setup.sh setup-driver.sh setup.data data2setup.sh ANNOUNCE TODO
 
128
 
216
129
SUBDIRS = drivers daemons tools doc
 
130
 
 
131
DISTCHECK_FLAGS = --with-driver=all --enable-sandboxed
 
132
DISTCHECK_CONFIGURE_FLAGS = ${DISTCHECK_FLAGS}
 
133
DISTCHECK_LIGHT_FLAGS = --with-driver=none --enable-sandboxed
 
134
 
217
135
DISTCLEANFILES = configure.sh .setup.config
 
136
 
218
137
CLEANFILES = *~ remotes/*~ contrib/*~
 
138
subdir = .
 
139
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
140
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
141
CONFIG_HEADER = config.h
 
142
CONFIG_CLEAN_FILES =
 
143
DIST_SOURCES =
 
144
 
 
145
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
146
        uninstall-info-recursive all-recursive install-data-recursive \
 
147
        install-exec-recursive installdirs-recursive install-recursive \
 
148
        uninstall-recursive check-recursive installcheck-recursive
 
149
DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
 
150
        Makefile.am Makefile.in NEWS TODO acinclude.m4 aclocal.m4 \
 
151
        compile config.guess config.h.in config.sub configure \
 
152
        configure.ac depcomp install-sh ltmain.sh missing mkinstalldirs \
 
153
        py-compile
 
154
DIST_SUBDIRS = $(SUBDIRS)
219
155
all: config.h
220
156
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
221
157
 
222
158
.SUFFIXES:
223
 
am--refresh:
224
 
        @:
225
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
226
 
        @for dep in $?; do \
227
 
          case '$(am__configure_deps)' in \
228
 
            *$$dep*) \
229
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
230
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
231
 
                && exit 0; \
232
 
              exit 1;; \
233
 
          esac; \
234
 
        done; \
235
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
159
 
 
160
mostlyclean-libtool:
 
161
        -rm -f *.lo
 
162
 
 
163
clean-libtool:
 
164
        -rm -rf .libs _libs
 
165
 
 
166
distclean-libtool:
 
167
        -rm -f libtool
 
168
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
236
169
        cd $(top_srcdir) && \
237
170
          $(AUTOMAKE) --gnu  Makefile
238
 
.PRECIOUS: Makefile
239
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240
 
        @case '$?' in \
241
 
          *config.status*) \
242
 
            echo ' $(SHELL) ./config.status'; \
243
 
            $(SHELL) ./config.status;; \
244
 
          *) \
245
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
246
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
247
 
        esac;
 
171
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
172
        cd $(top_builddir) && \
 
173
          CONFIG_HEADERS= CONFIG_LINKS= \
 
174
          CONFIG_FILES=$@ $(SHELL) ./config.status
248
175
 
249
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
176
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250
177
        $(SHELL) ./config.status --recheck
251
 
 
252
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
178
$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
253
179
        cd $(srcdir) && $(AUTOCONF)
254
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
180
 
 
181
$(ACLOCAL_M4):  configure.ac acinclude.m4
255
182
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
256
 
 
257
 
config.h: stamp-h1
258
 
        @if test ! -f $@; then \
259
 
          rm -f stamp-h1; \
260
 
          $(MAKE) stamp-h1; \
261
 
        else :; fi
262
 
 
263
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
264
 
        @rm -f stamp-h1
265
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
266
 
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
183
config.h: stamp-h
 
184
        @if test ! -f $@; then \
 
185
                rm -f stamp-h; \
 
186
                $(MAKE) stamp-h; \
 
187
        else :; fi
 
188
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
189
        @rm -f stamp-h stamp-hT
 
190
        @echo timestamp > stamp-hT 2> /dev/null
 
191
        cd $(top_builddir) \
 
192
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
193
             $(SHELL) ./config.status
 
194
        @mv stamp-hT stamp-h
 
195
$(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
 
196
        @if test ! -f $@; then \
 
197
                rm -f $(srcdir)/./stamp-h.in; \
 
198
                $(MAKE) $(srcdir)/./stamp-h.in; \
 
199
        else :; fi
 
200
$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
201
        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
 
202
        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
267
203
        cd $(top_srcdir) && $(AUTOHEADER)
268
 
        rm -f stamp-h1
269
 
        touch $@
 
204
        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
270
205
 
271
206
distclean-hdr:
272
 
        -rm -f config.h stamp-h1
273
 
 
274
 
mostlyclean-libtool:
275
 
        -rm -f *.lo
276
 
 
277
 
clean-libtool:
278
 
        -rm -rf .libs _libs
279
 
 
280
 
distclean-libtool:
281
 
        -rm -f libtool
 
207
        -rm -f config.h
282
208
uninstall-info-am:
283
209
 
284
210
# This directory's subdirectories are mostly independent; you can cd
288
214
#     (which will cause the Makefiles to be regenerated when you run `make');
289
215
# (2) otherwise, pass the desired values on the `make' command line.
290
216
$(RECURSIVE_TARGETS):
291
 
        @failcom='exit 1'; \
292
 
        for f in x $$MAKEFLAGS; do \
293
 
          case $$f in \
294
 
            *=* | --[!k]*);; \
295
 
            *k*) failcom='fail=yes';; \
296
 
          esac; \
297
 
        done; \
 
217
        @set fnord $(MAKEFLAGS); amf=$$2; \
298
218
        dot_seen=no; \
299
219
        target=`echo $@ | sed s/-recursive//`; \
300
220
        list='$(SUBDIRS)'; for subdir in $$list; do \
306
226
            local_target="$$target"; \
307
227
          fi; \
308
228
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309
 
          || eval $$failcom; \
 
229
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
310
230
        done; \
311
231
        if test "$$dot_seen" = "no"; then \
312
232
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
314
234
 
315
235
mostlyclean-recursive clean-recursive distclean-recursive \
316
236
maintainer-clean-recursive:
317
 
        @failcom='exit 1'; \
318
 
        for f in x $$MAKEFLAGS; do \
319
 
          case $$f in \
320
 
            *=* | --[!k]*);; \
321
 
            *k*) failcom='fail=yes';; \
322
 
          esac; \
323
 
        done; \
 
237
        @set fnord $(MAKEFLAGS); amf=$$2; \
324
238
        dot_seen=no; \
325
239
        case "$@" in \
326
240
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
341
255
            local_target="$$target"; \
342
256
          fi; \
343
257
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344
 
          || eval $$failcom; \
 
258
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
345
259
        done && test -z "$$fail"
346
260
tags-recursive:
347
261
        list='$(SUBDIRS)'; for subdir in $$list; do \
348
262
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
349
263
        done
350
 
ctags-recursive:
351
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
352
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
353
 
        done
 
264
 
 
265
tags: TAGS
354
266
 
355
267
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
356
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
268
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
357
269
        unique=`for i in $$list; do \
358
270
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
271
          done | \
360
272
          $(AWK) '    { files[$$0] = 1; } \
361
273
               END { for (i in files) print i; }'`; \
362
 
        mkid -fID $$unique
363
 
tags: TAGS
 
274
        mkid -fID $$unique $(LISP)
364
275
 
365
276
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
366
277
                $(TAGS_FILES) $(LISP)
367
278
        tags=; \
368
279
        here=`pwd`; \
369
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
370
 
          include_option=--etags-include; \
371
 
          empty_fix=.; \
372
 
        else \
373
 
          include_option=--include; \
374
 
          empty_fix=; \
375
 
        fi; \
376
280
        list='$(SUBDIRS)'; for subdir in $$list; do \
377
281
          if test "$$subdir" = .; then :; else \
378
 
            test ! -f $$subdir/TAGS || \
379
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
282
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
380
283
          fi; \
381
284
        done; \
382
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
383
 
        unique=`for i in $$list; do \
384
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385
 
          done | \
386
 
          $(AWK) '    { files[$$0] = 1; } \
387
 
               END { for (i in files) print i; }'`; \
388
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
389
 
          test -n "$$unique" || unique=$$empty_fix; \
390
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
391
 
            $$tags $$unique; \
392
 
        fi
393
 
ctags: CTAGS
394
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
395
 
                $(TAGS_FILES) $(LISP)
396
 
        tags=; \
397
 
        here=`pwd`; \
398
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
399
 
        unique=`for i in $$list; do \
400
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401
 
          done | \
402
 
          $(AWK) '    { files[$$0] = 1; } \
403
 
               END { for (i in files) print i; }'`; \
404
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
405
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
406
 
             $$tags $$unique
 
285
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
286
        unique=`for i in $$list; do \
 
287
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
288
          done | \
 
289
          $(AWK) '    { files[$$0] = 1; } \
 
290
               END { for (i in files) print i; }'`; \
 
291
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
 
292
          || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
407
293
 
408
294
GTAGS:
409
 
        here=`$(am__cd) $(top_builddir) && pwd` \
 
295
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
410
296
          && cd $(top_srcdir) \
411
297
          && gtags -i $(GTAGS_ARGS) $$here
412
298
 
413
299
distclean-tags:
414
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
300
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
301
 
 
302
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
303
 
 
304
top_distdir = .
 
305
# Avoid unsightly `./'.
 
306
distdir = $(PACKAGE)-$(VERSION)
 
307
 
 
308
GZIP_ENV = --best
415
309
 
416
310
distdir: $(DISTFILES)
417
 
        @case `sed 15q $(srcdir)/NEWS` in \
418
 
        *"$(VERSION)"*) : ;; \
419
 
        *) \
 
311
        @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \
 
312
        then :; else \
420
313
          echo "NEWS not updated; not releasing" 1>&2; \
421
 
          exit 1;; \
422
 
        esac
423
 
        $(am__remove_distdir)
 
314
          exit 1; \
 
315
        fi
 
316
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
424
317
        mkdir $(distdir)
425
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
426
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
427
 
        list='$(DISTFILES)'; for file in $$list; do \
428
 
          case $$file in \
429
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
430
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
431
 
          esac; \
432
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
318
        @for file in $(DISTFILES); do \
 
319
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
433
320
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
434
321
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
435
 
            dir="/$$dir"; \
436
 
            $(mkdir_p) "$(distdir)$$dir"; \
437
 
          else \
438
 
            dir=''; \
 
322
            $(mkinstalldirs) "$(distdir)/$$dir"; \
439
323
          fi; \
440
324
          if test -d $$d/$$file; then \
441
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
443
 
            fi; \
444
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
325
            cp -pR $$d/$$file $(distdir) \
 
326
            || exit 1; \
445
327
          else \
446
328
            test -f $(distdir)/$$file \
447
329
            || cp -p $$d/$$file $(distdir)/$$file \
448
330
            || exit 1; \
449
331
          fi; \
450
332
        done
451
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
333
        for subdir in $(SUBDIRS); do \
452
334
          if test "$$subdir" = .; then :; else \
453
 
            test -d "$(distdir)/$$subdir" \
454
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
335
            test -d $(distdir)/$$subdir \
 
336
            || mkdir $(distdir)/$$subdir \
455
337
            || exit 1; \
456
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
457
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
458
338
            (cd $$subdir && \
459
339
              $(MAKE) $(AM_MAKEFLAGS) \
460
 
                top_distdir="$$top_distdir" \
461
 
                distdir="$$distdir/$$subdir" \
 
340
                top_distdir="$(top_distdir)" \
 
341
                distdir=../$(distdir)/$$subdir \
462
342
                distdir) \
463
343
              || exit 1; \
464
344
          fi; \
465
345
        done
466
346
        $(MAKE) $(AM_MAKEFLAGS) \
467
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
347
          top_distdir="${top_distdir}" distdir="$(distdir)" \
468
348
          dist-hook
469
349
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
470
350
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
471
351
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
472
352
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
473
353
        || chmod -R a+r $(distdir)
474
 
dist-gzip: distdir
475
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
476
 
        $(am__remove_distdir)
 
354
dist: distdir
 
355
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
356
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
357
 
477
358
dist-bzip2: distdir
478
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
479
 
        $(am__remove_distdir)
480
 
 
481
 
dist-tarZ: distdir
482
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
483
 
        $(am__remove_distdir)
484
 
 
485
 
dist-shar: distdir
486
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
487
 
        $(am__remove_distdir)
488
 
 
489
 
dist-zip: distdir
490
 
        -rm -f $(distdir).zip
491
 
        zip -rq $(distdir).zip $(distdir)
492
 
        $(am__remove_distdir)
493
 
 
494
 
dist dist-all: distdir
495
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
496
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
497
 
        $(am__remove_distdir)
 
359
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
360
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
498
361
 
499
362
# This target untars the dist file and tries a VPATH configuration.  Then
500
363
# it guarantees that the distribution is self-contained by making another
501
364
# tarfile.
502
365
distcheck: dist
503
 
        case '$(DIST_ARCHIVES)' in \
504
 
        *.tar.gz*) \
505
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
506
 
        *.tar.bz2*) \
507
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
508
 
        *.tar.Z*) \
509
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
510
 
        *.shar.gz*) \
511
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
512
 
        *.zip*) \
513
 
          unzip $(distdir).zip ;;\
514
 
        esac
 
366
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
367
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
515
368
        chmod -R a-w $(distdir); chmod a+w $(distdir)
516
 
        mkdir $(distdir)/_build
517
 
        mkdir $(distdir)/_inst
 
369
        mkdir $(distdir)/=build
 
370
        mkdir $(distdir)/=inst
518
371
        chmod a-w $(distdir)
519
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
520
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
521
 
          && cd $(distdir)/_build \
522
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
523
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
372
        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
 
373
          && cd $(distdir)/=build \
 
374
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
524
375
          && $(MAKE) $(AM_MAKEFLAGS) \
525
376
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
526
377
          && $(MAKE) $(AM_MAKEFLAGS) check \
527
378
          && $(MAKE) $(AM_MAKEFLAGS) install \
528
379
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
529
380
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
530
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
531
 
                distuninstallcheck \
532
 
          && chmod -R a-w "$$dc_install_base" \
533
 
          && ({ \
534
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
535
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
536
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
537
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
538
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
539
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
540
 
          && rm -rf "$$dc_destdir" \
 
381
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
 
382
             || (echo "Error: files left after uninstall" 1>&2; \
 
383
                 exit 1) ) \
541
384
          && $(MAKE) $(AM_MAKEFLAGS) dist \
542
 
          && rm -rf $(DIST_ARCHIVES) \
543
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
544
 
        $(am__remove_distdir)
545
 
        @(echo "$(distdir) archives ready for distribution: "; \
546
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
547
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
548
 
distuninstallcheck:
549
 
        @cd $(distuninstallcheck_dir) \
550
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
551
 
           || { echo "ERROR: files left after uninstall:" ; \
552
 
                if test -n "$(DESTDIR)"; then \
553
 
                  echo "  (check DESTDIR support)"; \
554
 
                fi ; \
555
 
                $(distuninstallcheck_listfiles) ; \
556
 
                exit 1; } >&2
557
 
distcleancheck: distclean
558
 
        @if test '$(srcdir)' = . ; then \
559
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
560
 
          exit 1 ; \
561
 
        fi
562
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
563
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
564
 
               $(distcleancheck_listfiles) ; \
565
 
               exit 1; } >&2
 
385
          && $(MAKE) $(AM_MAKEFLAGS) distclean \
 
386
          && rm -f $(distdir).tar.gz \
 
387
          && (test `find . -type f -print | wc -l` -eq 0 \
 
388
             || (echo "Error: files left after distclean" 1>&2; \
 
389
                 exit 1) )
 
390
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
391
        @echo "$(distdir).tar.gz is ready for distribution" | \
 
392
          sed 'h;s/./=/g;p;x;p;x'
566
393
check-am: all-am
567
394
check: check-recursive
568
395
all-am: Makefile config.h
569
396
installdirs: installdirs-recursive
570
397
installdirs-am:
 
398
 
571
399
install: install-recursive
572
400
install-exec: install-exec-recursive
573
401
install-data: install-data-recursive
579
407
installcheck: installcheck-recursive
580
408
install-strip:
581
409
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
582
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583
410
          `test -z '$(STRIP)' || \
584
411
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
585
412
mostlyclean-generic:
588
415
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
589
416
 
590
417
distclean-generic:
591
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
418
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
592
419
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
593
420
 
594
421
maintainer-clean-generic:
598
425
 
599
426
clean-am: clean-generic clean-libtool mostlyclean-am
600
427
 
 
428
dist-all: distdir
 
429
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
430
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
431
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
601
432
distclean: distclean-recursive
602
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
603
 
        -rm -f Makefile
604
 
distclean-am: clean-am distclean-generic distclean-hdr \
605
 
        distclean-libtool distclean-tags
 
433
        -rm -f config.status config.cache config.log
 
434
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
 
435
        distclean-tags
606
436
 
607
437
dvi: dvi-recursive
608
438
 
609
439
dvi-am:
610
440
 
611
 
html: html-recursive
612
 
 
613
441
info: info-recursive
614
442
 
615
443
info-am:
625
453
installcheck-am:
626
454
 
627
455
maintainer-clean: maintainer-clean-recursive
628
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
629
 
        -rm -rf $(top_srcdir)/autom4te.cache
630
 
        -rm -f Makefile
 
456
 
631
457
maintainer-clean-am: distclean-am maintainer-clean-generic
632
458
 
633
459
mostlyclean: mostlyclean-recursive
634
460
 
635
461
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
636
462
 
637
 
pdf: pdf-recursive
638
 
 
639
 
pdf-am:
640
 
 
641
 
ps: ps-recursive
642
 
 
643
 
ps-am:
644
 
 
645
463
uninstall-am: uninstall-info-am
646
464
 
647
465
uninstall-info: uninstall-info-recursive
648
466
 
649
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
650
 
        check-am clean clean-generic clean-libtool clean-recursive \
651
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
652
 
        dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
653
 
        distclean-generic distclean-hdr distclean-libtool \
654
 
        distclean-recursive distclean-tags distcleancheck distdir \
655
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
656
 
        install install-am install-data install-data-am install-exec \
657
 
        install-exec-am install-info install-info-am install-man \
658
 
        install-strip installcheck installcheck-am installdirs \
659
 
        installdirs-am maintainer-clean maintainer-clean-generic \
 
467
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
468
        clean-generic clean-libtool clean-recursive dist dist-all \
 
469
        dist-bzip2 distcheck distclean distclean-generic distclean-hdr \
 
470
        distclean-libtool distclean-recursive distclean-tags distdir \
 
471
        dvi dvi-am dvi-recursive info info-am info-recursive install \
 
472
        install-am install-data install-data-am install-data-recursive \
 
473
        install-exec install-exec-am install-exec-recursive \
 
474
        install-info install-info-am install-info-recursive install-man \
 
475
        install-recursive install-strip installcheck installcheck-am \
 
476
        installdirs installdirs-am installdirs-recursive \
 
477
        maintainer-clean maintainer-clean-generic \
660
478
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
661
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
662
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
663
 
 
 
479
        mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
 
480
        uninstall uninstall-am uninstall-info-am \
 
481
        uninstall-info-recursive uninstall-recursive
 
482
 
 
483
 
 
484
distcheck-light:
 
485
        $(MAKE) $(AM_MAKEFLAGS) DISTCHECK_FLAGS="$(DISTCHECK_LIGHT_FLAGS)" distcheck
 
486
 
 
487
# ----------------------------------------------------------------------
664
488
 
665
489
setup-driver.sh: data2setup.sh setup.data
666
490
        ./data2setup.sh > setup-driver.sh