~ubuntu-branches/ubuntu/wily/esorex/wily-proposed

« back to all changes in this revision

Viewing changes to etc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2011-11-25 12:08:00 UTC
  • Revision ID: package-import@ubuntu.com-20111125120800-hb8qatpoxkhv0fne
Tags: upstream-3.9.0
ImportĀ upstreamĀ versionĀ 3.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
target_triplet = @target@
 
38
subdir = etc
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
40
        $(srcdir)/esorex.rc.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4macros/cpl.m4 \
 
43
        $(top_srcdir)/m4macros/eso.m4 \
 
44
        $(top_srcdir)/m4macros/libtool.m4 \
 
45
        $(top_srcdir)/m4macros/ltdl.m4 \
 
46
        $(top_srcdir)/m4macros/ltoptions.m4 \
 
47
        $(top_srcdir)/m4macros/ltsugar.m4 \
 
48
        $(top_srcdir)/m4macros/ltversion.m4 \
 
49
        $(top_srcdir)/m4macros/lt~obsolete.m4 \
 
50
        $(top_srcdir)/m4macros/purify.m4 $(top_srcdir)/acinclude.m4 \
 
51
        $(top_srcdir)/configure.ac
 
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
53
        $(ACLOCAL_M4)
 
54
mkinstalldirs = $(install_sh) -d
 
55
CONFIG_HEADER = $(top_builddir)/config.h
 
56
CONFIG_CLEAN_FILES = esorex.rc
 
57
CONFIG_CLEAN_VPATH_FILES =
 
58
SOURCES =
 
59
DIST_SOURCES =
 
60
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
61
am__vpath_adj = case $$p in \
 
62
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
63
    *) f=$$p;; \
 
64
  esac;
 
65
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
66
am__install_max = 40
 
67
am__nobase_strip_setup = \
 
68
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
69
am__nobase_strip = \
 
70
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
71
am__nobase_list = $(am__nobase_strip_setup); \
 
72
  for p in $$list; do echo "$$p $$p"; done | \
 
73
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
74
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
75
    if (++n[$$2] == $(am__install_max)) \
 
76
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
77
    END { for (dir in files) print dir, files[dir] }'
 
78
am__base_list = \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
81
am__installdirs = "$(DESTDIR)$(sysconfdir)"
 
82
DATA = $(sysconf_DATA)
 
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
84
ACLOCAL = @ACLOCAL@
 
85
AMTAR = @AMTAR@
 
86
AR = @AR@
 
87
AUTOCONF = @AUTOCONF@
 
88
AUTOHEADER = @AUTOHEADER@
 
89
AUTOMAKE = @AUTOMAKE@
 
90
AWK = @AWK@
 
91
CC = @CC@
 
92
CCDEPMODE = @CCDEPMODE@
 
93
CFLAGS = @CFLAGS@
 
94
CPL_INCLUDES = @CPL_INCLUDES@
 
95
CPL_LDFLAGS = @CPL_LDFLAGS@
 
96
CPP = @CPP@
 
97
CPPFLAGS = @CPPFLAGS@
 
98
CYGPATH_W = @CYGPATH_W@
 
99
DEFS = @DEFS@
 
100
DEPDIR = @DEPDIR@
 
101
DOXYGEN = @DOXYGEN@
 
102
DSYMUTIL = @DSYMUTIL@
 
103
DUMPBIN = @DUMPBIN@
 
104
ECHO_C = @ECHO_C@
 
105
ECHO_N = @ECHO_N@
 
106
ECHO_T = @ECHO_T@
 
107
EGREP = @EGREP@
 
108
ESO_DEBUG_FLAGS = @ESO_DEBUG_FLAGS@
 
109
EXEEXT = @EXEEXT@
 
110
FGREP = @FGREP@
 
111
GETOPT = @GETOPT@
 
112
GREP = @GREP@
 
113
INCLTDL = @INCLTDL@
 
114
INSTALL = @INSTALL@
 
115
INSTALL_DATA = @INSTALL_DATA@
 
116
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
117
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
118
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
119
LATEX = @LATEX@
 
120
LD = @LD@
 
121
LDFLAGS = @LDFLAGS@
 
122
LIBCEXT = @LIBCEXT@
 
123
LIBCPLCORE = @LIBCPLCORE@
 
124
LIBCPLDFS = @LIBCPLDFS@
 
125
LIBCPLDRS = @LIBCPLDRS@
 
126
LIBCPLUI = @LIBCPLUI@
 
127
LIBLTDL = @LIBLTDL@
 
128
LIBOBJS = @LIBOBJS@
 
129
LIBS = @LIBS@
 
130
LIBTOOL = @LIBTOOL@
 
131
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
132
LIPO = @LIPO@
 
133
LN_S = @LN_S@
 
134
LTDLDEPS = @LTDLDEPS@
 
135
LTDLINCL = @LTDLINCL@
 
136
LTLIBOBJS = @LTLIBOBJS@
 
137
MAINT = @MAINT@
 
138
MAKEINFO = @MAKEINFO@
 
139
MKDIR_P = @MKDIR_P@
 
140
NM = @NM@
 
141
NMEDIT = @NMEDIT@
 
142
OBJDUMP = @OBJDUMP@
 
143
OBJEXT = @OBJEXT@
 
144
OTOOL = @OTOOL@
 
145
OTOOL64 = @OTOOL64@
 
146
PACKAGE = @PACKAGE@
 
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
148
PACKAGE_NAME = @PACKAGE_NAME@
 
149
PACKAGE_STRING = @PACKAGE_STRING@
 
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_URL = @PACKAGE_URL@
 
152
PACKAGE_VERSION = @PACKAGE_VERSION@
 
153
PATH_SEPARATOR = @PATH_SEPARATOR@
 
154
PURIFY_CMD = @PURIFY_CMD@
 
155
RANLIB = @RANLIB@
 
156
SED = @SED@
 
157
SET_MAKE = @SET_MAKE@
 
158
SHELL = @SHELL@
 
159
STRIP = @STRIP@
 
160
U = @U@
 
161
VERSION = @VERSION@
 
162
abs_builddir = @abs_builddir@
 
163
abs_srcdir = @abs_srcdir@
 
164
abs_top_builddir = @abs_top_builddir@
 
165
abs_top_srcdir = @abs_top_srcdir@
 
166
ac_ct_CC = @ac_ct_CC@
 
167
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
168
am__include = @am__include@
 
169
am__leading_dot = @am__leading_dot@
 
170
am__quote = @am__quote@
 
171
am__tar = @am__tar@
 
172
am__untar = @am__untar@
 
173
bindir = @bindir@
 
174
build = @build@
 
175
build_alias = @build_alias@
 
176
build_cpu = @build_cpu@
 
177
build_os = @build_os@
 
178
build_vendor = @build_vendor@
 
179
builddir = @builddir@
 
180
configdir = @configdir@
 
181
datadir = @datadir@
 
182
datarootdir = @datarootdir@
 
183
docdir = @docdir@
 
184
dvidir = @dvidir@
 
185
exec_prefix = @exec_prefix@
 
186
host = @host@
 
187
host_alias = @host_alias@
 
188
host_cpu = @host_cpu@
 
189
host_os = @host_os@
 
190
host_vendor = @host_vendor@
 
191
htmldir = @htmldir@
 
192
includedir = @includedir@
 
193
infodir = @infodir@
 
194
install_sh = @install_sh@
 
195
libdir = @libdir@
 
196
libexecdir = @libexecdir@
 
197
localedir = @localedir@
 
198
localstatedir = @localstatedir@
 
199
lt_ECHO = @lt_ECHO@
 
200
mandir = @mandir@
 
201
mkdir_p = @mkdir_p@
 
202
oldincludedir = @oldincludedir@
 
203
pdfdir = @pdfdir@
 
204
prefix = @prefix@
 
205
program_transform_name = @program_transform_name@
 
206
psdir = @psdir@
 
207
sbindir = @sbindir@
 
208
sharedstatedir = @sharedstatedir@
 
209
srcdir = @srcdir@
 
210
subdirs = @subdirs@
 
211
sysconfdir = @sysconfdir@
 
212
target = @target@
 
213
target_alias = @target_alias@
 
214
target_cpu = @target_cpu@
 
215
target_os = @target_os@
 
216
target_vendor = @target_vendor@
 
217
top_build_prefix = @top_build_prefix@
 
218
top_builddir = @top_builddir@
 
219
top_srcdir = @top_srcdir@
 
220
AUTOMAKE_OPTIONS = 1.8 foreign
 
221
sysconf_DATA = esorex.rc
 
222
all: all-am
 
223
 
 
224
.SUFFIXES:
 
225
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
226
        @for dep in $?; do \
 
227
          case '$(am__configure_deps)' in \
 
228
            *$$dep*) \
 
229
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
230
                && { if test -f $@; then exit 0; else break; fi; }; \
 
231
              exit 1;; \
 
232
          esac; \
 
233
        done; \
 
234
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign etc/Makefile'; \
 
235
        $(am__cd) $(top_srcdir) && \
 
236
          $(AUTOMAKE) --foreign etc/Makefile
 
237
.PRECIOUS: Makefile
 
238
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
239
        @case '$?' in \
 
240
          *config.status*) \
 
241
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
242
          *) \
 
243
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
244
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
245
        esac;
 
246
 
 
247
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
249
 
 
250
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
251
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
252
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
254
$(am__aclocal_m4_deps):
 
255
esorex.rc: $(top_builddir)/config.status $(srcdir)/esorex.rc.in
 
256
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
257
 
 
258
mostlyclean-libtool:
 
259
        -rm -f *.lo
 
260
 
 
261
clean-libtool:
 
262
        -rm -rf .libs _libs
 
263
install-sysconfDATA: $(sysconf_DATA)
 
264
        @$(NORMAL_INSTALL)
 
265
        test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
 
266
        @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
 
267
        for p in $$list; do \
 
268
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
269
          echo "$$d$$p"; \
 
270
        done | $(am__base_list) | \
 
271
        while read files; do \
 
272
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
 
273
          $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
 
274
        done
 
275
 
 
276
uninstall-sysconfDATA:
 
277
        @$(NORMAL_UNINSTALL)
 
278
        @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
 
279
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
280
        test -n "$$files" || exit 0; \
 
281
        echo " ( cd '$(DESTDIR)$(sysconfdir)' && rm -f" $$files ")"; \
 
282
        cd "$(DESTDIR)$(sysconfdir)" && rm -f $$files
 
283
tags: TAGS
 
284
TAGS:
 
285
 
 
286
ctags: CTAGS
 
287
CTAGS:
 
288
 
 
289
 
 
290
distdir: $(DISTFILES)
 
291
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
292
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
293
        list='$(DISTFILES)'; \
 
294
          dist_files=`for file in $$list; do echo $$file; done | \
 
295
          sed -e "s|^$$srcdirstrip/||;t" \
 
296
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
297
        case $$dist_files in \
 
298
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
299
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
300
                           sort -u` ;; \
 
301
        esac; \
 
302
        for file in $$dist_files; do \
 
303
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
304
          if test -d $$d/$$file; then \
 
305
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
306
            if test -d "$(distdir)/$$file"; then \
 
307
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
308
            fi; \
 
309
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
310
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
311
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
312
            fi; \
 
313
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
314
          else \
 
315
            test -f "$(distdir)/$$file" \
 
316
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
317
            || exit 1; \
 
318
          fi; \
 
319
        done
 
320
check-am: all-am
 
321
check: check-am
 
322
all-am: Makefile $(DATA)
 
323
installdirs:
 
324
        for dir in "$(DESTDIR)$(sysconfdir)"; do \
 
325
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
326
        done
 
327
install: install-am
 
328
install-exec: install-exec-am
 
329
install-data: install-data-am
 
330
uninstall: uninstall-am
 
331
 
 
332
install-am: all-am
 
333
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
334
 
 
335
installcheck: installcheck-am
 
336
install-strip:
 
337
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
338
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
339
          `test -z '$(STRIP)' || \
 
340
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
341
mostlyclean-generic:
 
342
 
 
343
clean-generic:
 
344
 
 
345
distclean-generic:
 
346
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
347
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
348
 
 
349
maintainer-clean-generic:
 
350
        @echo "This command is intended for maintainers to use"
 
351
        @echo "it deletes files that may require special tools to rebuild."
 
352
clean: clean-am
 
353
 
 
354
clean-am: clean-generic clean-libtool mostlyclean-am
 
355
 
 
356
distclean: distclean-am
 
357
        -rm -f Makefile
 
358
distclean-am: clean-am distclean-generic
 
359
 
 
360
dvi: dvi-am
 
361
 
 
362
dvi-am:
 
363
 
 
364
html: html-am
 
365
 
 
366
html-am:
 
367
 
 
368
info: info-am
 
369
 
 
370
info-am:
 
371
 
 
372
install-data-am:
 
373
 
 
374
install-dvi: install-dvi-am
 
375
 
 
376
install-dvi-am:
 
377
 
 
378
install-exec-am: install-sysconfDATA
 
379
 
 
380
install-html: install-html-am
 
381
 
 
382
install-html-am:
 
383
 
 
384
install-info: install-info-am
 
385
 
 
386
install-info-am:
 
387
 
 
388
install-man:
 
389
 
 
390
install-pdf: install-pdf-am
 
391
 
 
392
install-pdf-am:
 
393
 
 
394
install-ps: install-ps-am
 
395
 
 
396
install-ps-am:
 
397
 
 
398
installcheck-am:
 
399
 
 
400
maintainer-clean: maintainer-clean-am
 
401
        -rm -f Makefile
 
402
maintainer-clean-am: distclean-am maintainer-clean-generic
 
403
 
 
404
mostlyclean: mostlyclean-am
 
405
 
 
406
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
407
 
 
408
pdf: pdf-am
 
409
 
 
410
pdf-am:
 
411
 
 
412
ps: ps-am
 
413
 
 
414
ps-am:
 
415
 
 
416
uninstall-am: uninstall-sysconfDATA
 
417
 
 
418
.MAKE: install-am install-strip
 
419
 
 
420
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
421
        distclean distclean-generic distclean-libtool distdir dvi \
 
422
        dvi-am html html-am info info-am install install-am \
 
423
        install-data install-data-am install-dvi install-dvi-am \
 
424
        install-exec install-exec-am install-html install-html-am \
 
425
        install-info install-info-am install-man install-pdf \
 
426
        install-pdf-am install-ps install-ps-am install-strip \
 
427
        install-sysconfDATA installcheck installcheck-am installdirs \
 
428
        maintainer-clean maintainer-clean-generic mostlyclean \
 
429
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
430
        uninstall uninstall-am uninstall-sysconfDATA
 
431
 
 
432
 
 
433
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
434
# Otherwise a system limit (for SysV at least) may be exceeded.
 
435
.NOEXPORT: