~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/enet/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

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
 
 
19
 
 
20
VPATH = @srcdir@
 
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
subdir = .
 
40
DIST_COMMON = README $(am__configure_deps) $(enetinclude_HEADERS) \
 
41
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
42
        $(srcdir)/libenet.pc.in $(top_srcdir)/configure ChangeLog \
 
43
        config.guess config.sub depcomp install-sh ltmain.sh missing
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
46
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
47
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
48
        $(top_srcdir)/configure.ac
 
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
50
        $(ACLOCAL_M4)
 
51
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
52
 configure.lineno config.status.lineno
 
53
mkinstalldirs = $(install_sh) -d
 
54
CONFIG_CLEAN_FILES = libenet.pc
 
55
CONFIG_CLEAN_VPATH_FILES =
 
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
57
am__vpath_adj = case $$p in \
 
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
59
    *) f=$$p;; \
 
60
  esac;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
77
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
 
78
        "$(DESTDIR)$(enetincludedir)"
 
79
LTLIBRARIES = $(lib_LTLIBRARIES)
 
80
libenet_la_LIBADD =
 
81
am_libenet_la_OBJECTS = callbacks.lo compress.lo host.lo list.lo \
 
82
        packet.lo peer.lo protocol.lo unix.lo win32.lo
 
83
libenet_la_OBJECTS = $(am_libenet_la_OBJECTS)
 
84
libenet_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
85
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
86
        $(libenet_la_LDFLAGS) $(LDFLAGS) -o $@
 
87
DEFAULT_INCLUDES = -I.@am__isrc@
 
88
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
89
am__depfiles_maybe = depfiles
 
90
am__mv = mv -f
 
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
93
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
94
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
95
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
96
CCLD = $(CC)
 
97
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
98
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
99
        $(LDFLAGS) -o $@
 
100
SOURCES = $(libenet_la_SOURCES)
 
101
DIST_SOURCES = $(libenet_la_SOURCES)
 
102
DATA = $(nodist_pkgconfig_DATA)
 
103
HEADERS = $(enetinclude_HEADERS)
 
104
ETAGS = etags
 
105
CTAGS = ctags
 
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
107
distdir = $(PACKAGE)-$(VERSION)
 
108
top_distdir = $(distdir)
 
109
am__remove_distdir = \
 
110
  { test ! -d "$(distdir)" \
 
111
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
112
         && rm -fr "$(distdir)"; }; }
 
113
DIST_ARCHIVES = $(distdir).tar.gz
 
114
GZIP_ENV = --best
 
115
distuninstallcheck_listfiles = find . -type f -print
 
116
distcleancheck_listfiles = find . -type f -print
 
117
ACLOCAL = @ACLOCAL@
 
118
AMTAR = @AMTAR@
 
119
AR = @AR@
 
120
AUTOCONF = @AUTOCONF@
 
121
AUTOHEADER = @AUTOHEADER@
 
122
AUTOMAKE = @AUTOMAKE@
 
123
AWK = @AWK@
 
124
CC = @CC@
 
125
CCDEPMODE = @CCDEPMODE@
 
126
CFLAGS = @CFLAGS@
 
127
CPP = @CPP@
 
128
CPPFLAGS = @CPPFLAGS@
 
129
CYGPATH_W = @CYGPATH_W@
 
130
DEFS = @DEFS@
 
131
DEPDIR = @DEPDIR@
 
132
DLLTOOL = @DLLTOOL@
 
133
DSYMUTIL = @DSYMUTIL@
 
134
DUMPBIN = @DUMPBIN@
 
135
ECHO_C = @ECHO_C@
 
136
ECHO_N = @ECHO_N@
 
137
ECHO_T = @ECHO_T@
 
138
EGREP = @EGREP@
 
139
EXEEXT = @EXEEXT@
 
140
FGREP = @FGREP@
 
141
GREP = @GREP@
 
142
INSTALL = @INSTALL@
 
143
INSTALL_DATA = @INSTALL_DATA@
 
144
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
145
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
147
LD = @LD@
 
148
LDFLAGS = @LDFLAGS@
 
149
LIBOBJS = @LIBOBJS@
 
150
LIBS = @LIBS@
 
151
LIBTOOL = @LIBTOOL@
 
152
LIPO = @LIPO@
 
153
LN_S = @LN_S@
 
154
LTLIBOBJS = @LTLIBOBJS@
 
155
MAINT = @MAINT@
 
156
MAKEINFO = @MAKEINFO@
 
157
MANIFEST_TOOL = @MANIFEST_TOOL@
 
158
MKDIR_P = @MKDIR_P@
 
159
NM = @NM@
 
160
NMEDIT = @NMEDIT@
 
161
OBJDUMP = @OBJDUMP@
 
162
OBJEXT = @OBJEXT@
 
163
OTOOL = @OTOOL@
 
164
OTOOL64 = @OTOOL64@
 
165
PACKAGE = @PACKAGE@
 
166
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
167
PACKAGE_NAME = @PACKAGE_NAME@
 
168
PACKAGE_STRING = @PACKAGE_STRING@
 
169
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
170
PACKAGE_URL = @PACKAGE_URL@
 
171
PACKAGE_VERSION = @PACKAGE_VERSION@
 
172
PATH_SEPARATOR = @PATH_SEPARATOR@
 
173
RANLIB = @RANLIB@
 
174
SED = @SED@
 
175
SET_MAKE = @SET_MAKE@
 
176
SHELL = @SHELL@
 
177
STRIP = @STRIP@
 
178
VERSION = @VERSION@
 
179
abs_builddir = @abs_builddir@
 
180
abs_srcdir = @abs_srcdir@
 
181
abs_top_builddir = @abs_top_builddir@
 
182
abs_top_srcdir = @abs_top_srcdir@
 
183
ac_ct_AR = @ac_ct_AR@
 
184
ac_ct_CC = @ac_ct_CC@
 
185
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
186
am__include = @am__include@
 
187
am__leading_dot = @am__leading_dot@
 
188
am__quote = @am__quote@
 
189
am__tar = @am__tar@
 
190
am__untar = @am__untar@
 
191
bindir = @bindir@
 
192
build = @build@
 
193
build_alias = @build_alias@
 
194
build_cpu = @build_cpu@
 
195
build_os = @build_os@
 
196
build_vendor = @build_vendor@
 
197
builddir = @builddir@
 
198
datadir = @datadir@
 
199
datarootdir = @datarootdir@
 
200
docdir = @docdir@
 
201
dvidir = @dvidir@
 
202
exec_prefix = @exec_prefix@
 
203
host = @host@
 
204
host_alias = @host_alias@
 
205
host_cpu = @host_cpu@
 
206
host_os = @host_os@
 
207
host_vendor = @host_vendor@
 
208
htmldir = @htmldir@
 
209
includedir = @includedir@
 
210
infodir = @infodir@
 
211
install_sh = @install_sh@
 
212
libdir = @libdir@
 
213
libexecdir = @libexecdir@
 
214
localedir = @localedir@
 
215
localstatedir = @localstatedir@
 
216
mandir = @mandir@
 
217
mkdir_p = @mkdir_p@
 
218
oldincludedir = @oldincludedir@
 
219
pdfdir = @pdfdir@
 
220
prefix = @prefix@
 
221
program_transform_name = @program_transform_name@
 
222
psdir = @psdir@
 
223
sbindir = @sbindir@
 
224
sharedstatedir = @sharedstatedir@
 
225
srcdir = @srcdir@
 
226
sysconfdir = @sysconfdir@
 
227
target_alias = @target_alias@
 
228
top_build_prefix = @top_build_prefix@
 
229
top_builddir = @top_builddir@
 
230
top_srcdir = @top_srcdir@
 
231
pkgconfigdir = $(libdir)/pkgconfig
 
232
nodist_pkgconfig_DATA = libenet.pc
 
233
enetincludedir = $(includedir)/enet
 
234
enetinclude_HEADERS = \
 
235
        include/enet/callbacks.h \
 
236
        include/enet/enet.h \
 
237
        include/enet/list.h \
 
238
        include/enet/protocol.h \
 
239
        include/enet/time.h \
 
240
        include/enet/types.h \
 
241
        include/enet/unix.h \
 
242
        include/enet/utility.h \
 
243
        include/enet/win32.h
 
244
 
 
245
lib_LTLIBRARIES = libenet.la
 
246
libenet_la_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c protocol.c unix.c win32.c
 
247
# see info '(libtool) Updating version info' before making a release
 
248
libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:3:0
 
249
INCLUDES = -I$(top_srcdir)/include
 
250
ACLOCAL_AMFLAGS = -Im4
 
251
all: all-am
 
252
 
 
253
.SUFFIXES:
 
254
.SUFFIXES: .c .lo .o .obj
 
255
am--refresh:
 
256
        @:
 
257
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
258
        @for dep in $?; do \
 
259
          case '$(am__configure_deps)' in \
 
260
            *$$dep*) \
 
261
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
262
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
 
263
                && exit 0; \
 
264
              exit 1;; \
 
265
          esac; \
 
266
        done; \
 
267
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
268
        $(am__cd) $(top_srcdir) && \
 
269
          $(AUTOMAKE) --foreign Makefile
 
270
.PRECIOUS: Makefile
 
271
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
272
        @case '$?' in \
 
273
          *config.status*) \
 
274
            echo ' $(SHELL) ./config.status'; \
 
275
            $(SHELL) ./config.status;; \
 
276
          *) \
 
277
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
278
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
279
        esac;
 
280
 
 
281
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
282
        $(SHELL) ./config.status --recheck
 
283
 
 
284
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
285
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
286
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
287
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
288
$(am__aclocal_m4_deps):
 
289
libenet.pc: $(top_builddir)/config.status $(srcdir)/libenet.pc.in
 
290
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
291
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
292
        @$(NORMAL_INSTALL)
 
293
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
294
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
295
        list2=; for p in $$list; do \
 
296
          if test -f $$p; then \
 
297
            list2="$$list2 $$p"; \
 
298
          else :; fi; \
 
299
        done; \
 
300
        test -z "$$list2" || { \
 
301
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
302
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
303
        }
 
304
 
 
305
uninstall-libLTLIBRARIES:
 
306
        @$(NORMAL_UNINSTALL)
 
307
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
308
        for p in $$list; do \
 
309
          $(am__strip_dir) \
 
310
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
311
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
312
        done
 
313
 
 
314
clean-libLTLIBRARIES:
 
315
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
316
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
317
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
318
          test "$$dir" != "$$p" || dir=.; \
 
319
          echo "rm -f \"$${dir}/so_locations\""; \
 
320
          rm -f "$${dir}/so_locations"; \
 
321
        done
 
322
libenet.la: $(libenet_la_OBJECTS) $(libenet_la_DEPENDENCIES) 
 
323
        $(libenet_la_LINK) -rpath $(libdir) $(libenet_la_OBJECTS) $(libenet_la_LIBADD) $(LIBS)
 
324
 
 
325
mostlyclean-compile:
 
326
        -rm -f *.$(OBJEXT)
 
327
 
 
328
distclean-compile:
 
329
        -rm -f *.tab.c
 
330
 
 
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Plo@am__quote@
 
332
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@
 
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/host.Plo@am__quote@
 
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
 
335
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Plo@am__quote@
 
336
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peer.Plo@am__quote@
 
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@
 
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Plo@am__quote@
 
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Plo@am__quote@
 
340
 
 
341
.c.o:
 
342
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
343
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
346
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
347
 
 
348
.c.obj:
 
349
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
350
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
353
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
354
 
 
355
.c.lo:
 
356
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
357
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
360
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
361
 
 
362
mostlyclean-libtool:
 
363
        -rm -f *.lo
 
364
 
 
365
clean-libtool:
 
366
        -rm -rf .libs _libs
 
367
 
 
368
distclean-libtool:
 
369
        -rm -f libtool config.lt
 
370
install-nodist_pkgconfigDATA: $(nodist_pkgconfig_DATA)
 
371
        @$(NORMAL_INSTALL)
 
372
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
373
        @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
374
        for p in $$list; do \
 
375
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
376
          echo "$$d$$p"; \
 
377
        done | $(am__base_list) | \
 
378
        while read files; do \
 
379
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
380
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
381
        done
 
382
 
 
383
uninstall-nodist_pkgconfigDATA:
 
384
        @$(NORMAL_UNINSTALL)
 
385
        @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
386
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
387
        test -n "$$files" || exit 0; \
 
388
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
389
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
390
install-enetincludeHEADERS: $(enetinclude_HEADERS)
 
391
        @$(NORMAL_INSTALL)
 
392
        test -z "$(enetincludedir)" || $(MKDIR_P) "$(DESTDIR)$(enetincludedir)"
 
393
        @list='$(enetinclude_HEADERS)'; test -n "$(enetincludedir)" || list=; \
 
394
        for p in $$list; do \
 
395
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
396
          echo "$$d$$p"; \
 
397
        done | $(am__base_list) | \
 
398
        while read files; do \
 
399
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(enetincludedir)'"; \
 
400
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(enetincludedir)" || exit $$?; \
 
401
        done
 
402
 
 
403
uninstall-enetincludeHEADERS:
 
404
        @$(NORMAL_UNINSTALL)
 
405
        @list='$(enetinclude_HEADERS)'; test -n "$(enetincludedir)" || list=; \
 
406
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
407
        test -n "$$files" || exit 0; \
 
408
        echo " ( cd '$(DESTDIR)$(enetincludedir)' && rm -f" $$files ")"; \
 
409
        cd "$(DESTDIR)$(enetincludedir)" && rm -f $$files
 
410
 
 
411
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
412
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
413
        unique=`for i in $$list; do \
 
414
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
415
          done | \
 
416
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
417
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
418
        mkid -fID $$unique
 
419
tags: TAGS
 
420
 
 
421
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
422
                $(TAGS_FILES) $(LISP)
 
423
        set x; \
 
424
        here=`pwd`; \
 
425
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
426
        unique=`for i in $$list; do \
 
427
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
428
          done | \
 
429
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
430
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
431
        shift; \
 
432
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
433
          test -n "$$unique" || unique=$$empty_fix; \
 
434
          if test $$# -gt 0; then \
 
435
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
436
              "$$@" $$unique; \
 
437
          else \
 
438
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
439
              $$unique; \
 
440
          fi; \
 
441
        fi
 
442
ctags: CTAGS
 
443
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
444
                $(TAGS_FILES) $(LISP)
 
445
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
446
        unique=`for i in $$list; do \
 
447
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
448
          done | \
 
449
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
450
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
451
        test -z "$(CTAGS_ARGS)$$unique" \
 
452
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
453
             $$unique
 
454
 
 
455
GTAGS:
 
456
        here=`$(am__cd) $(top_builddir) && pwd` \
 
457
          && $(am__cd) $(top_srcdir) \
 
458
          && gtags -i $(GTAGS_ARGS) "$$here"
 
459
 
 
460
distclean-tags:
 
461
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
462
 
 
463
distdir: $(DISTFILES)
 
464
        $(am__remove_distdir)
 
465
        test -d "$(distdir)" || mkdir "$(distdir)"
 
466
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
467
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
468
        list='$(DISTFILES)'; \
 
469
          dist_files=`for file in $$list; do echo $$file; done | \
 
470
          sed -e "s|^$$srcdirstrip/||;t" \
 
471
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
472
        case $$dist_files in \
 
473
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
474
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
475
                           sort -u` ;; \
 
476
        esac; \
 
477
        for file in $$dist_files; do \
 
478
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
479
          if test -d $$d/$$file; then \
 
480
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
481
            if test -d "$(distdir)/$$file"; then \
 
482
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
483
            fi; \
 
484
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
485
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
486
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
487
            fi; \
 
488
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
489
          else \
 
490
            test -f "$(distdir)/$$file" \
 
491
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
492
            || exit 1; \
 
493
          fi; \
 
494
        done
 
495
        -test -n "$(am__skip_mode_fix)" \
 
496
        || find "$(distdir)" -type d ! -perm -755 \
 
497
                -exec chmod u+rwx,go+rx {} \; -o \
 
498
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
499
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
500
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
501
        || chmod -R a+r "$(distdir)"
 
502
dist-gzip: distdir
 
503
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
504
        $(am__remove_distdir)
 
505
 
 
506
dist-bzip2: distdir
 
507
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
508
        $(am__remove_distdir)
 
509
 
 
510
dist-lzma: distdir
 
511
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
512
        $(am__remove_distdir)
 
513
 
 
514
dist-xz: distdir
 
515
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
516
        $(am__remove_distdir)
 
517
 
 
518
dist-tarZ: distdir
 
519
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
520
        $(am__remove_distdir)
 
521
 
 
522
dist-shar: distdir
 
523
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
524
        $(am__remove_distdir)
 
525
 
 
526
dist-zip: distdir
 
527
        -rm -f $(distdir).zip
 
528
        zip -rq $(distdir).zip $(distdir)
 
529
        $(am__remove_distdir)
 
530
 
 
531
dist dist-all: distdir
 
532
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
533
        $(am__remove_distdir)
 
534
 
 
535
# This target untars the dist file and tries a VPATH configuration.  Then
 
536
# it guarantees that the distribution is self-contained by making another
 
537
# tarfile.
 
538
distcheck: dist
 
539
        case '$(DIST_ARCHIVES)' in \
 
540
        *.tar.gz*) \
 
541
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
542
        *.tar.bz2*) \
 
543
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
544
        *.tar.lzma*) \
 
545
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
546
        *.tar.xz*) \
 
547
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
548
        *.tar.Z*) \
 
549
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
550
        *.shar.gz*) \
 
551
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
552
        *.zip*) \
 
553
          unzip $(distdir).zip ;;\
 
554
        esac
 
555
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
556
        mkdir $(distdir)/_build
 
557
        mkdir $(distdir)/_inst
 
558
        chmod a-w $(distdir)
 
559
        test -d $(distdir)/_build || exit 0; \
 
560
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
561
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
562
          && am__cwd=`pwd` \
 
563
          && $(am__cd) $(distdir)/_build \
 
564
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
565
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
566
          && $(MAKE) $(AM_MAKEFLAGS) \
 
567
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
568
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
569
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
570
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
571
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
572
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
573
                distuninstallcheck \
 
574
          && chmod -R a-w "$$dc_install_base" \
 
575
          && ({ \
 
576
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
577
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
578
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
579
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
580
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
581
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
582
          && rm -rf "$$dc_destdir" \
 
583
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
584
          && rm -rf $(DIST_ARCHIVES) \
 
585
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
586
          && cd "$$am__cwd" \
 
587
          || exit 1
 
588
        $(am__remove_distdir)
 
589
        @(echo "$(distdir) archives ready for distribution: "; \
 
590
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
591
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
592
distuninstallcheck:
 
593
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
594
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
595
           || { echo "ERROR: files left after uninstall:" ; \
 
596
                if test -n "$(DESTDIR)"; then \
 
597
                  echo "  (check DESTDIR support)"; \
 
598
                fi ; \
 
599
                $(distuninstallcheck_listfiles) ; \
 
600
                exit 1; } >&2
 
601
distcleancheck: distclean
 
602
        @if test '$(srcdir)' = . ; then \
 
603
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
604
          exit 1 ; \
 
605
        fi
 
606
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
607
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
608
               $(distcleancheck_listfiles) ; \
 
609
               exit 1; } >&2
 
610
check-am: all-am
 
611
check: check-am
 
612
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
 
613
installdirs:
 
614
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(enetincludedir)"; do \
 
615
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
616
        done
 
617
install: install-am
 
618
install-exec: install-exec-am
 
619
install-data: install-data-am
 
620
uninstall: uninstall-am
 
621
 
 
622
install-am: all-am
 
623
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
624
 
 
625
installcheck: installcheck-am
 
626
install-strip:
 
627
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
628
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
629
          `test -z '$(STRIP)' || \
 
630
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
631
mostlyclean-generic:
 
632
 
 
633
clean-generic:
 
634
 
 
635
distclean-generic:
 
636
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
637
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
638
 
 
639
maintainer-clean-generic:
 
640
        @echo "This command is intended for maintainers to use"
 
641
        @echo "it deletes files that may require special tools to rebuild."
 
642
clean: clean-am
 
643
 
 
644
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
645
        mostlyclean-am
 
646
 
 
647
distclean: distclean-am
 
648
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
649
        -rm -rf ./$(DEPDIR)
 
650
        -rm -f Makefile
 
651
distclean-am: clean-am distclean-compile distclean-generic \
 
652
        distclean-libtool distclean-tags
 
653
 
 
654
dvi: dvi-am
 
655
 
 
656
dvi-am:
 
657
 
 
658
html: html-am
 
659
 
 
660
html-am:
 
661
 
 
662
info: info-am
 
663
 
 
664
info-am:
 
665
 
 
666
install-data-am: install-enetincludeHEADERS \
 
667
        install-nodist_pkgconfigDATA
 
668
 
 
669
install-dvi: install-dvi-am
 
670
 
 
671
install-dvi-am:
 
672
 
 
673
install-exec-am: install-libLTLIBRARIES
 
674
 
 
675
install-html: install-html-am
 
676
 
 
677
install-html-am:
 
678
 
 
679
install-info: install-info-am
 
680
 
 
681
install-info-am:
 
682
 
 
683
install-man:
 
684
 
 
685
install-pdf: install-pdf-am
 
686
 
 
687
install-pdf-am:
 
688
 
 
689
install-ps: install-ps-am
 
690
 
 
691
install-ps-am:
 
692
 
 
693
installcheck-am:
 
694
 
 
695
maintainer-clean: maintainer-clean-am
 
696
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
697
        -rm -rf $(top_srcdir)/autom4te.cache
 
698
        -rm -rf ./$(DEPDIR)
 
699
        -rm -f Makefile
 
700
maintainer-clean-am: distclean-am maintainer-clean-generic
 
701
 
 
702
mostlyclean: mostlyclean-am
 
703
 
 
704
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
705
        mostlyclean-libtool
 
706
 
 
707
pdf: pdf-am
 
708
 
 
709
pdf-am:
 
710
 
 
711
ps: ps-am
 
712
 
 
713
ps-am:
 
714
 
 
715
uninstall-am: uninstall-enetincludeHEADERS uninstall-libLTLIBRARIES \
 
716
        uninstall-nodist_pkgconfigDATA
 
717
 
 
718
.MAKE: install-am install-strip
 
719
 
 
720
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 
721
        clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
 
722
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
 
723
        dist-xz dist-zip distcheck distclean distclean-compile \
 
724
        distclean-generic distclean-libtool distclean-tags \
 
725
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
726
        html-am info info-am install install-am install-data \
 
727
        install-data-am install-dvi install-dvi-am \
 
728
        install-enetincludeHEADERS install-exec install-exec-am \
 
729
        install-html install-html-am install-info install-info-am \
 
730
        install-libLTLIBRARIES install-man \
 
731
        install-nodist_pkgconfigDATA install-pdf install-pdf-am \
 
732
        install-ps install-ps-am install-strip installcheck \
 
733
        installcheck-am installdirs maintainer-clean \
 
734
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
735
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
736
        tags uninstall uninstall-am uninstall-enetincludeHEADERS \
 
737
        uninstall-libLTLIBRARIES uninstall-nodist_pkgconfigDATA
 
738
 
 
739
 
 
740
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
741
# Otherwise a system limit (for SysV at least) may be exceeded.
 
742
.NOEXPORT: