~ubuntu-branches/ubuntu/trusty/isdnutils/trusty

« back to all changes in this revision

Viewing changes to vbox/doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2013-11-15 00:02:58 UTC
  • mfrom: (1.1.8) (31.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131115000258-tt9v3gasgrdml07k
Tags: 1:3.25+dfsg1-3.3ubuntu1
* Merge from Debian unstable:
  - resolves licensing issues with package contents.  LP: #511988.
  - includes proper upstream fix for ipppd on ARM.  LP: #453159.
  - resolves isdnutils-base removal failures.  LP: #813771.
  - fixes capiutils init script to not try to mount obsolete capifs.
    LP: #1064347.
* Remaining changes:
  - Switch libreadline5-dev to libreadline-gplv2-dev since this package
    appears to be GPLv2
  - debian/patches/no-imake.patch: Don't build xisdnload/xmonisdn using
    xmkmf/imake.  This patch was dropped in Debian without explanation;
    it still applies and seems to still be a good idea for eventual
    upstreaming, since imake is quite obsolete.
  - capi.conf: Fix typo for fcdsl2 firmware. LP: #189132.
  - Remove dependencies on /etc/inittab.
    - Disable the installation code to modify /etc/inittab.
    - isdnutils-base: Add ttyI0 example script, which needs to be installed
      in /etc/event.d/ttyI0.
    - isdnvboxserver: Add ttyI1 example script, which needs to be installed
      in /etc/event.d/ttyI1.
    - The two upstart scripts need to be edited.
    - Further improvements and documentation welcome.
* Changes included in Debian:
  - replace calls to ./MAKEDEV with /sbin/MAKEDEV
  - Build-depend on ppp-dev.
  - Switch to newer tcl -dev.
  - update to newer automake
  - debian/rules: use autoreconf to update the autotools in the capi20
    directory
  - debian/{compat,rules,*.files,.dirs}: Convert to Multi-arch.
  - debian/libcapi20-dev.install: Remove .la files (no builds use them).
* Changes included upstream:
  - fix for ARM FTBFS.
  - fix bashisms in vboxplay.
  - debian/patches/{config_libdir,toplevel-make}.patch: add CONFIG_LIBDIR
    override to upstream build system to support Multi-arch.
* Dropped changes:
  - kick dpatch to the curb.
* Handle migrating the blacklist file from
  /etc/modprobe.d/blacklist-capiutils.conf to the path used in Debian,
  /etc/modprobe.d/capiutils.conf.
* Handle rename of /etc/ppp/ip-down.d/99-ipppd and /etc/ppp/ip-up.d/00-ipppd
  to /etc/ppp/ip-down.d/ipppd and /etc/ppp/ip-up.d/ipppd
* Handle rename of /etc/init.d/isdnutils to /etc/init.d/isdnutils-base
* Restore standard.tcl to /usr/share/isdnvboxserver/default; maintainer
  scripts must not depend on contents of /usr/share/doc.
* Apply patches that were preserved in the 3.0 (quilt) migration, but
  were inadvertently not applied:
  - debian/patches/capifax.additional_error_codes.patch
  - debian/patches/capifax.3_1kHz_audio.patch
* Drop debian/isdnutils-base.cron.d, which isn't a cronjob example at all
  but an inittab example gone astray.
* debian/dotconfig*: don't use embedded quotes for paths; this confuses
  vbox's Makefiles something fierce, and causes files to be missed from
  debian/tmp'/usr/share/man/' at install time.
* Fix isdnlog and ipppd to not ship files used in the postinst under
  /usr/share/doc.
* Modernize the upstart examples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
 
# @configure_input@
 
1
# Makefile.in generated automatically by automake 1.4 from Makefile.am
3
2
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
6
4
# This Makefile.in is free software; the Free Software Foundation
7
5
# gives unlimited permission to copy and/or distribute it,
8
6
# with or without modifications, as long as this notice is preserved.
12
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
11
# PARTICULAR PURPOSE.
14
12
 
15
 
@SET_MAKE@
 
13
 
 
14
SHELL = /bin/sh
16
15
 
17
16
srcdir = @srcdir@
18
17
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
22
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
23
41
top_builddir = ..
24
42
 
25
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
26
48
INSTALL = @INSTALL@
27
 
install_sh_DATA = $(install_sh) -c -m 644
28
 
install_sh_PROGRAM = $(install_sh) -c
29
 
install_sh_SCRIPT = $(install_sh) -c
30
 
INSTALL_HEADER = $(INSTALL_DATA)
31
 
transform = $(program_transform_name)
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
32
54
NORMAL_INSTALL = :
33
55
PRE_INSTALL = :
34
56
POST_INSTALL = :
35
57
NORMAL_UNINSTALL = :
36
58
PRE_UNINSTALL = :
37
59
POST_UNINSTALL = :
38
 
ACLOCAL = @ACLOCAL@
39
 
AMDEP_FALSE = @AMDEP_FALSE@
40
 
AMDEP_TRUE = @AMDEP_TRUE@
41
 
AMTAR = @AMTAR@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOHEADER = @AUTOHEADER@
44
 
AUTOMAKE = @AUTOMAKE@
45
 
AWK = @AWK@
46
60
CC = @CC@
47
 
CCDEPMODE = @CCDEPMODE@
48
 
CFLAGS = @CFLAGS@
49
61
CONFIG_BINDIR = @CONFIG_BINDIR@
50
62
CONFIG_I4LCONFDIR = @CONFIG_I4LCONFDIR@
51
63
CONFIG_MANDIR = @CONFIG_MANDIR@
52
64
CONFIG_SBINDIR = @CONFIG_SBINDIR@
53
 
CPP = @CPP@
54
 
CPPFLAGS = @CPPFLAGS@
55
 
CYGPATH_W = @CYGPATH_W@
56
 
DEFS = @DEFS@
57
 
DEPDIR = @DEPDIR@
58
 
ECHO_C = @ECHO_C@
59
 
ECHO_N = @ECHO_N@
60
 
ECHO_T = @ECHO_T@
61
 
EGREP = @EGREP@
62
 
EXEEXT = @EXEEXT@
63
 
GREP = @GREP@
64
65
HAVE_NCURSES_PACK = @HAVE_NCURSES_PACK@
65
66
HAVE_TCL_PACK = @HAVE_TCL_PACK@
66
 
INSTALL_DATA = @INSTALL_DATA@
67
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
68
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
69
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
70
67
ISDN_GLOBAL_CONFIG = @ISDN_GLOBAL_CONFIG@
71
 
LDFLAGS = @LDFLAGS@
72
 
LIBOBJS = @LIBOBJS@
73
 
LIBS = @LIBS@
74
68
LINK_NCURSES_INCL = @LINK_NCURSES_INCL@
75
69
LINK_NCURSES_LIBS = @LINK_NCURSES_LIBS@
76
70
LINK_TCL_INCL = @LINK_TCL_INCL@
77
71
LINK_TCL_LIBS = @LINK_TCL_LIBS@
78
72
LN_S = @LN_S@
79
 
LTLIBOBJS = @LTLIBOBJS@
80
73
MAKEINFO = @MAKEINFO@
81
 
OBJEXT = @OBJEXT@
82
74
PACKAGE = @PACKAGE@
83
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
84
 
PACKAGE_NAME = @PACKAGE_NAME@
85
 
PACKAGE_STRING = @PACKAGE_STRING@
86
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
87
 
PACKAGE_VERSION = @PACKAGE_VERSION@
88
 
PATH_SEPARATOR = @PATH_SEPARATOR@
89
 
SET_MAKE = @SET_MAKE@
90
 
SHELL = @SHELL@
91
 
STRIP = @STRIP@
92
75
VBOX_AR = @VBOX_AR@
93
76
VBOX_DOCDIR = @VBOX_DOCDIR@
94
77
VBOX_LCKDIR = @VBOX_LCKDIR@
103
86
VBOX_SPOOLDIR = @VBOX_SPOOLDIR@
104
87
VERDATE = @VERDATE@
105
88
VERSION = @VERSION@
106
 
ac_ct_CC = @ac_ct_CC@
107
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
108
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
109
 
am__include = @am__include@
110
 
am__leading_dot = @am__leading_dot@
111
 
am__quote = @am__quote@
112
 
bindir = @bindir@
113
 
build_alias = @build_alias@
114
 
datadir = @datadir@
115
 
datarootdir = @datarootdir@
116
 
docdir = @docdir@
117
 
dvidir = @dvidir@
118
 
exec_prefix = @exec_prefix@
119
 
host_alias = @host_alias@
120
 
htmldir = @htmldir@
121
 
includedir = @includedir@
122
 
infodir = @infodir@
123
 
install_sh = @install_sh@
124
 
libdir = @libdir@
125
 
libexecdir = @libexecdir@
126
 
localedir = @localedir@
127
 
localstatedir = @localstatedir@
128
 
mandir = @mandir@
129
 
oldincludedir = @oldincludedir@
130
 
pdfdir = @pdfdir@
131
 
prefix = @prefix@
132
 
program_transform_name = @program_transform_name@
133
 
psdir = @psdir@
134
 
sbindir = @sbindir@
135
 
sharedstatedir = @sharedstatedir@
136
 
sysconfdir = @sysconfdir@
137
 
target_alias = @target_alias@
 
89
 
138
90
AUTOMAKE_OPTIONS = foreign no-dependencies
139
91
SUBDIRS = de
140
92
man_MANS = autovbox.1 rmdtovbox.1 vbox_file.5 vbox.conf.5 vboxbeep.1 vboxconvert.1 vboxd.8 vboxd.conf.5 vboxgetty.8 vboxgetty.conf.5 vboxmode.1 vboxrc.5 vboxtcl.5 vboxtoau.1 vboxctrl.1 vboxmail.8 vboxplay.1 vboxputty.8 vbox.1
141
93
DISTCLEANFILES = ${man_MANS}
142
94
EXTRA_DIST = autovbox.man rmdtovbox.man vbox.conf.man vbox_file.man vboxbeep.man vboxconvert.man vboxd.conf.man vboxd.man vboxgetty.conf.man vboxgetty.man vboxmode.man vboxrc.man vboxtcl.man vboxtoau.man vboxctrl.man vboxmail.man vboxplay.man vboxputty.man vbox.man
143
 
subdir = doc
144
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
145
95
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
146
 
CONFIG_HEADER = $(top_builddir)/src/config.h
147
 
CONFIG_CLEAN_FILES =
148
 
depcomp =
149
 
am__depfiles_maybe =
150
 
DIST_SOURCES =
 
96
CONFIG_HEADER = ../src/config.h
 
97
CONFIG_CLEAN_FILES = 
 
98
man1dir = $(mandir)/man1
 
99
man5dir = $(mandir)/man5
 
100
man8dir = $(mandir)/man8
 
101
MANS = $(man_MANS)
151
102
 
152
103
NROFF = nroff
153
 
MANS = $(man_MANS)
154
 
 
155
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
156
 
        ps-recursive install-info-recursive uninstall-info-recursive \
157
 
        all-recursive install-data-recursive install-exec-recursive \
158
 
        installdirs-recursive install-recursive uninstall-recursive \
159
 
        check-recursive installcheck-recursive
160
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
161
 
DIST_SUBDIRS = $(SUBDIRS)
162
 
all: all-recursive
163
 
 
 
104
DIST_COMMON =  Makefile.am Makefile.in
 
105
 
 
106
 
 
107
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
108
 
 
109
TAR = tar
 
110
GZIP_ENV = --best
 
111
all: all-redirect
164
112
.SUFFIXES:
165
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
166
 
        cd $(top_srcdir) && \
167
 
          $(AUTOMAKE) --foreign  doc/Makefile
168
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
169
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
170
 
uninstall-info-am:
171
 
 
172
 
man1dir = $(mandir)/man1
173
 
install-man1: $(man1_MANS) $(man_MANS)
174
 
        @$(NORMAL_INSTALL)
 
113
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
114
        cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile
 
115
 
 
116
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
117
        cd $(top_builddir) \
 
118
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
119
 
 
120
 
 
121
install-man1:
175
122
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
176
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
177
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
178
 
        for i in $$l2; do \
 
123
        @list='$(man1_MANS)'; \
 
124
        l2='$(man_MANS)'; for i in $$l2; do \
179
125
          case "$$i" in \
180
126
            *.1*) list="$$list $$i" ;; \
181
127
          esac; \
184
130
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
185
131
          else file=$$i; fi; \
186
132
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
187
 
          case "$$ext" in \
188
 
            1*) ;; \
189
 
            *) ext='1' ;; \
190
 
          esac; \
191
133
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
192
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
193
134
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
194
135
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
195
136
          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
196
137
        done
 
138
 
197
139
uninstall-man1:
198
 
        @$(NORMAL_UNINSTALL)
199
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
200
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
201
 
        for i in $$l2; do \
 
140
        @list='$(man1_MANS)'; \
 
141
        l2='$(man_MANS)'; for i in $$l2; do \
202
142
          case "$$i" in \
203
143
            *.1*) list="$$list $$i" ;; \
204
144
          esac; \
205
145
        done; \
206
146
        for i in $$list; do \
207
147
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
208
 
          case "$$ext" in \
209
 
            1*) ;; \
210
 
            *) ext='1' ;; \
211
 
          esac; \
212
148
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
213
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
214
149
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
215
150
          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
216
151
          rm -f $(DESTDIR)$(man1dir)/$$inst; \
217
152
        done
218
153
 
219
 
man5dir = $(mandir)/man5
220
 
install-man5: $(man5_MANS) $(man_MANS)
221
 
        @$(NORMAL_INSTALL)
 
154
install-man5:
222
155
        $(mkinstalldirs) $(DESTDIR)$(man5dir)
223
 
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
224
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
225
 
        for i in $$l2; do \
 
156
        @list='$(man5_MANS)'; \
 
157
        l2='$(man_MANS)'; for i in $$l2; do \
226
158
          case "$$i" in \
227
159
            *.5*) list="$$list $$i" ;; \
228
160
          esac; \
231
163
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
232
164
          else file=$$i; fi; \
233
165
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
234
 
          case "$$ext" in \
235
 
            5*) ;; \
236
 
            *) ext='5' ;; \
237
 
          esac; \
238
166
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
239
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
240
167
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
241
168
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
242
169
          $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
243
170
        done
 
171
 
244
172
uninstall-man5:
245
 
        @$(NORMAL_UNINSTALL)
246
 
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
247
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
248
 
        for i in $$l2; do \
 
173
        @list='$(man5_MANS)'; \
 
174
        l2='$(man_MANS)'; for i in $$l2; do \
249
175
          case "$$i" in \
250
176
            *.5*) list="$$list $$i" ;; \
251
177
          esac; \
252
178
        done; \
253
179
        for i in $$list; do \
254
180
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
255
 
          case "$$ext" in \
256
 
            5*) ;; \
257
 
            *) ext='5' ;; \
258
 
          esac; \
259
181
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
260
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
261
182
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
262
183
          echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
263
184
          rm -f $(DESTDIR)$(man5dir)/$$inst; \
264
185
        done
265
186
 
266
 
man8dir = $(mandir)/man8
267
 
install-man8: $(man8_MANS) $(man_MANS)
268
 
        @$(NORMAL_INSTALL)
 
187
install-man8:
269
188
        $(mkinstalldirs) $(DESTDIR)$(man8dir)
270
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
271
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
272
 
        for i in $$l2; do \
 
189
        @list='$(man8_MANS)'; \
 
190
        l2='$(man_MANS)'; for i in $$l2; do \
273
191
          case "$$i" in \
274
192
            *.8*) list="$$list $$i" ;; \
275
193
          esac; \
278
196
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
279
197
          else file=$$i; fi; \
280
198
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
281
 
          case "$$ext" in \
282
 
            8*) ;; \
283
 
            *) ext='8' ;; \
284
 
          esac; \
285
199
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
286
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
287
200
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
288
201
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
289
202
          $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
290
203
        done
 
204
 
291
205
uninstall-man8:
292
 
        @$(NORMAL_UNINSTALL)
293
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
294
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
295
 
        for i in $$l2; do \
 
206
        @list='$(man8_MANS)'; \
 
207
        l2='$(man_MANS)'; for i in $$l2; do \
296
208
          case "$$i" in \
297
209
            *.8*) list="$$list $$i" ;; \
298
210
          esac; \
299
211
        done; \
300
212
        for i in $$list; do \
301
213
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
302
 
          case "$$ext" in \
303
 
            8*) ;; \
304
 
            *) ext='8' ;; \
305
 
          esac; \
306
214
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
307
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
308
215
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
309
216
          echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
310
217
          rm -f $(DESTDIR)$(man8dir)/$$inst; \
311
218
        done
 
219
install-man: $(MANS)
 
220
        @$(NORMAL_INSTALL)
 
221
        $(MAKE) $(AM_MAKEFLAGS) install-man1 install-man5 install-man8
 
222
uninstall-man:
 
223
        @$(NORMAL_UNINSTALL)
 
224
        $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man5 uninstall-man8
312
225
 
313
226
# This directory's subdirectories are mostly independent; you can cd
314
227
# into them and run `make' without going through this Makefile.
316
229
# (1) if the variable is set in `config.status', edit `config.status'
317
230
#     (which will cause the Makefiles to be regenerated when you run `make');
318
231
# (2) otherwise, pass the desired values on the `make' command line.
319
 
$(RECURSIVE_TARGETS):
320
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
232
 
 
233
@SET_MAKE@
 
234
 
 
235
all-recursive install-data-recursive install-exec-recursive \
 
236
installdirs-recursive install-recursive uninstall-recursive  \
 
237
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
238
        @set fnord $(MAKEFLAGS); amf=$$2; \
321
239
        dot_seen=no; \
322
240
        target=`echo $@ | sed s/-recursive//`; \
323
241
        list='$(SUBDIRS)'; for subdir in $$list; do \
337
255
 
338
256
mostlyclean-recursive clean-recursive distclean-recursive \
339
257
maintainer-clean-recursive:
340
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
258
        @set fnord $(MAKEFLAGS); amf=$$2; \
341
259
        dot_seen=no; \
342
 
        case "$@" in \
343
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
344
 
          *) list='$(SUBDIRS)' ;; \
345
 
        esac; \
346
 
        rev=''; for subdir in $$list; do \
347
 
          if test "$$subdir" = "."; then :; else \
348
 
            rev="$$subdir $$rev"; \
349
 
          fi; \
 
260
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
261
          rev="$$subdir $$rev"; \
 
262
          test "$$subdir" = "." && dot_seen=yes; \
350
263
        done; \
351
 
        rev="$$rev ."; \
 
264
        test "$$dot_seen" = "no" && rev=". $$rev"; \
352
265
        target=`echo $@ | sed s/-recursive//`; \
353
266
        for subdir in $$rev; do \
354
267
          echo "Making $$target in $$subdir"; \
364
277
        list='$(SUBDIRS)'; for subdir in $$list; do \
365
278
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
366
279
        done
367
 
ctags-recursive:
368
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
369
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
370
 
        done
371
 
 
372
 
ETAGS = etags
373
 
ETAGSFLAGS =
374
 
 
375
 
CTAGS = ctags
376
 
CTAGSFLAGS =
377
280
 
378
281
tags: TAGS
379
282
 
380
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
381
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
382
 
        unique=`for i in $$list; do \
383
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384
 
          done | \
385
 
          $(AWK) '    { files[$$0] = 1; } \
 
283
ID: $(HEADERS) $(SOURCES) $(LISP)
 
284
        list='$(SOURCES) $(HEADERS)'; \
 
285
        unique=`for i in $$list; do echo $$i; done | \
 
286
          awk '    { files[$$0] = 1; } \
386
287
               END { for (i in files) print i; }'`; \
387
 
        mkid -fID $$unique
 
288
        here=`pwd` && cd $(srcdir) \
 
289
          && mkid -f$$here/ID $$unique $(LISP)
388
290
 
389
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390
 
                $(TAGS_FILES) $(LISP)
 
291
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
391
292
        tags=; \
392
293
        here=`pwd`; \
393
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
394
 
          include_option=--etags-include; \
395
 
        else \
396
 
          include_option=--include; \
397
 
        fi; \
398
294
        list='$(SUBDIRS)'; for subdir in $$list; do \
399
 
          if test "$$subdir" = .; then :; else \
400
 
            test -f $$subdir/TAGS && \
401
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
402
 
          fi; \
 
295
   if test "$$subdir" = .; then :; else \
 
296
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
297
   fi; \
403
298
        done; \
404
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
405
 
        unique=`for i in $$list; do \
406
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
 
          done | \
408
 
          $(AWK) '    { files[$$0] = 1; } \
409
 
               END { for (i in files) print i; }'`; \
410
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
411
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412
 
             $$tags $$unique
413
 
 
414
 
ctags: CTAGS
415
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
416
 
                $(TAGS_FILES) $(LISP)
417
 
        tags=; \
418
 
        here=`pwd`; \
419
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
420
 
        unique=`for i in $$list; do \
421
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422
 
          done | \
423
 
          $(AWK) '    { files[$$0] = 1; } \
424
 
               END { for (i in files) print i; }'`; \
425
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
426
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
427
 
             $$tags $$unique
428
 
 
429
 
GTAGS:
430
 
        here=`$(am__cd) $(top_builddir) && pwd` \
431
 
          && cd $(top_srcdir) \
432
 
          && gtags -i $(GTAGS_ARGS) $$here
 
299
        list='$(SOURCES) $(HEADERS)'; \
 
300
        unique=`for i in $$list; do echo $$i; done | \
 
301
          awk '    { files[$$0] = 1; } \
 
302
               END { for (i in files) print i; }'`; \
 
303
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
304
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
305
 
 
306
mostlyclean-tags:
 
307
 
 
308
clean-tags:
433
309
 
434
310
distclean-tags:
435
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
436
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
437
 
 
438
 
top_distdir = ..
439
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
311
        -rm -f TAGS ID
 
312
 
 
313
maintainer-clean-tags:
 
314
 
 
315
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
316
 
 
317
subdir = doc
440
318
 
441
319
distdir: $(DISTFILES)
442
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
443
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
444
 
        list='$(DISTFILES)'; for file in $$list; do \
445
 
          case $$file in \
446
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
447
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
448
 
          esac; \
449
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
451
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
452
 
            dir="/$$dir"; \
453
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
454
 
          else \
455
 
            dir=''; \
456
 
          fi; \
 
320
        @for file in $(DISTFILES); do \
 
321
          d=$(srcdir); \
457
322
          if test -d $$d/$$file; then \
458
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
459
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
460
 
            fi; \
461
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
323
            cp -pr $$d/$$file $(distdir)/$$file; \
462
324
          else \
463
325
            test -f $(distdir)/$$file \
464
 
            || cp -p $$d/$$file $(distdir)/$$file \
465
 
            || exit 1; \
 
326
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
327
            || cp -p $$d/$$file $(distdir)/$$file || :; \
466
328
          fi; \
467
329
        done
468
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
330
        for subdir in $(SUBDIRS); do \
469
331
          if test "$$subdir" = .; then :; else \
470
332
            test -d $(distdir)/$$subdir \
471
333
            || mkdir $(distdir)/$$subdir \
472
334
            || exit 1; \
473
 
            (cd $$subdir && \
474
 
              $(MAKE) $(AM_MAKEFLAGS) \
475
 
                top_distdir="$(top_distdir)" \
476
 
                distdir=../$(distdir)/$$subdir \
477
 
                distdir) \
 
335
            chmod 777 $(distdir)/$$subdir; \
 
336
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
478
337
              || exit 1; \
479
338
          fi; \
480
339
        done
 
340
info-am:
 
341
info: info-recursive
 
342
dvi-am:
 
343
dvi: dvi-recursive
481
344
check-am: all-am
482
345
check: check-recursive
483
 
all-am: Makefile $(MANS)
484
 
installdirs: installdirs-recursive
485
 
installdirs-am:
486
 
        $(mkinstalldirs) $(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir) $(DESTDIR)$(man8dir)
487
 
 
488
 
install: install-recursive
 
346
installcheck-am:
 
347
installcheck: installcheck-recursive
 
348
install-exec-am:
489
349
install-exec: install-exec-recursive
 
350
 
 
351
install-data-am: install-man
490
352
install-data: install-data-recursive
491
 
uninstall: uninstall-recursive
492
353
 
493
354
install-am: all-am
494
355
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
495
 
 
496
 
installcheck: installcheck-recursive
 
356
install: install-recursive
 
357
uninstall-am: uninstall-man
 
358
uninstall: uninstall-recursive
 
359
all-am: Makefile $(MANS)
 
360
all-redirect: all-recursive
497
361
install-strip:
498
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500
 
          `test -z '$(STRIP)' || \
501
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
362
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
363
installdirs: installdirs-recursive
 
364
installdirs-am:
 
365
        $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 \
 
366
                $(DESTDIR)$(mandir)/man8
 
367
 
 
368
 
502
369
mostlyclean-generic:
503
370
 
504
371
clean-generic:
505
372
 
506
373
distclean-generic:
507
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
374
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
375
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
508
376
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
509
377
 
510
378
maintainer-clean-generic:
511
 
        @echo "This command is intended for maintainers to use"
512
 
        @echo "it deletes files that may require special tools to rebuild."
 
379
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
380
 
 
381
mostlyclean: mostlyclean-recursive
 
382
 
 
383
clean-am:  clean-tags clean-generic mostlyclean-am
 
384
 
513
385
clean: clean-recursive
514
386
 
515
 
clean-am: clean-generic mostlyclean-am
 
387
distclean-am:  distclean-tags distclean-generic clean-am
516
388
 
517
389
distclean: distclean-recursive
518
 
        -rm -f Makefile
519
 
distclean-am: clean-am distclean-generic distclean-tags
520
 
 
521
 
dvi: dvi-recursive
522
 
 
523
 
dvi-am:
524
 
 
525
 
info: info-recursive
526
 
 
527
 
info-am:
528
 
 
529
 
install-data-am: install-man
530
 
 
531
 
install-exec-am:
532
 
 
533
 
install-info: install-info-recursive
534
 
 
535
 
install-man: install-man1 install-man5 install-man8
536
 
 
537
 
installcheck-am:
 
390
 
 
391
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
392
                distclean-am
 
393
        @echo "This command is intended for maintainers to use;"
 
394
        @echo "it deletes files that may require special tools to rebuild."
538
395
 
539
396
maintainer-clean: maintainer-clean-recursive
540
 
        -rm -f Makefile
541
 
maintainer-clean-am: distclean-am maintainer-clean-generic
542
 
 
543
 
mostlyclean: mostlyclean-recursive
544
 
 
545
 
mostlyclean-am: mostlyclean-generic
546
 
 
547
 
pdf: pdf-recursive
548
 
 
549
 
pdf-am:
550
 
 
551
 
ps: ps-recursive
552
 
 
553
 
ps-am:
554
 
 
555
 
uninstall-am: uninstall-info-am uninstall-man
556
 
 
557
 
uninstall-info: uninstall-info-recursive
558
 
 
559
 
uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
560
 
 
561
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
562
 
        clean-generic clean-recursive ctags ctags-recursive distclean \
563
 
        distclean-generic distclean-recursive distclean-tags distdir \
564
 
        dvi dvi-am dvi-recursive info info-am info-recursive install \
565
 
        install-am install-data install-data-am install-data-recursive \
566
 
        install-exec install-exec-am install-exec-recursive \
567
 
        install-info install-info-am install-info-recursive install-man \
568
 
        install-man1 install-man5 install-man8 install-recursive \
569
 
        install-strip installcheck installcheck-am installdirs \
570
 
        installdirs-am installdirs-recursive maintainer-clean \
571
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
572
 
        mostlyclean-generic mostlyclean-recursive pdf pdf-am \
573
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
574
 
        uninstall uninstall-am uninstall-info-am \
575
 
        uninstall-info-recursive uninstall-man uninstall-man1 \
576
 
        uninstall-man5 uninstall-man8 uninstall-recursive
 
397
 
 
398
.PHONY: install-man1 uninstall-man1 install-man5 uninstall-man5 \
 
399
install-man8 uninstall-man8 install-man uninstall-man \
 
400
install-data-recursive uninstall-data-recursive install-exec-recursive \
 
401
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
402
all-recursive check-recursive installcheck-recursive info-recursive \
 
403
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
404
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
405
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
406
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
407
install-exec install-data-am install-data install-am install \
 
408
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
409
installdirs mostlyclean-generic distclean-generic clean-generic \
 
410
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
577
411
 
578
412
 
579
413
%.1 %.5 %.8: %.man
592
426
                -e "s#\@PIDFILEDIR\@#@VBOX_PIDDIR@#g" \
593
427
                -e "s#\@LCKFILEDIR\@#@VBOX_LCKDIR@#g" \
594
428
                < $< > $@
 
429
 
595
430
# Tell versions [3.59,3.63) of GNU make to not export all variables.
596
431
# Otherwise a system limit (for SysV at least) may be exceeded.
597
432
.NOEXPORT: