~ubuntu-branches/ubuntu/intrepid/openipmi/intrepid

« back to all changes in this revision

Viewing changes to unix/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-07-04 21:29:17 UTC
  • Revision ID: james.westby@ubuntu.com-20050704212917-igddk5jawjmhrlay
Tags: upstream-2.0.1
Import upstream version 2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.8 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
 
 
18
 
 
19
SOURCES = $(libOpenIPMIposix_la_SOURCES) $(libOpenIPMIpthread_la_SOURCES) $(test_heap_SOURCES)
 
20
 
 
21
srcdir = @srcdir@
 
22
top_srcdir = @top_srcdir@
 
23
VPATH = @srcdir@
 
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkglibdir = $(libdir)/@PACKAGE@
 
26
pkgincludedir = $(includedir)/@PACKAGE@
 
27
top_builddir = ..
 
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
29
INSTALL = @INSTALL@
 
30
install_sh_DATA = $(install_sh) -c -m 644
 
31
install_sh_PROGRAM = $(install_sh) -c
 
32
install_sh_SCRIPT = $(install_sh) -c
 
33
INSTALL_HEADER = $(INSTALL_DATA)
 
34
transform = $(program_transform_name)
 
35
NORMAL_INSTALL = :
 
36
PRE_INSTALL = :
 
37
POST_INSTALL = :
 
38
NORMAL_UNINSTALL = :
 
39
PRE_UNINSTALL = :
 
40
POST_UNINSTALL = :
 
41
host_triplet = @host@
 
42
noinst_PROGRAMS = test_heap$(EXEEXT)
 
43
subdir = unix
 
44
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
45
        $(srcdir)/Makefile.in
 
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
47
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
51
CONFIG_CLEAN_FILES =
 
52
am__installdirs = $(DESTDIR)$(libdir)
 
53
libLTLIBRARIES_INSTALL = $(INSTALL)
 
54
LTLIBRARIES = $(lib_LTLIBRARIES)
 
55
am__DEPENDENCIES_1 =
 
56
libOpenIPMIposix_la_DEPENDENCIES =  \
 
57
        $(top_builddir)/utils/libOpenIPMIutils.la \
 
58
        $(am__DEPENDENCIES_1)
 
59
am_libOpenIPMIposix_la_OBJECTS = posix_os_hnd.lo selector.lo
 
60
libOpenIPMIposix_la_OBJECTS = $(am_libOpenIPMIposix_la_OBJECTS)
 
61
libOpenIPMIpthread_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
62
        $(top_builddir)/utils/libOpenIPMIutils.la
 
63
am_libOpenIPMIpthread_la_OBJECTS = posix_thread_os_hnd.lo selector.lo
 
64
libOpenIPMIpthread_la_OBJECTS = $(am_libOpenIPMIpthread_la_OBJECTS)
 
65
PROGRAMS = $(noinst_PROGRAMS)
 
66
am_test_heap_OBJECTS = test_heap.$(OBJEXT)
 
67
test_heap_OBJECTS = $(am_test_heap_OBJECTS)
 
68
test_heap_DEPENDENCIES =
 
69
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
70
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
71
am__depfiles_maybe = depfiles
 
72
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/posix_os_hnd.Plo \
 
73
@AMDEP_TRUE@    ./$(DEPDIR)/posix_thread_os_hnd.Plo \
 
74
@AMDEP_TRUE@    ./$(DEPDIR)/selector.Plo ./$(DEPDIR)/test_heap.Po
 
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
76
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
77
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
78
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
79
        $(AM_CFLAGS) $(CFLAGS)
 
80
CCLD = $(CC)
 
81
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
82
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
83
SOURCES = $(libOpenIPMIposix_la_SOURCES) \
 
84
        $(libOpenIPMIpthread_la_SOURCES) $(test_heap_SOURCES)
 
85
DIST_SOURCES = $(libOpenIPMIposix_la_SOURCES) \
 
86
        $(libOpenIPMIpthread_la_SOURCES) $(test_heap_SOURCES)
 
87
HEADERS = $(noinst_HEADERS)
 
88
ETAGS = etags
 
89
CTAGS = ctags
 
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
91
ACLOCAL = @ACLOCAL@
 
92
AMDEP_FALSE = @AMDEP_FALSE@
 
93
AMDEP_TRUE = @AMDEP_TRUE@
 
94
AMTAR = @AMTAR@
 
95
AR = @AR@
 
96
AUTOCONF = @AUTOCONF@
 
97
AUTOHEADER = @AUTOHEADER@
 
98
AUTOMAKE = @AUTOMAKE@
 
99
AWK = @AWK@
 
100
CC = @CC@
 
101
CCDEPMODE = @CCDEPMODE@
 
102
CFLAGS = @CFLAGS@
 
103
CPP = @CPP@
 
104
CPPFLAGS = @CPPFLAGS@
 
105
CXX = @CXX@
 
106
CXXCPP = @CXXCPP@
 
107
CXXDEPMODE = @CXXDEPMODE@
 
108
CXXFLAGS = @CXXFLAGS@
 
109
CYGPATH_W = @CYGPATH_W@
 
110
DEFS = @DEFS@
 
111
DEPDIR = @DEPDIR@
 
112
ECHO = @ECHO@
 
113
ECHO_C = @ECHO_C@
 
114
ECHO_N = @ECHO_N@
 
115
ECHO_T = @ECHO_T@
 
116
EGREP = @EGREP@
 
117
EXEEXT = @EXEEXT@
 
118
F77 = @F77@
 
119
FFLAGS = @FFLAGS@
 
120
GDBM_LIB = @GDBM_LIB@
 
121
GLIB_CFLAGS = @GLIB_CFLAGS@
 
122
GLIB_DIR = @GLIB_DIR@
 
123
GLIB_LIB = @GLIB_LIB@
 
124
GLIB_LIBS = @GLIB_LIBS@
 
125
GLIB_PKGCONF = @GLIB_PKGCONF@
 
126
GLIB_VERSION = @GLIB_VERSION@
 
127
INSTALL_DATA = @INSTALL_DATA@
 
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
129
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
130
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
131
LDFLAGS = @LDFLAGS@
 
132
LIBOBJS = @LIBOBJS@
 
133
LIBS = @LIBS@
 
134
LIBTOOL = @LIBTOOL@
 
135
LN_S = @LN_S@
 
136
LTLIBOBJS = @LTLIBOBJS@
 
137
MAKEINFO = @MAKEINFO@
 
138
OBJEXT = @OBJEXT@
 
139
OPENIPMI_SMI = @OPENIPMI_SMI@
 
140
OPENIPMI_VERSION_EXTRA = @OPENIPMI_VERSION_EXTRA@
 
141
OPENIPMI_VERSION_MAJOR = @OPENIPMI_VERSION_MAJOR@
 
142
OPENIPMI_VERSION_MINOR = @OPENIPMI_VERSION_MINOR@
 
143
OPENIPMI_VERSION_RELEASE = @OPENIPMI_VERSION_RELEASE@
 
144
OPENSSLINCS = @OPENSSLINCS@
 
145
OPENSSLLIBS = @OPENSSLLIBS@
 
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_VERSION = @PACKAGE_VERSION@
 
152
PATH_SEPARATOR = @PATH_SEPARATOR@
 
153
PERL_CFLAGS = @PERL_CFLAGS@
 
154
PERL_DIR = @PERL_DIR@
 
155
PERL_INSTALL_DIR = @PERL_INSTALL_DIR@
 
156
POPTLIBS = @POPTLIBS@
 
157
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
158
PYTHON_DIR = @PYTHON_DIR@
 
159
PYTHON_INSTALL_DIR = @PYTHON_INSTALL_DIR@
 
160
RANLIB = @RANLIB@
 
161
SET_MAKE = @SET_MAKE@
 
162
SHELL = @SHELL@
 
163
SNMPLIBS = @SNMPLIBS@
 
164
STRIP = @STRIP@
 
165
SWIG = @SWIG@
 
166
SWIG_DIR = @SWIG_DIR@
 
167
VERSION = @VERSION@
 
168
ac_ct_AR = @ac_ct_AR@
 
169
ac_ct_CC = @ac_ct_CC@
 
170
ac_ct_CXX = @ac_ct_CXX@
 
171
ac_ct_F77 = @ac_ct_F77@
 
172
ac_ct_RANLIB = @ac_ct_RANLIB@
 
173
ac_ct_STRIP = @ac_ct_STRIP@
 
174
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
175
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
176
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
177
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
178
am__include = @am__include@
 
179
am__leading_dot = @am__leading_dot@
 
180
am__quote = @am__quote@
 
181
bindir = @bindir@
 
182
build = @build@
 
183
build_alias = @build_alias@
 
184
build_cpu = @build_cpu@
 
185
build_os = @build_os@
 
186
build_vendor = @build_vendor@
 
187
datadir = @datadir@
 
188
exec_prefix = @exec_prefix@
 
189
glibprog = @glibprog@
 
190
host = @host@
 
191
host_alias = @host_alias@
 
192
host_cpu = @host_cpu@
 
193
host_os = @host_os@
 
194
host_vendor = @host_vendor@
 
195
includedir = @includedir@
 
196
infodir = @infodir@
 
197
install_sh = @install_sh@
 
198
libdir = @libdir@
 
199
libexecdir = @libexecdir@
 
200
localstatedir = @localstatedir@
 
201
mandir = @mandir@
 
202
mkdir_p = @mkdir_p@
 
203
oldincludedir = @oldincludedir@
 
204
perlprog = @perlprog@
 
205
pkgprog = @pkgprog@
 
206
prefix = @prefix@
 
207
program_transform_name = @program_transform_name@
 
208
pythonprog = @pythonprog@
 
209
sbindir = @sbindir@
 
210
sharedstatedir = @sharedstatedir@
 
211
swigprog = @swigprog@
 
212
sysconfdir = @sysconfdir@
 
213
target = @target@
 
214
target_alias = @target_alias@
 
215
target_cpu = @target_cpu@
 
216
target_os = @target_os@
 
217
target_vendor = @target_vendor@
 
218
empty := 
 
219
space := $(empty) $(empty)
 
220
LIB_VERSION = 0.0.1
 
221
SPACE_VERSION = $(subst .,$(space),$(LIB_VERSION))
 
222
VERSION_CURRENT = $(wordlist 1, 1, $(SPACE_VERSION))
 
223
VERSION_REVISION = $(wordlist 3, 3, $(SPACE_VERSION))
 
224
VERSION_AGE = $(wordlist 2, 2, $(SPACE_VERSION))
 
225
LD_VERSION = $(VERSION_CURRENT):$(VERSION_REVISION):$(VERSION_AGE)
 
226
AM_CFLAGS = -Wall -I$(top_srcdir)/include
 
227
lib_LTLIBRARIES = libOpenIPMIposix.la libOpenIPMIpthread.la
 
228
libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c selector.c
 
229
libOpenIPMIpthread_la_LIBADD = -lpthread $(GDBM_LIB) \
 
230
        $(top_builddir)/utils/libOpenIPMIutils.la
 
231
 
 
232
libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
 
233
        -Wl,-Map -Wl,libOpenIPMIpthread.map
 
234
 
 
235
libOpenIPMIposix_la_SOURCES = posix_os_hnd.c selector.c
 
236
libOpenIPMIposix_la_LIBADD = $(top_builddir)/utils/libOpenIPMIutils.la \
 
237
        $(GDBM_LIB)
 
238
 
 
239
libOpenIPMIposix_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
 
240
        -Wl,-Map -Wl,libOpenIPMIposix.map
 
241
 
 
242
noinst_HEADERS = heap.h
 
243
test_heap_SOURCES = test_heap.c
 
244
test_heap_LDADD = 
 
245
TESTS = test_heap
 
246
all: all-am
 
247
 
 
248
.SUFFIXES:
 
249
.SUFFIXES: .c .lo .o .obj
 
250
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
251
        @for dep in $?; do \
 
252
          case '$(am__configure_deps)' in \
 
253
            *$$dep*) \
 
254
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
255
                && exit 0; \
 
256
              exit 1;; \
 
257
          esac; \
 
258
        done; \
 
259
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  unix/Makefile'; \
 
260
        cd $(top_srcdir) && \
 
261
          $(AUTOMAKE) --gnu  unix/Makefile
 
262
.PRECIOUS: Makefile
 
263
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
264
        @case '$?' in \
 
265
          *config.status*) \
 
266
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
267
          *) \
 
268
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
269
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
270
        esac;
 
271
 
 
272
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
274
 
 
275
$(top_srcdir)/configure:  $(am__configure_deps)
 
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
277
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
280
        @$(NORMAL_INSTALL)
 
281
        $(mkdir_p) $(DESTDIR)$(libdir)
 
282
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
283
          if test -f $$p; then \
 
284
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
285
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
 
286
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
 
287
          else :; fi; \
 
288
        done
 
289
 
 
290
uninstall-libLTLIBRARIES:
 
291
        @$(NORMAL_UNINSTALL)
 
292
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
293
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
294
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
 
295
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
296
        done
 
297
 
 
298
clean-libLTLIBRARIES:
 
299
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
300
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
301
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
302
          test "$$dir" = "$$p" && dir=.; \
 
303
          echo "rm -f \"$${dir}/so_locations\""; \
 
304
          rm -f "$${dir}/so_locations"; \
 
305
        done
 
306
libOpenIPMIposix.la: $(libOpenIPMIposix_la_OBJECTS) $(libOpenIPMIposix_la_DEPENDENCIES) 
 
307
        $(LINK) -rpath $(libdir) $(libOpenIPMIposix_la_LDFLAGS) $(libOpenIPMIposix_la_OBJECTS) $(libOpenIPMIposix_la_LIBADD) $(LIBS)
 
308
libOpenIPMIpthread.la: $(libOpenIPMIpthread_la_OBJECTS) $(libOpenIPMIpthread_la_DEPENDENCIES) 
 
309
        $(LINK) -rpath $(libdir) $(libOpenIPMIpthread_la_LDFLAGS) $(libOpenIPMIpthread_la_OBJECTS) $(libOpenIPMIpthread_la_LIBADD) $(LIBS)
 
310
 
 
311
clean-noinstPROGRAMS:
 
312
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
313
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
314
          echo " rm -f $$p $$f"; \
 
315
          rm -f $$p $$f ; \
 
316
        done
 
317
test_heap$(EXEEXT): $(test_heap_OBJECTS) $(test_heap_DEPENDENCIES) 
 
318
        @rm -f test_heap$(EXEEXT)
 
319
        $(LINK) $(test_heap_LDFLAGS) $(test_heap_OBJECTS) $(test_heap_LDADD) $(LIBS)
 
320
 
 
321
mostlyclean-compile:
 
322
        -rm -f *.$(OBJEXT)
 
323
 
 
324
distclean-compile:
 
325
        -rm -f *.tab.c
 
326
 
 
327
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix_os_hnd.Plo@am__quote@
 
328
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix_thread_os_hnd.Plo@am__quote@
 
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selector.Plo@am__quote@
 
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_heap.Po@am__quote@
 
331
 
 
332
.c.o:
 
333
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
334
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
338
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
339
 
 
340
.c.obj:
 
341
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
342
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
346
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
347
 
 
348
.c.lo:
 
349
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
350
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
354
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
355
 
 
356
mostlyclean-libtool:
 
357
        -rm -f *.lo
 
358
 
 
359
clean-libtool:
 
360
        -rm -rf .libs _libs
 
361
 
 
362
distclean-libtool:
 
363
        -rm -f libtool
 
364
uninstall-info-am:
 
365
 
 
366
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
367
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
368
        unique=`for i in $$list; do \
 
369
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
370
          done | \
 
371
          $(AWK) '    { files[$$0] = 1; } \
 
372
               END { for (i in files) print i; }'`; \
 
373
        mkid -fID $$unique
 
374
tags: TAGS
 
375
 
 
376
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
377
                $(TAGS_FILES) $(LISP)
 
378
        tags=; \
 
379
        here=`pwd`; \
 
380
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
381
        unique=`for i in $$list; do \
 
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
383
          done | \
 
384
          $(AWK) '    { files[$$0] = 1; } \
 
385
               END { for (i in files) print i; }'`; \
 
386
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
387
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
388
             $$tags $$unique
 
389
ctags: CTAGS
 
390
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
391
                $(TAGS_FILES) $(LISP)
 
392
        tags=; \
 
393
        here=`pwd`; \
 
394
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
395
        unique=`for i in $$list; do \
 
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
397
          done | \
 
398
          $(AWK) '    { files[$$0] = 1; } \
 
399
               END { for (i in files) print i; }'`; \
 
400
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
401
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
402
             $$tags $$unique
 
403
 
 
404
GTAGS:
 
405
        here=`$(am__cd) $(top_builddir) && pwd` \
 
406
          && cd $(top_srcdir) \
 
407
          && gtags -i $(GTAGS_ARGS) $$here
 
408
 
 
409
distclean-tags:
 
410
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
411
 
 
412
check-TESTS: $(TESTS)
 
413
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
414
        srcdir=$(srcdir); export srcdir; \
 
415
        list='$(TESTS)'; \
 
416
        if test -n "$$list"; then \
 
417
          for tst in $$list; do \
 
418
            if test -f ./$$tst; then dir=./; \
 
419
            elif test -f $$tst; then dir=; \
 
420
            else dir="$(srcdir)/"; fi; \
 
421
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
422
              all=`expr $$all + 1`; \
 
423
              case " $(XFAIL_TESTS) " in \
 
424
              *" $$tst "*) \
 
425
                xpass=`expr $$xpass + 1`; \
 
426
                failed=`expr $$failed + 1`; \
 
427
                echo "XPASS: $$tst"; \
 
428
              ;; \
 
429
              *) \
 
430
                echo "PASS: $$tst"; \
 
431
              ;; \
 
432
              esac; \
 
433
            elif test $$? -ne 77; then \
 
434
              all=`expr $$all + 1`; \
 
435
              case " $(XFAIL_TESTS) " in \
 
436
              *" $$tst "*) \
 
437
                xfail=`expr $$xfail + 1`; \
 
438
                echo "XFAIL: $$tst"; \
 
439
              ;; \
 
440
              *) \
 
441
                failed=`expr $$failed + 1`; \
 
442
                echo "FAIL: $$tst"; \
 
443
              ;; \
 
444
              esac; \
 
445
            else \
 
446
              skip=`expr $$skip + 1`; \
 
447
              echo "SKIP: $$tst"; \
 
448
            fi; \
 
449
          done; \
 
450
          if test "$$failed" -eq 0; then \
 
451
            if test "$$xfail" -eq 0; then \
 
452
              banner="All $$all tests passed"; \
 
453
            else \
 
454
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
455
            fi; \
 
456
          else \
 
457
            if test "$$xpass" -eq 0; then \
 
458
              banner="$$failed of $$all tests failed"; \
 
459
            else \
 
460
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
461
            fi; \
 
462
          fi; \
 
463
          dashes="$$banner"; \
 
464
          skipped=""; \
 
465
          if test "$$skip" -ne 0; then \
 
466
            skipped="($$skip tests were not run)"; \
 
467
            test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
 
468
              dashes="$$skipped"; \
 
469
          fi; \
 
470
          report=""; \
 
471
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
472
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
473
            test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
 
474
              dashes="$$report"; \
 
475
          fi; \
 
476
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
477
          echo "$$dashes"; \
 
478
          echo "$$banner"; \
 
479
          test -n "$$skipped" && echo "$$skipped"; \
 
480
          test -n "$$report" && echo "$$report"; \
 
481
          echo "$$dashes"; \
 
482
          test "$$failed" -eq 0; \
 
483
        else :; fi
 
484
 
 
485
distdir: $(DISTFILES)
 
486
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
487
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
488
        list='$(DISTFILES)'; for file in $$list; do \
 
489
          case $$file in \
 
490
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
491
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
492
          esac; \
 
493
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
494
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
495
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
496
            dir="/$$dir"; \
 
497
            $(mkdir_p) "$(distdir)$$dir"; \
 
498
          else \
 
499
            dir=''; \
 
500
          fi; \
 
501
          if test -d $$d/$$file; then \
 
502
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
503
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
504
            fi; \
 
505
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
506
          else \
 
507
            test -f $(distdir)/$$file \
 
508
            || cp -p $$d/$$file $(distdir)/$$file \
 
509
            || exit 1; \
 
510
          fi; \
 
511
        done
 
512
check-am: all-am
 
513
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
514
check: check-am
 
515
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
 
516
installdirs:
 
517
        $(mkdir_p) $(DESTDIR)$(libdir)
 
518
install: install-am
 
519
install-exec: install-exec-am
 
520
install-data: install-data-am
 
521
uninstall: uninstall-am
 
522
 
 
523
install-am: all-am
 
524
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
525
 
 
526
installcheck: installcheck-am
 
527
install-strip:
 
528
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
529
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
530
          `test -z '$(STRIP)' || \
 
531
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
532
mostlyclean-generic:
 
533
 
 
534
clean-generic:
 
535
 
 
536
distclean-generic:
 
537
        -rm -f $(CONFIG_CLEAN_FILES)
 
538
 
 
539
maintainer-clean-generic:
 
540
        @echo "This command is intended for maintainers to use"
 
541
        @echo "it deletes files that may require special tools to rebuild."
 
542
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
543
        clean-noinstPROGRAMS mostlyclean-am
 
544
 
 
545
distclean: distclean-am
 
546
        -rm -rf ./$(DEPDIR)
 
547
        -rm -f Makefile
 
548
distclean-am: clean-am distclean-compile distclean-generic \
 
549
        distclean-libtool distclean-tags
 
550
 
 
551
dvi: dvi-am
 
552
 
 
553
dvi-am:
 
554
 
 
555
html: html-am
 
556
 
 
557
info: info-am
 
558
 
 
559
info-am:
 
560
 
 
561
install-data-am:
 
562
 
 
563
install-exec-am: install-libLTLIBRARIES
 
564
 
 
565
install-info: install-info-am
 
566
 
 
567
install-man:
 
568
 
 
569
installcheck-am:
 
570
 
 
571
maintainer-clean: maintainer-clean-am
 
572
        -rm -rf ./$(DEPDIR)
 
573
        -rm -f Makefile
 
574
maintainer-clean-am: distclean-am maintainer-clean-generic
 
575
 
 
576
mostlyclean: mostlyclean-am
 
577
 
 
578
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
579
        mostlyclean-libtool
 
580
 
 
581
pdf: pdf-am
 
582
 
 
583
pdf-am:
 
584
 
 
585
ps: ps-am
 
586
 
 
587
ps-am:
 
588
 
 
589
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
590
 
 
591
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
592
        clean-generic clean-libLTLIBRARIES clean-libtool \
 
593
        clean-noinstPROGRAMS ctags distclean distclean-compile \
 
594
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
595
        dvi-am html html-am info info-am install install-am \
 
596
        install-data install-data-am install-exec install-exec-am \
 
597
        install-info install-info-am install-libLTLIBRARIES \
 
598
        install-man install-strip installcheck installcheck-am \
 
599
        installdirs maintainer-clean maintainer-clean-generic \
 
600
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
601
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
602
        uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
 
603
 
 
604
 
 
605
clean:
 
606
        rm -f *.map
 
607
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
608
# Otherwise a system limit (for SysV at least) may be exceeded.
 
609
.NOEXPORT: