~ubuntu-branches/ubuntu/hardy/openvpn/hardy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2004-06-10 15:59:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040610155939-dcmtiuvcoqnwek62
Tags: upstream-1.6.0
ImportĀ upstreamĀ versionĀ 1.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
@SET_MAKE@
 
15
 
 
16
#
 
17
#  OpenVPN -- An application to securely tunnel IP networks
 
18
#             over a single UDP port, with support for SSL/TLS-based
 
19
#             session authentication and key exchange,
 
20
#             packet encryption, packet authentication, and
 
21
#             packet compression.
 
22
#
 
23
#  Copyright (C) 2002-2004 James Yonan <jim@yonan.net>
 
24
#
 
25
#  This program is free software; you can redistribute it and/or modify
 
26
#  it under the terms of the GNU General Public License as published by
 
27
#  the Free Software Foundation; either version 2 of the License, or
 
28
#  (at your option) any later version.
 
29
#
 
30
#  This program is distributed in the hope that it will be useful,
 
31
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
32
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
33
#  GNU General Public License for more details.
 
34
#
 
35
#  You should have received a copy of the GNU General Public License
 
36
#  along with this program (see the file COPYING included with this
 
37
#  distribution); if not, write to the Free Software Foundation, Inc.,
 
38
#  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
39
#
 
40
 
 
41
# This option prevents autoreconf from overriding our COPYING and
 
42
# INSTALL targets:
 
43
 
 
44
SHELL = @SHELL@
 
45
 
 
46
srcdir = @srcdir@
 
47
top_srcdir = @top_srcdir@
 
48
VPATH = @srcdir@
 
49
prefix = @prefix@
 
50
exec_prefix = @exec_prefix@
 
51
 
 
52
bindir = @bindir@
 
53
sbindir = @sbindir@
 
54
libexecdir = @libexecdir@
 
55
datadir = @datadir@
 
56
sysconfdir = @sysconfdir@
 
57
sharedstatedir = @sharedstatedir@
 
58
localstatedir = @localstatedir@
 
59
libdir = @libdir@
 
60
infodir = @infodir@
 
61
mandir = @mandir@
 
62
includedir = @includedir@
 
63
oldincludedir = /usr/include
 
64
pkgdatadir = $(datadir)/@PACKAGE@
 
65
pkglibdir = $(libdir)/@PACKAGE@
 
66
pkgincludedir = $(includedir)/@PACKAGE@
 
67
top_builddir = .
 
68
 
 
69
ACLOCAL = @ACLOCAL@
 
70
AUTOCONF = @AUTOCONF@
 
71
AUTOMAKE = @AUTOMAKE@
 
72
AUTOHEADER = @AUTOHEADER@
 
73
 
 
74
INSTALL = @INSTALL@
 
75
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
76
INSTALL_DATA = @INSTALL_DATA@
 
77
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
78
INSTALL_HEADER = $(INSTALL_DATA)
 
79
transform = @program_transform_name@
 
80
NORMAL_INSTALL = :
 
81
PRE_INSTALL = :
 
82
POST_INSTALL = :
 
83
NORMAL_UNINSTALL = :
 
84
PRE_UNINSTALL = :
 
85
POST_UNINSTALL = :
 
86
build_alias = @build_alias@
 
87
build_triplet = @build@
 
88
host_alias = @host_alias@
 
89
host_triplet = @host@
 
90
target_alias = @target_alias@
 
91
target_triplet = @target@
 
92
AMTAR = @AMTAR@
 
93
AWK = @AWK@
 
94
CC = @CC@
 
95
DEPDIR = @DEPDIR@
 
96
EXEEXT = @EXEEXT@
 
97
IFCONFIG = @IFCONFIG@
 
98
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
99
IPROUTE = @IPROUTE@
 
100
OBJEXT = @OBJEXT@
 
101
PACKAGE = @PACKAGE@
 
102
PTHREAD_CC = @PTHREAD_CC@
 
103
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
104
PTHREAD_LIBS = @PTHREAD_LIBS@
 
105
ROUTE = @ROUTE@
 
106
VERSION = @VERSION@
 
107
am__include = @am__include@
 
108
am__quote = @am__quote@
 
109
install_sh = @install_sh@
 
110
 
 
111
AUTOMAKE_OPTIONS = foreign
 
112
 
 
113
sbin_PROGRAMS = openvpn
 
114
nodist_openvpn_SOURCES = config.h
 
115
openvpn_SOURCES = basic.h buffer.c buffer.h circ_list.h common.h \
 
116
                  crypto.c crypto.h encrypt_sign.h \
 
117
                  errlevel.h error.c error.h \
 
118
                  fdmisc.c fdmisc.h fragment.c \
 
119
                  fragment.h gremlin.c gremlin.h \
 
120
                  integer.h interval.h \
 
121
                  io.c io.h lzo.c lzo.h memdbg.h misc.c misc.h \
 
122
                  mss.c mss.h mtu.c mtu.h openvpn.c \
 
123
                  openvpn.h options.c options.h \
 
124
                  packet_id.c packet_id.h proto.h \
 
125
                  proxy.c proxy.h socks.c socks.h \
 
126
                  reliable.c reliable.h \
 
127
                  route.c route.h session_id.c \
 
128
                  session_id.h shaper.c shaper.h socket.c socket.h \
 
129
                  ssl.c ssl.h syshead.h thread.c thread.h tun.c tun.h
 
130
 
 
131
LDADD = @LIBOBJS@
 
132
 
 
133
man_MANS = openvpn.8
 
134
EXTRA_DIST = $(man_MANS) \
 
135
             COPYRIGHT.GPL PORTS openvpn.spec \
 
136
             easy-rsa sample-config-files sample-keys \
 
137
             sample-scripts gentoo suse openvpn.spec.in \
 
138
             config-win32.h \
 
139
             win32.h \
 
140
             win32.c \
 
141
             makefile.w32 \
 
142
             INSTALL-win32.txt \
 
143
             tap-win32 \
 
144
             install-win32 \
 
145
             service-win32 \
 
146
             contrib
 
147
 
 
148
subdir = .
 
149
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
150
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
151
CONFIG_HEADER = config.h
 
152
CONFIG_CLEAN_FILES = openvpn.spec config-win32.h \
 
153
        install-win32/openvpn.nsi
 
154
sbin_PROGRAMS = openvpn$(EXEEXT)
 
155
PROGRAMS = $(sbin_PROGRAMS)
 
156
 
 
157
am_openvpn_OBJECTS = buffer.$(OBJEXT) crypto.$(OBJEXT) error.$(OBJEXT) \
 
158
        fdmisc.$(OBJEXT) fragment.$(OBJEXT) gremlin.$(OBJEXT) \
 
159
        io.$(OBJEXT) lzo.$(OBJEXT) misc.$(OBJEXT) mss.$(OBJEXT) \
 
160
        mtu.$(OBJEXT) openvpn.$(OBJEXT) options.$(OBJEXT) \
 
161
        packet_id.$(OBJEXT) proxy.$(OBJEXT) socks.$(OBJEXT) \
 
162
        reliable.$(OBJEXT) route.$(OBJEXT) session_id.$(OBJEXT) \
 
163
        shaper.$(OBJEXT) socket.$(OBJEXT) ssl.$(OBJEXT) \
 
164
        thread.$(OBJEXT) tun.$(OBJEXT)
 
165
nodist_openvpn_OBJECTS =
 
166
openvpn_OBJECTS = $(am_openvpn_OBJECTS) $(nodist_openvpn_OBJECTS)
 
167
openvpn_LDADD = $(LDADD)
 
168
openvpn_DEPENDENCIES = @LIBOBJS@
 
169
openvpn_LDFLAGS =
 
170
 
 
171
DEFS = @DEFS@
 
172
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
 
173
CPPFLAGS = @CPPFLAGS@
 
174
LDFLAGS = @LDFLAGS@
 
175
LIBS = @LIBS@
 
176
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
177
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/buffer.Po $(DEPDIR)/crypto.Po \
 
178
@AMDEP_TRUE@    $(DEPDIR)/error.Po $(DEPDIR)/fdmisc.Po \
 
179
@AMDEP_TRUE@    $(DEPDIR)/fragment.Po $(DEPDIR)/gremlin.Po \
 
180
@AMDEP_TRUE@    $(DEPDIR)/inet_aton.Po $(DEPDIR)/io.Po \
 
181
@AMDEP_TRUE@    $(DEPDIR)/lzo.Po $(DEPDIR)/memcmp.Po \
 
182
@AMDEP_TRUE@    $(DEPDIR)/misc.Po $(DEPDIR)/mss.Po $(DEPDIR)/mtu.Po \
 
183
@AMDEP_TRUE@    $(DEPDIR)/openvpn.Po $(DEPDIR)/options.Po \
 
184
@AMDEP_TRUE@    $(DEPDIR)/packet_id.Po $(DEPDIR)/proxy.Po \
 
185
@AMDEP_TRUE@    $(DEPDIR)/reliable.Po $(DEPDIR)/route.Po \
 
186
@AMDEP_TRUE@    $(DEPDIR)/session_id.Po $(DEPDIR)/shaper.Po \
 
187
@AMDEP_TRUE@    $(DEPDIR)/socket.Po $(DEPDIR)/socks.Po \
 
188
@AMDEP_TRUE@    $(DEPDIR)/ssl.Po $(DEPDIR)/thread.Po \
 
189
@AMDEP_TRUE@    $(DEPDIR)/tun.Po
 
190
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
191
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
192
CCLD = $(CC)
 
193
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
194
CFLAGS = @CFLAGS@
 
195
DIST_SOURCES = $(openvpn_SOURCES)
 
196
 
 
197
NROFF = nroff
 
198
MANS = $(man_MANS)
 
199
DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
 
200
        Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 \
 
201
        config-win32.h.in config.guess config.h.in config.sub configure \
 
202
        configure.ac depcomp inet_aton.c install-sh memcmp.c missing \
 
203
        mkinstalldirs openvpn.spec.in
 
204
SOURCES = $(openvpn_SOURCES) $(nodist_openvpn_SOURCES)
 
205
 
 
206
all: config.h
 
207
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
208
 
 
209
.SUFFIXES:
 
210
.SUFFIXES: .c .o .obj
 
211
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
212
        cd $(top_srcdir) && \
 
213
          $(AUTOMAKE) --foreign  Makefile
 
214
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
215
        cd $(top_builddir) && \
 
216
          CONFIG_HEADERS= CONFIG_LINKS= \
 
217
          CONFIG_FILES=$@ $(SHELL) ./config.status
 
218
 
 
219
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
220
        $(SHELL) ./config.status --recheck
 
221
$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
222
        cd $(srcdir) && $(AUTOCONF)
 
223
 
 
224
$(ACLOCAL_M4):  configure.ac acinclude.m4
 
225
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
226
config.h: stamp-h
 
227
        @if test ! -f $@; then \
 
228
                rm -f stamp-h; \
 
229
                $(MAKE) stamp-h; \
 
230
        else :; fi
 
231
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
232
        @rm -f stamp-h stamp-hT
 
233
        @echo timestamp > stamp-hT 2> /dev/null
 
234
        cd $(top_builddir) \
 
235
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
236
             $(SHELL) ./config.status
 
237
        @mv stamp-hT stamp-h
 
238
$(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
 
239
        @if test ! -f $@; then \
 
240
                rm -f $(srcdir)/./stamp-h.in; \
 
241
                $(MAKE) $(srcdir)/./stamp-h.in; \
 
242
        else :; fi
 
243
$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
244
        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
 
245
        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
 
246
        cd $(top_srcdir) && $(AUTOHEADER)
 
247
        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
 
248
 
 
249
distclean-hdr:
 
250
        -rm -f config.h
 
251
openvpn.spec: $(top_builddir)/config.status openvpn.spec.in
 
252
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
 
253
config-win32.h: $(top_builddir)/config.status config-win32.h.in
 
254
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
 
255
install-win32/openvpn.nsi: $(top_builddir)/config.status $(top_srcdir)/install-win32/openvpn.nsi.in
 
256
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
 
257
install-sbinPROGRAMS: $(sbin_PROGRAMS)
 
258
        @$(NORMAL_INSTALL)
 
259
        $(mkinstalldirs) $(DESTDIR)$(sbindir)
 
260
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
261
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
262
          if test -f $$p \
 
263
          ; then \
 
264
            f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
 
265
           echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$f"; \
 
266
           $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$f; \
 
267
          else :; fi; \
 
268
        done
 
269
 
 
270
uninstall-sbinPROGRAMS:
 
271
        @$(NORMAL_UNINSTALL)
 
272
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
273
          f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
274
          echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
 
275
          rm -f $(DESTDIR)$(sbindir)/$$f; \
 
276
        done
 
277
 
 
278
clean-sbinPROGRAMS:
 
279
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
 
280
openvpn$(EXEEXT): $(openvpn_OBJECTS) $(openvpn_DEPENDENCIES) 
 
281
        @rm -f openvpn$(EXEEXT)
 
282
        $(LINK) $(openvpn_LDFLAGS) $(openvpn_OBJECTS) $(openvpn_LDADD) $(LIBS)
 
283
 
 
284
mostlyclean-compile:
 
285
        -rm -f *.$(OBJEXT) core *.core
 
286
 
 
287
distclean-compile:
 
288
        -rm -f *.tab.c
 
289
 
 
290
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/buffer.Po@am__quote@
 
291
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/crypto.Po@am__quote@
 
292
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error.Po@am__quote@
 
293
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fdmisc.Po@am__quote@
 
294
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fragment.Po@am__quote@
 
295
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gremlin.Po@am__quote@
 
296
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_aton.Po@am__quote@
 
297
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/io.Po@am__quote@
 
298
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lzo.Po@am__quote@
 
299
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/misc.Po@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mss.Po@am__quote@
 
302
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtu.Po@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openvpn.Po@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/options.Po@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/packet_id.Po@am__quote@
 
306
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/proxy.Po@am__quote@
 
307
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/reliable.Po@am__quote@
 
308
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/route.Po@am__quote@
 
309
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/session_id.Po@am__quote@
 
310
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/shaper.Po@am__quote@
 
311
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/socket.Po@am__quote@
 
312
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/socks.Po@am__quote@
 
313
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ssl.Po@am__quote@
 
314
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/thread.Po@am__quote@
 
315
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tun.Po@am__quote@
 
316
 
 
317
distclean-depend:
 
318
        -rm -rf $(DEPDIR)
 
319
 
 
320
.c.o:
 
321
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
322
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
323
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
324
        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
 
325
 
 
326
.c.obj:
 
327
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
328
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
329
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
330
        $(COMPILE) -c `cygpath -w $<`
 
331
CCDEPMODE = @CCDEPMODE@
 
332
uninstall-info-am:
 
333
 
 
334
man8dir = $(mandir)/man8
 
335
install-man8: $(man8_MANS) $(man_MANS)
 
336
        @$(NORMAL_INSTALL)
 
337
        $(mkinstalldirs) $(DESTDIR)$(man8dir)
 
338
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
339
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
340
        for i in $$l2; do \
 
341
          case "$$i" in \
 
342
            *.8*) list="$$list $$i" ;; \
 
343
          esac; \
 
344
        done; \
 
345
        for i in $$list; do \
 
346
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
347
          else file=$$i; fi; \
 
348
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
349
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
350
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
351
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
352
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
 
353
          $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
 
354
        done
 
355
uninstall-man8:
 
356
        @$(NORMAL_UNINSTALL)
 
357
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
358
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
359
        for i in $$l2; do \
 
360
          case "$$i" in \
 
361
            *.8*) list="$$list $$i" ;; \
 
362
          esac; \
 
363
        done; \
 
364
        for i in $$list; do \
 
365
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
366
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
367
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
368
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
369
          echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
 
370
          rm -f $(DESTDIR)$(man8dir)/$$inst; \
 
371
        done
 
372
 
 
373
tags: TAGS
 
374
 
 
375
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
376
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
377
        unique=`for i in $$list; do \
 
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
379
          done | \
 
380
          $(AWK) '    { files[$$0] = 1; } \
 
381
               END { for (i in files) print i; }'`; \
 
382
        mkid -fID $$unique $(LISP)
 
383
 
 
384
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
385
                $(TAGS_FILES) $(LISP)
 
386
        tags=; \
 
387
        here=`pwd`; \
 
388
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
389
        unique=`for i in $$list; do \
 
390
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
391
          done | \
 
392
          $(AWK) '    { files[$$0] = 1; } \
 
393
               END { for (i in files) print i; }'`; \
 
394
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
 
395
          || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
 
396
 
 
397
GTAGS:
 
398
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
399
          && cd $(top_srcdir) \
 
400
          && gtags -i $(GTAGS_ARGS) $$here
 
401
 
 
402
distclean-tags:
 
403
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
404
 
 
405
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
406
 
 
407
top_distdir = .
 
408
# Avoid unsightly `./'.
 
409
distdir = $(PACKAGE)-$(VERSION)
 
410
 
 
411
GZIP_ENV = --best
 
412
 
 
413
distdir: $(DISTFILES)
 
414
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
415
        mkdir $(distdir)
 
416
        $(mkinstalldirs) $(distdir)/. $(distdir)/install-win32
 
417
        @for file in $(DISTFILES); do \
 
418
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
419
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
420
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
421
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
422
          fi; \
 
423
          if test -d $$d/$$file; then \
 
424
            cp -pR $$d/$$file $(distdir) \
 
425
            || exit 1; \
 
426
          else \
 
427
            test -f $(distdir)/$$file \
 
428
            || cp -p $$d/$$file $(distdir)/$$file \
 
429
            || exit 1; \
 
430
          fi; \
 
431
        done
 
432
        $(MAKE) $(AM_MAKEFLAGS) \
 
433
          top_distdir="${top_distdir}" distdir="$(distdir)" \
 
434
          dist-hook
 
435
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
436
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
437
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
438
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
439
        || chmod -R a+r $(distdir)
 
440
dist: distdir
 
441
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
442
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
443
 
 
444
# This target untars the dist file and tries a VPATH configuration.  Then
 
445
# it guarantees that the distribution is self-contained by making another
 
446
# tarfile.
 
447
distcheck: dist
 
448
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
449
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
450
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
451
        mkdir $(distdir)/=build
 
452
        mkdir $(distdir)/=inst
 
453
        chmod a-w $(distdir)
 
454
        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
 
455
          && cd $(distdir)/=build \
 
456
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
457
          && $(MAKE) $(AM_MAKEFLAGS) \
 
458
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
459
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
460
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
461
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
462
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
463
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
 
464
             || (echo "Error: files left after uninstall" 1>&2; \
 
465
                 exit 1) ) \
 
466
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
467
          && $(MAKE) $(AM_MAKEFLAGS) distclean \
 
468
          && rm -f $(distdir).tar.gz \
 
469
          && (test `find . -type f -print | wc -l` -eq 0 \
 
470
             || (echo "Error: files left after distclean" 1>&2; \
 
471
                 exit 1) )
 
472
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
473
        @echo "$(distdir).tar.gz is ready for distribution" | \
 
474
          sed 'h;s/./=/g;p;x;p;x'
 
475
check-am: all-am
 
476
check: check-am
 
477
all-am: Makefile $(PROGRAMS) $(MANS) config.h
 
478
 
 
479
installdirs:
 
480
        $(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(man8dir)
 
481
 
 
482
install: install-am
 
483
install-exec: install-exec-am
 
484
install-data: install-data-am
 
485
uninstall: uninstall-am
 
486
 
 
487
install-am: all-am
 
488
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
489
 
 
490
installcheck: installcheck-am
 
491
install-strip:
 
492
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
493
          `test -z '$(STRIP)' || \
 
494
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
495
mostlyclean-generic:
 
496
 
 
497
clean-generic:
 
498
 
 
499
distclean-generic:
 
500
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
501
 
 
502
maintainer-clean-generic:
 
503
        @echo "This command is intended for maintainers to use"
 
504
        @echo "it deletes files that may require special tools to rebuild."
 
505
clean: clean-am
 
506
 
 
507
clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
 
508
 
 
509
dist-all: distdir
 
510
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
511
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
512
distclean: distclean-am
 
513
        -rm -f config.status config.cache config.log
 
514
distclean-am: clean-am distclean-compile distclean-depend \
 
515
        distclean-generic distclean-hdr distclean-tags
 
516
 
 
517
dvi: dvi-am
 
518
 
 
519
dvi-am:
 
520
 
 
521
info: info-am
 
522
 
 
523
info-am:
 
524
 
 
525
install-data-am: install-man
 
526
 
 
527
install-exec-am: install-sbinPROGRAMS
 
528
 
 
529
install-info: install-info-am
 
530
 
 
531
install-man: install-man8
 
532
 
 
533
installcheck-am:
 
534
 
 
535
maintainer-clean: maintainer-clean-am
 
536
 
 
537
maintainer-clean-am: distclean-am maintainer-clean-generic
 
538
 
 
539
mostlyclean: mostlyclean-am
 
540
 
 
541
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
542
 
 
543
uninstall-am: uninstall-info-am uninstall-man uninstall-sbinPROGRAMS
 
544
 
 
545
uninstall-man: uninstall-man8
 
546
 
 
547
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
548
        clean-sbinPROGRAMS dist dist-all distcheck distclean \
 
549
        distclean-compile distclean-depend distclean-generic \
 
550
        distclean-hdr distclean-tags distdir dvi dvi-am info info-am \
 
551
        install install-am install-data install-data-am install-exec \
 
552
        install-exec-am install-info install-info-am install-man \
 
553
        install-man8 install-sbinPROGRAMS install-strip installcheck \
 
554
        installcheck-am installdirs maintainer-clean \
 
555
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
556
        mostlyclean-generic tags uninstall uninstall-am \
 
557
        uninstall-info-am uninstall-man uninstall-man8 \
 
558
        uninstall-sbinPROGRAMS
 
559
 
 
560
 
 
561
dist-hook:
 
562
        cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name CVS -type d -prune -exec rm -r '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$'` ; done
 
563
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
564
# Otherwise a system limit (for SysV at least) may be exceeded.
 
565
.NOEXPORT: