~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to src/charon/plugins/nm/gnome/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2009-04-01 22:17:52 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401221752-eozrk0ctabblo94z
* New upstream release, which incorporates the fix. Removed dpatch for it.
  Closes: #521950: CVE-2009-0790: DoS
* New support for EAP RADIUS authentication, enabled for this package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
 
install_sh_DATA = $(install_sh) -c -m 644
23
 
install_sh_PROGRAM = $(install_sh) -c
24
 
install_sh_SCRIPT = $(install_sh) -c
25
 
INSTALL_HEADER = $(INSTALL_DATA)
26
 
transform = $(program_transform_name)
27
 
NORMAL_INSTALL = :
28
 
PRE_INSTALL = :
29
 
POST_INSTALL = :
30
 
NORMAL_UNINSTALL = :
31
 
PRE_UNINSTALL = :
32
 
POST_UNINSTALL = :
33
 
build_triplet = @build@
34
 
host_triplet = @host@
35
 
subdir = .
36
 
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
37
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
38
 
        $(top_srcdir)/configure compile config.guess config.sub \
39
 
        depcomp install-sh ltmain.sh missing mkinstalldirs
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
 
        $(ACLOCAL_M4)
44
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45
 
 configure.lineno config.status.lineno
46
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
 
CONFIG_HEADER = config.h
48
 
CONFIG_CLEAN_FILES =
49
 
SOURCES =
50
 
DIST_SOURCES =
51
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
 
        html-recursive info-recursive install-data-recursive \
53
 
        install-dvi-recursive install-exec-recursive \
54
 
        install-html-recursive install-info-recursive \
55
 
        install-pdf-recursive install-ps-recursive install-recursive \
56
 
        installcheck-recursive installdirs-recursive pdf-recursive \
57
 
        ps-recursive uninstall-recursive
58
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59
 
am__vpath_adj = case $$p in \
60
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61
 
    *) f=$$p;; \
62
 
  esac;
63
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
64
 
am__installdirs = "$(DESTDIR)$(dbusservicedir)" \
65
 
        "$(DESTDIR)$(nmvpnservicedir)"
66
 
dbusserviceDATA_INSTALL = $(INSTALL_DATA)
67
 
nmvpnserviceDATA_INSTALL = $(INSTALL_DATA)
68
 
DATA = $(dbusservice_DATA) $(nmvpnservice_DATA)
69
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
70
 
  distclean-recursive maintainer-clean-recursive
71
 
ETAGS = etags
72
 
CTAGS = ctags
73
 
DIST_SUBDIRS = $(SUBDIRS)
74
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
 
distdir = $(PACKAGE)-$(VERSION)
76
 
top_distdir = $(distdir)
77
 
am__remove_distdir = \
78
 
  { test ! -d $(distdir) \
79
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
         && rm -fr $(distdir); }; }
81
 
DIST_ARCHIVES = $(distdir).tar.gz
82
 
GZIP_ENV = --best
83
 
distuninstallcheck_listfiles = find . -type f -print
84
 
distcleancheck_listfiles = find . -type f -print
85
 
ACLOCAL = @ACLOCAL@
86
 
ALL_LINGUAS = @ALL_LINGUAS@
87
 
AMTAR = @AMTAR@
88
 
AR = @AR@
89
 
AUTOCONF = @AUTOCONF@
90
 
AUTOHEADER = @AUTOHEADER@
91
 
AUTOMAKE = @AUTOMAKE@
92
 
AWK = @AWK@
93
 
CATALOGS = @CATALOGS@
94
 
CATOBJEXT = @CATOBJEXT@
95
 
CC = @CC@
96
 
CCDEPMODE = @CCDEPMODE@
97
 
CFLAGS = @CFLAGS@
98
 
CPP = @CPP@
99
 
CPPFLAGS = @CPPFLAGS@
100
 
CXX = @CXX@
101
 
CXXCPP = @CXXCPP@
102
 
CXXDEPMODE = @CXXDEPMODE@
103
 
CXXFLAGS = @CXXFLAGS@
104
 
CYGPATH_W = @CYGPATH_W@
105
 
DATADIRNAME = @DATADIRNAME@
106
 
DBUS_CFLAGS = @DBUS_CFLAGS@
107
 
DBUS_LIBS = @DBUS_LIBS@
108
 
DEFS = @DEFS@
109
 
DEPDIR = @DEPDIR@
110
 
DSYMUTIL = @DSYMUTIL@
111
 
ECHO = @ECHO@
112
 
ECHO_C = @ECHO_C@
113
 
ECHO_N = @ECHO_N@
114
 
ECHO_T = @ECHO_T@
115
 
EGREP = @EGREP@
116
 
EXEEXT = @EXEEXT@
117
 
F77 = @F77@
118
 
FFLAGS = @FFLAGS@
119
 
GCONF_CFLAGS = @GCONF_CFLAGS@
120
 
GCONF_LIBS = @GCONF_LIBS@
121
 
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
122
 
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
123
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
124
 
GLADE_CFLAGS = @GLADE_CFLAGS@
125
 
GLADE_LIBS = @GLADE_LIBS@
126
 
GMOFILES = @GMOFILES@
127
 
GMSGFMT = @GMSGFMT@
128
 
GNOMEKEYRING_CFLAGS = @GNOMEKEYRING_CFLAGS@
129
 
GNOMEKEYRING_LIBS = @GNOMEKEYRING_LIBS@
130
 
GREP = @GREP@
131
 
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
132
 
GTHREAD_LIBS = @GTHREAD_LIBS@
133
 
GTK_CFLAGS = @GTK_CFLAGS@
134
 
GTK_LIBS = @GTK_LIBS@
135
 
INSTALL = @INSTALL@
136
 
INSTALL_DATA = @INSTALL_DATA@
137
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
138
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
139
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140
 
INSTOBJEXT = @INSTOBJEXT@
141
 
INTLLIBS = @INTLLIBS@
142
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
143
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
144
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
145
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
146
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
147
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
148
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
149
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
150
 
INTLTOOL_PERL = @INTLTOOL_PERL@
151
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
152
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
153
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
154
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
155
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
156
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
157
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
158
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
159
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
160
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
161
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
162
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
163
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
164
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
165
 
LDFLAGS = @LDFLAGS@
166
 
LIBGNOMEUI_CFLAGS = @LIBGNOMEUI_CFLAGS@
167
 
LIBGNOMEUI_LIBS = @LIBGNOMEUI_LIBS@
168
 
LIBOBJS = @LIBOBJS@
169
 
LIBS = @LIBS@
170
 
LIBTOOL = @LIBTOOL@
171
 
LN_S = @LN_S@
172
 
LTLIBOBJS = @LTLIBOBJS@
173
 
MAINT = @MAINT@
174
 
MAKEINFO = @MAKEINFO@
175
 
MKDIR_P = @MKDIR_P@
176
 
MKINSTALLDIRS = @MKINSTALLDIRS@
177
 
MSGFMT = @MSGFMT@
178
 
MSGFMT_OPTS = @MSGFMT_OPTS@
179
 
MSGMERGE = @MSGMERGE@
180
 
NMEDIT = @NMEDIT@
181
 
NM_UTILS_CFLAGS = @NM_UTILS_CFLAGS@
182
 
NM_UTILS_LIBS = @NM_UTILS_LIBS@
183
 
OBJEXT = @OBJEXT@
184
 
PACKAGE = @PACKAGE@
185
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186
 
PACKAGE_NAME = @PACKAGE_NAME@
187
 
PACKAGE_STRING = @PACKAGE_STRING@
188
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
189
 
PACKAGE_VERSION = @PACKAGE_VERSION@
190
 
PATH_SEPARATOR = @PATH_SEPARATOR@
191
 
PKG_CONFIG = @PKG_CONFIG@
192
 
POFILES = @POFILES@
193
 
POSUB = @POSUB@
194
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
195
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
196
 
RANLIB = @RANLIB@
197
 
SED = @SED@
198
 
SET_MAKE = @SET_MAKE@
199
 
SHELL = @SHELL@
200
 
STRIP = @STRIP@
201
 
USE_NLS = @USE_NLS@
202
 
VERSION = @VERSION@
203
 
XGETTEXT = @XGETTEXT@
204
 
abs_builddir = @abs_builddir@
205
 
abs_srcdir = @abs_srcdir@
206
 
abs_top_builddir = @abs_top_builddir@
207
 
abs_top_srcdir = @abs_top_srcdir@
208
 
ac_ct_CC = @ac_ct_CC@
209
 
ac_ct_CXX = @ac_ct_CXX@
210
 
ac_ct_F77 = @ac_ct_F77@
211
 
am__include = @am__include@
212
 
am__leading_dot = @am__leading_dot@
213
 
am__quote = @am__quote@
214
 
am__tar = @am__tar@
215
 
am__untar = @am__untar@
216
 
bindir = @bindir@
217
 
build = @build@
218
 
build_alias = @build_alias@
219
 
build_cpu = @build_cpu@
220
 
build_os = @build_os@
221
 
build_vendor = @build_vendor@
222
 
builddir = @builddir@
223
 
charon = @charon@
224
 
datadir = @datadir@
225
 
datarootdir = @datarootdir@
226
 
docdir = @docdir@
227
 
dvidir = @dvidir@
228
 
exec_prefix = @exec_prefix@
229
 
host = @host@
230
 
host_alias = @host_alias@
231
 
host_cpu = @host_cpu@
232
 
host_os = @host_os@
233
 
host_vendor = @host_vendor@
234
 
htmldir = @htmldir@
235
 
includedir = @includedir@
236
 
infodir = @infodir@
237
 
install_sh = @install_sh@
238
 
libdir = @libdir@
239
 
libexecdir = @libexecdir@
240
 
localedir = @localedir@
241
 
localstatedir = @localstatedir@
242
 
mandir = @mandir@
243
 
mkdir_p = @mkdir_p@
244
 
oldincludedir = @oldincludedir@
245
 
pdfdir = @pdfdir@
246
 
prefix = @prefix@
247
 
program_transform_name = @program_transform_name@
248
 
psdir = @psdir@
249
 
sbindir = @sbindir@
250
 
sharedstatedir = @sharedstatedir@
251
 
srcdir = @srcdir@
252
 
sysconfdir = @sysconfdir@
253
 
target_alias = @target_alias@
254
 
top_builddir = @top_builddir@
255
 
top_srcdir = @top_srcdir@
256
 
AUTOMAKE_OPTIONS = foreign
257
 
SUBDIRS = properties auth-dialog po
258
 
dbusservicedir = $(sysconfdir)/dbus-1/system.d
259
 
dbusservice_DATA = nm-strongswan-service.conf
260
 
nmvpnservicedir = $(sysconfdir)/NetworkManager/VPN
261
 
nmvpnservice_DATA = nm-strongswan-service.name
262
 
EXTRA_DIST = nm-strongswan-service.name.in \
263
 
             $(dbusservice_DATA)  \
264
 
             intltool-extract.in  \
265
 
             intltool-merge.in    \
266
 
             intltool-update.in
267
 
 
268
 
CLEANFILES = $(nmvpnservice_DATA) *~
269
 
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
270
 
all: config.h
271
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
272
 
 
273
 
.SUFFIXES:
274
 
am--refresh:
275
 
        @:
276
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
277
 
        @for dep in $?; do \
278
 
          case '$(am__configure_deps)' in \
279
 
            *$$dep*) \
280
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
281
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
282
 
                && exit 0; \
283
 
              exit 1;; \
284
 
          esac; \
285
 
        done; \
286
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
287
 
        cd $(top_srcdir) && \
288
 
          $(AUTOMAKE) --foreign  Makefile
289
 
.PRECIOUS: Makefile
290
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
291
 
        @case '$?' in \
292
 
          *config.status*) \
293
 
            echo ' $(SHELL) ./config.status'; \
294
 
            $(SHELL) ./config.status;; \
295
 
          *) \
296
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
297
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
298
 
        esac;
299
 
 
300
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301
 
        $(SHELL) ./config.status --recheck
302
 
 
303
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
304
 
        cd $(srcdir) && $(AUTOCONF)
305
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
306
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
307
 
 
308
 
config.h: stamp-h1
309
 
        @if test ! -f $@; then \
310
 
          rm -f stamp-h1; \
311
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
312
 
        else :; fi
313
 
 
314
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
315
 
        @rm -f stamp-h1
316
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
317
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
318
 
        cd $(top_srcdir) && $(AUTOHEADER)
319
 
        rm -f stamp-h1
320
 
        touch $@
321
 
 
322
 
distclean-hdr:
323
 
        -rm -f config.h stamp-h1
324
 
 
325
 
mostlyclean-libtool:
326
 
        -rm -f *.lo
327
 
 
328
 
clean-libtool:
329
 
        -rm -rf .libs _libs
330
 
 
331
 
distclean-libtool:
332
 
        -rm -f libtool
333
 
install-dbusserviceDATA: $(dbusservice_DATA)
334
 
        @$(NORMAL_INSTALL)
335
 
        test -z "$(dbusservicedir)" || $(MKDIR_P) "$(DESTDIR)$(dbusservicedir)"
336
 
        @list='$(dbusservice_DATA)'; for p in $$list; do \
337
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
338
 
          f=$(am__strip_dir) \
339
 
          echo " $(dbusserviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbusservicedir)/$$f'"; \
340
 
          $(dbusserviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbusservicedir)/$$f"; \
341
 
        done
342
 
 
343
 
uninstall-dbusserviceDATA:
344
 
        @$(NORMAL_UNINSTALL)
345
 
        @list='$(dbusservice_DATA)'; for p in $$list; do \
346
 
          f=$(am__strip_dir) \
347
 
          echo " rm -f '$(DESTDIR)$(dbusservicedir)/$$f'"; \
348
 
          rm -f "$(DESTDIR)$(dbusservicedir)/$$f"; \
349
 
        done
350
 
install-nmvpnserviceDATA: $(nmvpnservice_DATA)
351
 
        @$(NORMAL_INSTALL)
352
 
        test -z "$(nmvpnservicedir)" || $(MKDIR_P) "$(DESTDIR)$(nmvpnservicedir)"
353
 
        @list='$(nmvpnservice_DATA)'; for p in $$list; do \
354
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
355
 
          f=$(am__strip_dir) \
356
 
          echo " $(nmvpnserviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(nmvpnservicedir)/$$f'"; \
357
 
          $(nmvpnserviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(nmvpnservicedir)/$$f"; \
358
 
        done
359
 
 
360
 
uninstall-nmvpnserviceDATA:
361
 
        @$(NORMAL_UNINSTALL)
362
 
        @list='$(nmvpnservice_DATA)'; for p in $$list; do \
363
 
          f=$(am__strip_dir) \
364
 
          echo " rm -f '$(DESTDIR)$(nmvpnservicedir)/$$f'"; \
365
 
          rm -f "$(DESTDIR)$(nmvpnservicedir)/$$f"; \
366
 
        done
367
 
 
368
 
# This directory's subdirectories are mostly independent; you can cd
369
 
# into them and run `make' without going through this Makefile.
370
 
# To change the values of `make' variables: instead of editing Makefiles,
371
 
# (1) if the variable is set in `config.status', edit `config.status'
372
 
#     (which will cause the Makefiles to be regenerated when you run `make');
373
 
# (2) otherwise, pass the desired values on the `make' command line.
374
 
$(RECURSIVE_TARGETS):
375
 
        @failcom='exit 1'; \
376
 
        for f in x $$MAKEFLAGS; do \
377
 
          case $$f in \
378
 
            *=* | --[!k]*);; \
379
 
            *k*) failcom='fail=yes';; \
380
 
          esac; \
381
 
        done; \
382
 
        dot_seen=no; \
383
 
        target=`echo $@ | sed s/-recursive//`; \
384
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
385
 
          echo "Making $$target in $$subdir"; \
386
 
          if test "$$subdir" = "."; then \
387
 
            dot_seen=yes; \
388
 
            local_target="$$target-am"; \
389
 
          else \
390
 
            local_target="$$target"; \
391
 
          fi; \
392
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
393
 
          || eval $$failcom; \
394
 
        done; \
395
 
        if test "$$dot_seen" = "no"; then \
396
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
397
 
        fi; test -z "$$fail"
398
 
 
399
 
$(RECURSIVE_CLEAN_TARGETS):
400
 
        @failcom='exit 1'; \
401
 
        for f in x $$MAKEFLAGS; do \
402
 
          case $$f in \
403
 
            *=* | --[!k]*);; \
404
 
            *k*) failcom='fail=yes';; \
405
 
          esac; \
406
 
        done; \
407
 
        dot_seen=no; \
408
 
        case "$@" in \
409
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
410
 
          *) list='$(SUBDIRS)' ;; \
411
 
        esac; \
412
 
        rev=''; for subdir in $$list; do \
413
 
          if test "$$subdir" = "."; then :; else \
414
 
            rev="$$subdir $$rev"; \
415
 
          fi; \
416
 
        done; \
417
 
        rev="$$rev ."; \
418
 
        target=`echo $@ | sed s/-recursive//`; \
419
 
        for subdir in $$rev; do \
420
 
          echo "Making $$target in $$subdir"; \
421
 
          if test "$$subdir" = "."; then \
422
 
            local_target="$$target-am"; \
423
 
          else \
424
 
            local_target="$$target"; \
425
 
          fi; \
426
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
427
 
          || eval $$failcom; \
428
 
        done && test -z "$$fail"
429
 
tags-recursive:
430
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
431
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
432
 
        done
433
 
ctags-recursive:
434
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
435
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
436
 
        done
437
 
 
438
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
439
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
440
 
        unique=`for i in $$list; do \
441
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
442
 
          done | \
443
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
444
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
445
 
        mkid -fID $$unique
446
 
tags: TAGS
447
 
 
448
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
449
 
                $(TAGS_FILES) $(LISP)
450
 
        tags=; \
451
 
        here=`pwd`; \
452
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
453
 
          include_option=--etags-include; \
454
 
          empty_fix=.; \
455
 
        else \
456
 
          include_option=--include; \
457
 
          empty_fix=; \
458
 
        fi; \
459
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
460
 
          if test "$$subdir" = .; then :; else \
461
 
            test ! -f $$subdir/TAGS || \
462
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
463
 
          fi; \
464
 
        done; \
465
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
466
 
        unique=`for i in $$list; do \
467
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468
 
          done | \
469
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
471
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
472
 
          test -n "$$unique" || unique=$$empty_fix; \
473
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474
 
            $$tags $$unique; \
475
 
        fi
476
 
ctags: CTAGS
477
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
478
 
                $(TAGS_FILES) $(LISP)
479
 
        tags=; \
480
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
481
 
        unique=`for i in $$list; do \
482
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
 
          done | \
484
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
486
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
487
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488
 
             $$tags $$unique
489
 
 
490
 
GTAGS:
491
 
        here=`$(am__cd) $(top_builddir) && pwd` \
492
 
          && cd $(top_srcdir) \
493
 
          && gtags -i $(GTAGS_ARGS) $$here
494
 
 
495
 
distclean-tags:
496
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497
 
 
498
 
distdir: $(DISTFILES)
499
 
        $(am__remove_distdir)
500
 
        test -d $(distdir) || mkdir $(distdir)
501
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503
 
        list='$(DISTFILES)'; \
504
 
          dist_files=`for file in $$list; do echo $$file; done | \
505
 
          sed -e "s|^$$srcdirstrip/||;t" \
506
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
507
 
        case $$dist_files in \
508
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
509
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
510
 
                           sort -u` ;; \
511
 
        esac; \
512
 
        for file in $$dist_files; do \
513
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514
 
          if test -d $$d/$$file; then \
515
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
516
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
517
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
518
 
            fi; \
519
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
520
 
          else \
521
 
            test -f $(distdir)/$$file \
522
 
            || cp -p $$d/$$file $(distdir)/$$file \
523
 
            || exit 1; \
524
 
          fi; \
525
 
        done
526
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
527
 
          if test "$$subdir" = .; then :; else \
528
 
            test -d "$(distdir)/$$subdir" \
529
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
530
 
            || exit 1; \
531
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
532
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
533
 
            (cd $$subdir && \
534
 
              $(MAKE) $(AM_MAKEFLAGS) \
535
 
                top_distdir="$$top_distdir" \
536
 
                distdir="$$distdir/$$subdir" \
537
 
                am__remove_distdir=: \
538
 
                am__skip_length_check=: \
539
 
                distdir) \
540
 
              || exit 1; \
541
 
          fi; \
542
 
        done
543
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
544
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
545
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
546
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
547
 
        || chmod -R a+r $(distdir)
548
 
dist-gzip: distdir
549
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
550
 
        $(am__remove_distdir)
551
 
 
552
 
dist-bzip2: distdir
553
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
554
 
        $(am__remove_distdir)
555
 
 
556
 
dist-lzma: distdir
557
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
558
 
        $(am__remove_distdir)
559
 
 
560
 
dist-tarZ: distdir
561
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
562
 
        $(am__remove_distdir)
563
 
 
564
 
dist-shar: distdir
565
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
566
 
        $(am__remove_distdir)
567
 
 
568
 
dist-zip: distdir
569
 
        -rm -f $(distdir).zip
570
 
        zip -rq $(distdir).zip $(distdir)
571
 
        $(am__remove_distdir)
572
 
 
573
 
dist dist-all: distdir
574
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
575
 
        $(am__remove_distdir)
576
 
 
577
 
# This target untars the dist file and tries a VPATH configuration.  Then
578
 
# it guarantees that the distribution is self-contained by making another
579
 
# tarfile.
580
 
distcheck: dist
581
 
        case '$(DIST_ARCHIVES)' in \
582
 
        *.tar.gz*) \
583
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
584
 
        *.tar.bz2*) \
585
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
586
 
        *.tar.lzma*) \
587
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
588
 
        *.tar.Z*) \
589
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
590
 
        *.shar.gz*) \
591
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
592
 
        *.zip*) \
593
 
          unzip $(distdir).zip ;;\
594
 
        esac
595
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
596
 
        mkdir $(distdir)/_build
597
 
        mkdir $(distdir)/_inst
598
 
        chmod a-w $(distdir)
599
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
600
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
601
 
          && cd $(distdir)/_build \
602
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
603
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
604
 
          && $(MAKE) $(AM_MAKEFLAGS) \
605
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
606
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
607
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
608
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
609
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
610
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
611
 
                distuninstallcheck \
612
 
          && chmod -R a-w "$$dc_install_base" \
613
 
          && ({ \
614
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
615
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
616
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
617
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
618
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
619
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
620
 
          && rm -rf "$$dc_destdir" \
621
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
622
 
          && rm -rf $(DIST_ARCHIVES) \
623
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
624
 
        $(am__remove_distdir)
625
 
        @(echo "$(distdir) archives ready for distribution: "; \
626
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
627
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
628
 
distuninstallcheck:
629
 
        @cd $(distuninstallcheck_dir) \
630
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
631
 
           || { echo "ERROR: files left after uninstall:" ; \
632
 
                if test -n "$(DESTDIR)"; then \
633
 
                  echo "  (check DESTDIR support)"; \
634
 
                fi ; \
635
 
                $(distuninstallcheck_listfiles) ; \
636
 
                exit 1; } >&2
637
 
distcleancheck: distclean
638
 
        @if test '$(srcdir)' = . ; then \
639
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
640
 
          exit 1 ; \
641
 
        fi
642
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
643
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
644
 
               $(distcleancheck_listfiles) ; \
645
 
               exit 1; } >&2
646
 
check-am: all-am
647
 
check: check-recursive
648
 
all-am: Makefile $(DATA) config.h
649
 
installdirs: installdirs-recursive
650
 
installdirs-am:
651
 
        for dir in "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(nmvpnservicedir)"; do \
652
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
653
 
        done
654
 
install: install-recursive
655
 
install-exec: install-exec-recursive
656
 
install-data: install-data-recursive
657
 
uninstall: uninstall-recursive
658
 
 
659
 
install-am: all-am
660
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
661
 
 
662
 
installcheck: installcheck-recursive
663
 
install-strip:
664
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
665
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
666
 
          `test -z '$(STRIP)' || \
667
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
668
 
mostlyclean-generic:
669
 
 
670
 
clean-generic:
671
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
672
 
 
673
 
distclean-generic:
674
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
675
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
676
 
 
677
 
maintainer-clean-generic:
678
 
        @echo "This command is intended for maintainers to use"
679
 
        @echo "it deletes files that may require special tools to rebuild."
680
 
clean: clean-recursive
681
 
 
682
 
clean-am: clean-generic clean-libtool mostlyclean-am
683
 
 
684
 
distclean: distclean-recursive
685
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
686
 
        -rm -f Makefile
687
 
distclean-am: clean-am distclean-generic distclean-hdr \
688
 
        distclean-libtool distclean-tags
689
 
 
690
 
dvi: dvi-recursive
691
 
 
692
 
dvi-am:
693
 
 
694
 
html: html-recursive
695
 
 
696
 
info: info-recursive
697
 
 
698
 
info-am:
699
 
 
700
 
install-data-am: install-dbusserviceDATA install-nmvpnserviceDATA
701
 
 
702
 
install-dvi: install-dvi-recursive
703
 
 
704
 
install-exec-am:
705
 
 
706
 
install-html: install-html-recursive
707
 
 
708
 
install-info: install-info-recursive
709
 
 
710
 
install-man:
711
 
 
712
 
install-pdf: install-pdf-recursive
713
 
 
714
 
install-ps: install-ps-recursive
715
 
 
716
 
installcheck-am:
717
 
 
718
 
maintainer-clean: maintainer-clean-recursive
719
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
720
 
        -rm -rf $(top_srcdir)/autom4te.cache
721
 
        -rm -f Makefile
722
 
maintainer-clean-am: distclean-am maintainer-clean-generic
723
 
 
724
 
mostlyclean: mostlyclean-recursive
725
 
 
726
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
727
 
 
728
 
pdf: pdf-recursive
729
 
 
730
 
pdf-am:
731
 
 
732
 
ps: ps-recursive
733
 
 
734
 
ps-am:
735
 
 
736
 
uninstall-am: uninstall-dbusserviceDATA uninstall-nmvpnserviceDATA
737
 
 
738
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
739
 
        install-strip
740
 
 
741
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
742
 
        all all-am am--refresh check check-am clean clean-generic \
743
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
744
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
745
 
        distclean distclean-generic distclean-hdr distclean-libtool \
746
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
747
 
        dvi-am html html-am info info-am install install-am \
748
 
        install-data install-data-am install-dbusserviceDATA \
749
 
        install-dvi install-dvi-am install-exec install-exec-am \
750
 
        install-html install-html-am install-info install-info-am \
751
 
        install-man install-nmvpnserviceDATA install-pdf \
752
 
        install-pdf-am install-ps install-ps-am install-strip \
753
 
        installcheck installcheck-am installdirs installdirs-am \
754
 
        maintainer-clean maintainer-clean-generic mostlyclean \
755
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
756
 
        tags tags-recursive uninstall uninstall-am \
757
 
        uninstall-dbusserviceDATA uninstall-nmvpnserviceDATA
758
 
 
759
 
 
760
 
@INTLTOOL_DESKTOP_RULE@
761
 
 
762
 
nm-strongswan-service.name: $(srcdir)/nm-strongswan-service.name.in
763
 
        sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|' \
764
 
                -e 's|[@]CHARON[@]|$(charon)|' $< >$@
765
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
766
 
# Otherwise a system limit (for SysV at least) may be exceeded.
767
 
.NOEXPORT: