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

« back to all changes in this revision

Viewing changes to vbox/utils/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.3 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, 1996, 1997, 1998 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
DISTDIR =
 
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@
 
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@
138
 
AUTOMAKE_OPTIONS = foreign no-dependencies
139
 
bin_SCRIPTS = vboxmail vboxplay
140
 
EXTRA_DIST = vboxmail.in vboxplay.in
141
 
MAINTAINERCLEANFILES = Makefile.in 
142
 
DISTCLEANFILES = vboxmail vboxplay
143
 
subdir = utils
144
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
89
 
 
90
AUTOMAKE_OPTIONS=foreign no-dependencies
 
91
bin_SCRIPTS=vboxmail vboxplay
 
92
EXTRA_DIST= vboxmail.in vboxplay.in
 
93
MAINTAINERCLEANFILES=Makefile.in 
 
94
DISTCLEANFILES=vboxmail vboxplay
145
95
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
146
 
CONFIG_HEADER = $(top_builddir)/src/config.h
147
 
CONFIG_CLEAN_FILES =
148
 
SCRIPTS = $(bin_SCRIPTS)
149
 
 
150
 
depcomp =
151
 
am__depfiles_maybe =
152
 
DIST_SOURCES =
153
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
154
 
all: all-am
 
96
CONFIG_HEADER = ../src/config.h
 
97
CONFIG_CLEAN_FILES = 
 
98
SCRIPTS =  $(bin_SCRIPTS)
 
99
 
 
100
DIST_COMMON =  Makefile.am Makefile.in
 
101
 
 
102
 
 
103
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
104
 
 
105
TAR = tar
 
106
GZIP = --best
 
107
all: Makefile $(SCRIPTS)
155
108
 
156
109
.SUFFIXES:
157
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
158
 
        cd $(top_srcdir) && \
159
 
          $(AUTOMAKE) --foreign  utils/Makefile
160
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
161
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
162
 
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
110
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
111
        cd $(top_srcdir) && $(AUTOMAKE) --foreign utils/Makefile
 
112
 
 
113
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
114
        cd $(top_builddir) \
 
115
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
116
 
 
117
 
163
118
install-binSCRIPTS: $(bin_SCRIPTS)
164
119
        @$(NORMAL_INSTALL)
165
120
        $(mkinstalldirs) $(DESTDIR)$(bindir)
166
121
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
167
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
168
 
          if test -f $$d$$p; then \
169
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
170
 
            echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
171
 
            $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
172
 
          else :; fi; \
 
122
          if test -f $$p; then \
 
123
            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
124
            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
125
          else if test -f $(srcdir)/$$p; then \
 
126
            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
127
            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
128
          else :; fi; fi; \
173
129
        done
174
130
 
175
131
uninstall-binSCRIPTS:
176
132
        @$(NORMAL_UNINSTALL)
177
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
178
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
179
 
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
180
 
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
133
        list='$(bin_SCRIPTS)'; for p in $$list; do \
 
134
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
181
135
        done
182
 
uninstall-info-am:
183
136
tags: TAGS
184
137
TAGS:
185
138
 
186
 
ctags: CTAGS
187
 
CTAGS:
188
 
 
189
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190
 
 
191
 
top_distdir = ..
192
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
139
 
 
140
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
141
 
 
142
subdir = utils
193
143
 
194
144
distdir: $(DISTFILES)
195
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
196
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
197
 
        list='$(DISTFILES)'; for file in $$list; do \
198
 
          case $$file in \
199
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
200
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
201
 
          esac; \
202
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
203
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
204
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
205
 
            dir="/$$dir"; \
206
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
207
 
          else \
208
 
            dir=''; \
209
 
          fi; \
210
 
          if test -d $$d/$$file; then \
211
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
212
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
213
 
            fi; \
214
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
215
 
          else \
216
 
            test -f $(distdir)/$$file \
217
 
            || cp -p $$d/$$file $(distdir)/$$file \
218
 
            || exit 1; \
219
 
          fi; \
 
145
        @for file in $(DISTFILES); do \
 
146
          d=$(srcdir); \
 
147
          test -f $(distdir)/$$file \
 
148
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
149
          || cp -p $$d/$$file $(distdir)/$$file; \
220
150
        done
221
 
check-am: all-am
222
 
check: check-am
223
 
all-am: Makefile $(SCRIPTS)
224
 
 
 
151
info:
 
152
dvi:
 
153
check: all
 
154
        $(MAKE)
 
155
installcheck:
 
156
install-exec: install-binSCRIPTS
 
157
        @$(NORMAL_INSTALL)
 
158
 
 
159
install-data: 
 
160
        @$(NORMAL_INSTALL)
 
161
 
 
162
install: install-exec install-data all
 
163
        @:
 
164
 
 
165
uninstall: uninstall-binSCRIPTS
 
166
 
 
167
install-strip:
 
168
        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
225
169
installdirs:
226
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
227
 
install: install-am
228
 
install-exec: install-exec-am
229
 
install-data: install-data-am
230
 
uninstall: uninstall-am
231
 
 
232
 
install-am: all-am
233
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
234
 
 
235
 
installcheck: installcheck-am
236
 
install-strip:
237
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
238
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
239
 
          `test -z '$(STRIP)' || \
240
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
170
        $(mkinstalldirs)  $(DATADIR)$(bindir)
 
171
 
 
172
 
241
173
mostlyclean-generic:
 
174
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
242
175
 
243
176
clean-generic:
 
177
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
244
178
 
245
179
distclean-generic:
246
 
        -rm -f $(CONFIG_CLEAN_FILES)
247
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
180
        -rm -f Makefile $(DISTCLEANFILES)
 
181
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
182
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
248
183
 
249
184
maintainer-clean-generic:
250
 
        @echo "This command is intended for maintainers to use"
 
185
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
186
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
187
mostlyclean:  mostlyclean-generic
 
188
 
 
189
clean:  clean-generic mostlyclean
 
190
 
 
191
distclean:  distclean-generic clean
 
192
        -rm -f config.status
 
193
 
 
194
maintainer-clean:  maintainer-clean-generic distclean
 
195
        @echo "This command is intended for maintainers to use;"
251
196
        @echo "it deletes files that may require special tools to rebuild."
252
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
253
 
clean: clean-am
254
 
 
255
 
clean-am: clean-generic mostlyclean-am
256
 
 
257
 
distclean: distclean-am
258
 
        -rm -f Makefile
259
 
distclean-am: clean-am distclean-generic
260
 
 
261
 
dvi: dvi-am
262
 
 
263
 
dvi-am:
264
 
 
265
 
info: info-am
266
 
 
267
 
info-am:
268
 
 
269
 
install-data-am:
270
 
 
271
 
install-exec-am: install-binSCRIPTS
272
 
 
273
 
install-info: install-info-am
274
 
 
275
 
install-man:
276
 
 
277
 
installcheck-am:
278
 
 
279
 
maintainer-clean: maintainer-clean-am
280
 
        -rm -f Makefile
281
 
maintainer-clean-am: distclean-am maintainer-clean-generic
282
 
 
283
 
mostlyclean: mostlyclean-am
284
 
 
285
 
mostlyclean-am: mostlyclean-generic
286
 
 
287
 
pdf: pdf-am
288
 
 
289
 
pdf-am:
290
 
 
291
 
ps: ps-am
292
 
 
293
 
ps-am:
294
 
 
295
 
uninstall-am: uninstall-binSCRIPTS uninstall-info-am
296
 
 
297
 
.PHONY: all all-am check check-am clean clean-generic distclean \
298
 
        distclean-generic distdir dvi dvi-am info info-am install \
299
 
        install-am install-binSCRIPTS install-data install-data-am \
300
 
        install-exec install-exec-am install-info install-info-am \
301
 
        install-man install-strip installcheck installcheck-am \
302
 
        installdirs maintainer-clean maintainer-clean-generic \
303
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
304
 
        uninstall-am uninstall-binSCRIPTS uninstall-info-am
 
197
 
 
198
.PHONY: uninstall-binSCRIPTS install-binSCRIPTS tags distdir info dvi \
 
199
installcheck install-exec install-data install uninstall all \
 
200
installdirs mostlyclean-generic distclean-generic clean-generic \
 
201
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
305
202
 
306
203
 
307
204
%: %.in
320
217
                -e "s#\@LCKFILEDIR\@#@VBOX_LCKDIR@#g" \
321
218
                -e "s#\@MAILCMD\@#/usr/bin/mail#g" \
322
219
                < $< > $@
 
220
 
323
221
# Tell versions [3.59,3.63) of GNU make to not export all variables.
324
222
# Otherwise a system limit (for SysV at least) may be exceeded.
325
223
.NOEXPORT: