~ubuntu-branches/ubuntu/breezy/quagga/breezy-security

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Mueller
  • Date: 2005-05-20 13:16:12 UTC
  • Revision ID: james.westby@ubuntu.com-20050520131612-pr6paalox60o3x3n
Tags: upstream-0.99.1
ImportĀ upstreamĀ versionĀ 0.99.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
SOURCES = $(libzebra_la_SOURCES)
 
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
top_builddir = ..
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
 
41
host_triplet = @host@
 
42
target_triplet = @target@
 
43
subdir = lib
 
44
DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
 
45
        $(srcdir)/Makefile.in $(srcdir)/version.h.in ChangeLog
 
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
47
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
48
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
49
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/configure.ac
 
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
51
        $(ACLOCAL_M4)
 
52
mkinstalldirs = $(install_sh) -d
 
53
CONFIG_HEADER = $(top_builddir)/config.h
 
54
CONFIG_CLEAN_FILES = version.h
 
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
56
am__vpath_adj = case $$p in \
 
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
58
    *) f=$$p;; \
 
59
  esac;
 
60
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
 
62
libLTLIBRARIES_INSTALL = $(INSTALL)
 
63
LTLIBRARIES = $(lib_LTLIBRARIES)
 
64
am_libzebra_la_OBJECTS = network.lo pid_output.lo getopt.lo getopt1.lo \
 
65
        daemon.lo checksum.lo vector.lo linklist.lo vty.lo command.lo \
 
66
        sockunion.lo prefix.lo thread.lo if.lo memory.lo buffer.lo \
 
67
        table.lo hash.lo filter.lo routemap.lo distribute.lo stream.lo \
 
68
        str.lo log.lo plist.lo zclient.lo sockopt.lo smux.lo md5.lo \
 
69
        if_rmap.lo keychain.lo privs.lo sigevent.lo pqueue.lo jhash.lo \
 
70
        memtypes.lo workqueue.lo
 
71
libzebra_la_OBJECTS = $(am_libzebra_la_OBJECTS)
 
72
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
73
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
74
am__depfiles_maybe = depfiles
 
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
76
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
77
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
 
78
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
79
        $(AM_CFLAGS) $(CFLAGS)
 
80
CCLD = $(CC)
 
81
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
82
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
83
SOURCES = $(libzebra_la_SOURCES)
 
84
DIST_SOURCES = $(libzebra_la_SOURCES)
 
85
pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
86
HEADERS = $(pkginclude_HEADERS)
 
87
ETAGS = etags
 
88
CTAGS = ctags
 
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
90
ACLOCAL = @ACLOCAL@
 
91
AMDEP_FALSE = @AMDEP_FALSE@
 
92
AMDEP_TRUE = @AMDEP_TRUE@
 
93
AMTAR = @AMTAR@
 
94
AR = @AR@
 
95
AUTOCONF = @AUTOCONF@
 
96
AUTOHEADER = @AUTOHEADER@
 
97
AUTOMAKE = @AUTOMAKE@
 
98
AWK = @AWK@
 
99
BGPD = @BGPD@
 
100
CC = @CC@
 
101
CCDEPMODE = @CCDEPMODE@
 
102
CFLAGS = @CFLAGS@
 
103
CONFDATE = @CONFDATE@
 
104
CPP = @CPP@
 
105
CPPFLAGS = @CPPFLAGS@
 
106
CURSES = @CURSES@
 
107
CYGPATH_W = @CYGPATH_W@
 
108
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
 
109
DEPDIR = @DEPDIR@
 
110
ECHO = @ECHO@
 
111
ECHO_C = @ECHO_C@
 
112
ECHO_N = @ECHO_N@
 
113
ECHO_T = @ECHO_T@
 
114
EGREP = @EGREP@
 
115
EXEEXT = @EXEEXT@
 
116
GAWK = @GAWK@
 
117
IF_METHOD = @IF_METHOD@
 
118
IF_PROC = @IF_PROC@
 
119
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
 
120
INSTALL_DATA = @INSTALL_DATA@
 
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
123
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
124
IOCTL_METHOD = @IOCTL_METHOD@
 
125
IPFORWARD = @IPFORWARD@
 
126
ISISD = @ISISD@
 
127
ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
 
128
ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
 
129
ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
 
130
KERNEL_METHOD = @KERNEL_METHOD@
 
131
LD = @LD@
 
132
LDFLAGS = @LDFLAGS@
 
133
LIBCAP = @LIBCAP@
 
134
LIBOBJS = @LIBOBJS@
 
135
LIBPAM = @LIBPAM@
 
136
LIBS = @LIBS@
 
137
LIBTOOL = @LIBTOOL@
 
138
LIB_IPV6 = @LIB_IPV6@
 
139
LIB_REGEX = @LIB_REGEX@
 
140
LN_S = @LN_S@
 
141
LTLIBOBJS = @LTLIBOBJS@
 
142
MAKEINFO = @MAKEINFO@
 
143
MULTIPATH_NUM = @MULTIPATH_NUM@
 
144
NM = @NM@
 
145
OBJEXT = @OBJEXT@
 
146
OSPF6D = @OSPF6D@
 
147
OSPFAPI = @OSPFAPI@
 
148
OSPFCLIENT = @OSPFCLIENT@
 
149
OSPFD = @OSPFD@
 
150
OTHER_METHOD = @OTHER_METHOD@
 
151
PACKAGE = @PACKAGE@
 
152
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
153
PACKAGE_NAME = @PACKAGE_NAME@
 
154
PACKAGE_STRING = @PACKAGE_STRING@
 
155
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
156
PACKAGE_VERSION = @PACKAGE_VERSION@
 
157
PATH_SEPARATOR = @PATH_SEPARATOR@
 
158
PERL = @PERL@
 
159
RANLIB = @RANLIB@
 
160
RIPD = @RIPD@
 
161
RIPNGD = @RIPNGD@
 
162
RTREAD_METHOD = @RTREAD_METHOD@
 
163
RT_METHOD = @RT_METHOD@
 
164
SED = @SED@
 
165
SET_MAKE = @SET_MAKE@
 
166
SHELL = @SHELL@
 
167
SNMP_INCLUDES = @SNMP_INCLUDES@
 
168
STRIP = @STRIP@
 
169
VERSION = @VERSION@
 
170
VTYSH = @VTYSH@
 
171
WATCHQUAGGA = @WATCHQUAGGA@
 
172
ZEBRA = @ZEBRA@
 
173
ac_ct_AR = @ac_ct_AR@
 
174
ac_ct_CC = @ac_ct_CC@
 
175
ac_ct_RANLIB = @ac_ct_RANLIB@
 
176
ac_ct_STRIP = @ac_ct_STRIP@
 
177
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
178
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
179
am__include = @am__include@
 
180
am__leading_dot = @am__leading_dot@
 
181
am__quote = @am__quote@
 
182
am__tar = @am__tar@
 
183
am__untar = @am__untar@
 
184
bindir = @bindir@
 
185
build = @build@
 
186
build_alias = @build_alias@
 
187
build_cpu = @build_cpu@
 
188
build_os = @build_os@
 
189
build_vendor = @build_vendor@
 
190
datadir = @datadir@
 
191
enable_group = @enable_group@
 
192
enable_user = @enable_user@
 
193
enable_vty_group = @enable_vty_group@
 
194
exampledir = @exampledir@
 
195
exec_prefix = @exec_prefix@
 
196
host = @host@
 
197
host_alias = @host_alias@
 
198
host_cpu = @host_cpu@
 
199
host_os = @host_os@
 
200
host_vendor = @host_vendor@
 
201
includedir = @includedir@
 
202
infodir = @infodir@
 
203
install_sh = @install_sh@
 
204
libdir = @libdir@
 
205
libexecdir = @libexecdir@
 
206
localstatedir = @localstatedir@
 
207
mandir = @mandir@
 
208
mkdir_p = @mkdir_p@
 
209
oldincludedir = @oldincludedir@
 
210
pkgsrcdir = @pkgsrcdir@
 
211
pkgsrcrcdir = @pkgsrcrcdir@
 
212
prefix = @prefix@
 
213
program_transform_name = @program_transform_name@
 
214
quagga_statedir = @quagga_statedir@
 
215
sbindir = @sbindir@
 
216
sharedstatedir = @sharedstatedir@
 
217
sysconfdir = @sysconfdir@
 
218
target = @target@
 
219
target_alias = @target_alias@
 
220
target_cpu = @target_cpu@
 
221
target_os = @target_os@
 
222
target_vendor = @target_vendor@
 
223
lib_LTLIBRARIES = libzebra.la
 
224
libzebra_la_LDFLAGS = -version 0:0:0
 
225
libzebra_la_SOURCES = \
 
226
        network.c pid_output.c getopt.c getopt1.c daemon.c \
 
227
        checksum.c vector.c linklist.c vty.c command.c \
 
228
        sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \
 
229
        filter.c routemap.c distribute.c stream.c str.c log.c plist.c \
 
230
        zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c privs.c \
 
231
        sigevent.c pqueue.c jhash.c memtypes.c workqueue.c
 
232
 
 
233
BUILT_SOURCES = memtypes.h
 
234
libzebra_la_DEPENDENCIES = @LIB_REGEX@
 
235
libzebra_la_LIBADD = @LIB_REGEX@
 
236
pkginclude_HEADERS = \
 
237
        buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \
 
238
        memory.h network.h prefix.h routemap.h distribute.h sockunion.h \
 
239
        str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \
 
240
        plist.h zclient.h sockopt.h smux.h md5-gnu.h if_rmap.h keychain.h \
 
241
        privs.h sigevent.h pqueue.h jhash.h zassert.h memtypes.h \
 
242
        privs.h sigevent.h pqueue.h jhash.h zassert.h memtypes.h workqueue.h
 
243
 
 
244
EXTRA_DIST = regex.c regex-gnu.h memtypes.awk
 
245
all: $(BUILT_SOURCES)
 
246
        $(MAKE) $(AM_MAKEFLAGS) 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  lib/Makefile'; \
 
260
        cd $(top_srcdir) && \
 
261
          $(AUTOMAKE) --gnu  lib/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
version.h: $(top_builddir)/config.status $(srcdir)/version.h.in
 
280
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
281
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
282
        @$(NORMAL_INSTALL)
 
283
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
284
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
285
          if test -f $$p; then \
 
286
            f=$(am__strip_dir) \
 
287
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
288
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
289
          else :; fi; \
 
290
        done
 
291
 
 
292
uninstall-libLTLIBRARIES:
 
293
        @$(NORMAL_UNINSTALL)
 
294
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
295
          p=$(am__strip_dir) \
 
296
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
297
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
298
        done
 
299
 
 
300
clean-libLTLIBRARIES:
 
301
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
302
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
303
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
304
          test "$$dir" != "$$p" || dir=.; \
 
305
          echo "rm -f \"$${dir}/so_locations\""; \
 
306
          rm -f "$${dir}/so_locations"; \
 
307
        done
 
308
libzebra.la: $(libzebra_la_OBJECTS) $(libzebra_la_DEPENDENCIES) 
 
309
        $(LINK) -rpath $(libdir) $(libzebra_la_LDFLAGS) $(libzebra_la_OBJECTS) $(libzebra_la_LIBADD) $(LIBS)
 
310
 
 
311
mostlyclean-compile:
 
312
        -rm -f *.$(OBJEXT)
 
313
 
 
314
distclean-compile:
 
315
        -rm -f *.tab.c
 
316
 
 
317
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
 
318
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksum.Plo@am__quote@
 
319
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Plo@am__quote@
 
320
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemon.Plo@am__quote@
 
321
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distribute.Plo@am__quote@
 
322
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Plo@am__quote@
 
323
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Plo@am__quote@
 
324
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Plo@am__quote@
 
325
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
 
326
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if.Plo@am__quote@
 
327
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if_rmap.Plo@am__quote@
 
328
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jhash.Plo@am__quote@
 
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keychain.Plo@am__quote@
 
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linklist.Plo@am__quote@
 
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
 
332
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
 
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@
 
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memtypes.Plo@am__quote@
 
335
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network.Plo@am__quote@
 
336
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pid_output.Plo@am__quote@
 
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plist.Plo@am__quote@
 
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pqueue.Plo@am__quote@
 
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefix.Plo@am__quote@
 
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privs.Plo@am__quote@
 
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/routemap.Plo@am__quote@
 
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigevent.Plo@am__quote@
 
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smux.Plo@am__quote@
 
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockopt.Plo@am__quote@
 
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockunion.Plo@am__quote@
 
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Plo@am__quote@
 
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Plo@am__quote@
 
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table.Plo@am__quote@
 
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
 
350
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Plo@am__quote@
 
351
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vty.Plo@am__quote@
 
352
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Plo@am__quote@
 
353
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zclient.Plo@am__quote@
 
354
 
 
355
.c.o:
 
356
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
357
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
360
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
361
 
 
362
.c.obj:
 
363
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
364
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
367
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
368
 
 
369
.c.lo:
 
370
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
371
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
374
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
375
 
 
376
mostlyclean-libtool:
 
377
        -rm -f *.lo
 
378
 
 
379
clean-libtool:
 
380
        -rm -rf .libs _libs
 
381
 
 
382
distclean-libtool:
 
383
        -rm -f libtool
 
384
uninstall-info-am:
 
385
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
 
386
        @$(NORMAL_INSTALL)
 
387
        test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
 
388
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
389
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
390
          f=$(am__strip_dir) \
 
391
          echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
392
          $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
393
        done
 
394
 
 
395
uninstall-pkgincludeHEADERS:
 
396
        @$(NORMAL_UNINSTALL)
 
397
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
398
          f=$(am__strip_dir) \
 
399
          echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
400
          rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
401
        done
 
402
 
 
403
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
404
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
405
        unique=`for i in $$list; do \
 
406
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
407
          done | \
 
408
          $(AWK) '    { files[$$0] = 1; } \
 
409
               END { for (i in files) print i; }'`; \
 
410
        mkid -fID $$unique
 
411
tags: TAGS
 
412
 
 
413
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
414
                $(TAGS_FILES) $(LISP)
 
415
        tags=; \
 
416
        here=`pwd`; \
 
417
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
418
        unique=`for i in $$list; do \
 
419
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
420
          done | \
 
421
          $(AWK) '    { files[$$0] = 1; } \
 
422
               END { for (i in files) print i; }'`; \
 
423
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
424
          test -n "$$unique" || unique=$$empty_fix; \
 
425
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
426
            $$tags $$unique; \
 
427
        fi
 
428
ctags: CTAGS
 
429
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
430
                $(TAGS_FILES) $(LISP)
 
431
        tags=; \
 
432
        here=`pwd`; \
 
433
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
434
        unique=`for i in $$list; do \
 
435
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
436
          done | \
 
437
          $(AWK) '    { files[$$0] = 1; } \
 
438
               END { for (i in files) print i; }'`; \
 
439
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
440
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
441
             $$tags $$unique
 
442
 
 
443
GTAGS:
 
444
        here=`$(am__cd) $(top_builddir) && pwd` \
 
445
          && cd $(top_srcdir) \
 
446
          && gtags -i $(GTAGS_ARGS) $$here
 
447
 
 
448
distclean-tags:
 
449
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
450
 
 
451
distdir: $(DISTFILES)
 
452
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
453
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
454
        list='$(DISTFILES)'; for file in $$list; do \
 
455
          case $$file in \
 
456
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
457
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
458
          esac; \
 
459
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
460
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
461
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
462
            dir="/$$dir"; \
 
463
            $(mkdir_p) "$(distdir)$$dir"; \
 
464
          else \
 
465
            dir=''; \
 
466
          fi; \
 
467
          if test -d $$d/$$file; then \
 
468
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
469
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
470
            fi; \
 
471
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
472
          else \
 
473
            test -f $(distdir)/$$file \
 
474
            || cp -p $$d/$$file $(distdir)/$$file \
 
475
            || exit 1; \
 
476
          fi; \
 
477
        done
 
478
check-am: all-am
 
479
check: $(BUILT_SOURCES)
 
480
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
481
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
482
installdirs:
 
483
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \
 
484
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
485
        done
 
486
install: $(BUILT_SOURCES)
 
487
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
488
install-exec: install-exec-am
 
489
install-data: install-data-am
 
490
uninstall: uninstall-am
 
491
 
 
492
install-am: all-am
 
493
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
494
 
 
495
installcheck: installcheck-am
 
496
install-strip:
 
497
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
498
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
499
          `test -z '$(STRIP)' || \
 
500
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
501
mostlyclean-generic:
 
502
 
 
503
clean-generic:
 
504
 
 
505
distclean-generic:
 
506
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
507
 
 
508
maintainer-clean-generic:
 
509
        @echo "This command is intended for maintainers to use"
 
510
        @echo "it deletes files that may require special tools to rebuild."
 
511
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
512
clean: clean-am
 
513
 
 
514
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
515
        mostlyclean-am
 
516
 
 
517
distclean: distclean-am
 
518
        -rm -rf ./$(DEPDIR)
 
519
        -rm -f Makefile
 
520
distclean-am: clean-am distclean-compile distclean-generic \
 
521
        distclean-libtool distclean-tags
 
522
 
 
523
dvi: dvi-am
 
524
 
 
525
dvi-am:
 
526
 
 
527
html: html-am
 
528
 
 
529
info: info-am
 
530
 
 
531
info-am:
 
532
 
 
533
install-data-am: install-pkgincludeHEADERS
 
534
 
 
535
install-exec-am: install-libLTLIBRARIES
 
536
 
 
537
install-info: install-info-am
 
538
 
 
539
install-man:
 
540
 
 
541
installcheck-am:
 
542
 
 
543
maintainer-clean: maintainer-clean-am
 
544
        -rm -rf ./$(DEPDIR)
 
545
        -rm -f Makefile
 
546
maintainer-clean-am: distclean-am maintainer-clean-generic
 
547
 
 
548
mostlyclean: mostlyclean-am
 
549
 
 
550
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
551
        mostlyclean-libtool
 
552
 
 
553
pdf: pdf-am
 
554
 
 
555
pdf-am:
 
556
 
 
557
ps: ps-am
 
558
 
 
559
ps-am:
 
560
 
 
561
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
 
562
        uninstall-pkgincludeHEADERS
 
563
 
 
564
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
565
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
566
        distclean-compile distclean-generic distclean-libtool \
 
567
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
568
        install install-am install-data install-data-am install-exec \
 
569
        install-exec-am install-info install-info-am \
 
570
        install-libLTLIBRARIES install-man install-pkgincludeHEADERS \
 
571
        install-strip installcheck installcheck-am installdirs \
 
572
        maintainer-clean maintainer-clean-generic mostlyclean \
 
573
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
574
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
575
        uninstall-info-am uninstall-libLTLIBRARIES \
 
576
        uninstall-pkgincludeHEADERS
 
577
 
 
578
 
 
579
memtypes.h: $(srcdir)/memtypes.c $(srcdir)/memtypes.awk
 
580
        ($(GAWK) -f $(srcdir)/memtypes.awk $(srcdir)/memtypes.c > memtypes.h)
 
581
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
582
# Otherwise a system limit (for SysV at least) may be exceeded.
 
583
.NOEXPORT: