Subversion Repositories Vertical

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
 
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
VPATH = @srcdir@
18
am__is_gnu_make = { \
19
  if test -z '$(MAKELEVEL)'; then \
20
    false; \
21
  elif test -n '$(MAKE_HOST)'; then \
22
    true; \
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24
    true; \
25
  else \
26
    false; \
27
  fi; \
28
}
29
am__make_running_with_option = \
30
  case $${target_option-} in \
31
      ?) ;; \
32
      *) echo "am__make_running_with_option: internal error: invalid" \
33
              "target option '$${target_option-}' specified" >&2; \
34
         exit 1;; \
35
  esac; \
36
  has_opt=no; \
37
  sane_makeflags=$$MAKEFLAGS; \
38
  if $(am__is_gnu_make); then \
39
    sane_makeflags=$$MFLAGS; \
40
  else \
41
    case $$MAKEFLAGS in \
42
      *\\[\ \	]*) \
43
        bs=\\; \
44
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46
    esac; \
47
  fi; \
48
  skip_next=no; \
49
  strip_trailopt () \
50
  { \
51
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52
  }; \
53
  for flg in $$sane_makeflags; do \
54
    test $$skip_next = yes && { skip_next=no; continue; }; \
55
    case $$flg in \
56
      *=*|--*) continue;; \
57
        -*I) strip_trailopt 'I'; skip_next=yes;; \
58
      -*I?*) strip_trailopt 'I';; \
59
        -*O) strip_trailopt 'O'; skip_next=yes;; \
60
      -*O?*) strip_trailopt 'O';; \
61
        -*l) strip_trailopt 'l'; skip_next=yes;; \
62
      -*l?*) strip_trailopt 'l';; \
63
      -[dEDm]) skip_next=yes;; \
64
      -[JT]) skip_next=yes;; \
65
    esac; \
66
    case $$flg in \
67
      *$$target_option*) has_opt=yes; break;; \
68
    esac; \
69
  done; \
70
  test $$has_opt = yes
71
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73
pkgdatadir = $(datadir)/@PACKAGE@
74
pkgincludedir = $(includedir)/@PACKAGE@
75
pkglibdir = $(libdir)/@PACKAGE@
76
pkglibexecdir = $(libexecdir)/@PACKAGE@
77
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78
install_sh_DATA = $(install_sh) -c -m 644
79
install_sh_PROGRAM = $(install_sh) -c
80
install_sh_SCRIPT = $(install_sh) -c
81
INSTALL_HEADER = $(INSTALL_DATA)
82
transform = $(program_transform_name)
83
NORMAL_INSTALL = :
84
PRE_INSTALL = :
85
POST_INSTALL = :
86
NORMAL_UNINSTALL = :
87
PRE_UNINSTALL = :
88
POST_UNINSTALL = :
89
build_triplet = @build@
90
host_triplet = @host@
91
bin_PROGRAMS = net_read$(EXEEXT)
92
subdir = net_src
93
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97
	$(top_srcdir)/configure.ac
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99
	$(ACLOCAL_M4)
100
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101
mkinstalldirs = $(install_sh) -d
102
CONFIG_HEADER = $(top_builddir)/config.h
103
CONFIG_CLEAN_FILES =
104
CONFIG_CLEAN_VPATH_FILES =
105
am__installdirs = "$(DESTDIR)$(bindir)"
106
PROGRAMS = $(bin_PROGRAMS)
107
am_net_read_OBJECTS = net_lex.$(OBJEXT) net_yacc.$(OBJEXT) \
108
	net_main.$(OBJEXT)
109
net_read_OBJECTS = $(am_net_read_OBJECTS)
110
net_read_DEPENDENCIES = $(VERTLIBS)
111
AM_V_lt = $(am__v_lt_@AM_V@)
112
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
113
am__v_lt_0 = --silent
114
am__v_lt_1 = 
115
AM_V_P = $(am__v_P_@AM_V@)
116
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117
am__v_P_0 = false
118
am__v_P_1 = :
119
AM_V_GEN = $(am__v_GEN_@AM_V@)
120
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121
am__v_GEN_0 = @echo "  GEN     " $@;
122
am__v_GEN_1 = 
123
AM_V_at = $(am__v_at_@AM_V@)
124
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125
am__v_at_0 = @
126
am__v_at_1 = 
127
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
128
depcomp = $(SHELL) $(top_srcdir)/depcomp
129
am__depfiles_maybe = depfiles
130
am__mv = mv -f
131
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
132
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
134
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
135
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
136
	$(AM_CFLAGS) $(CFLAGS)
137
AM_V_CC = $(am__v_CC_@AM_V@)
138
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
139
am__v_CC_0 = @echo "  CC      " $@;
140
am__v_CC_1 = 
141
CCLD = $(CC)
142
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
143
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
144
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
145
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
146
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
147
am__v_CCLD_0 = @echo "  CCLD    " $@;
148
am__v_CCLD_1 = 
149
@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
150
LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
151
LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
152
	$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
153
AM_V_LEX = $(am__v_LEX_@AM_V@)
154
am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
155
am__v_LEX_0 = @echo "  LEX     " $@;
156
am__v_LEX_1 = 
157
YLWRAP = $(top_srcdir)/ylwrap
158
@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
159
am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
160
		   -e s/c++$$/h++/ -e s/c$$/h/
161
YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
162
LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
163
	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
164
AM_V_YACC = $(am__v_YACC_@AM_V@)
165
am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
166
am__v_YACC_0 = @echo "  YACC    " $@;
167
am__v_YACC_1 = 
168
SOURCES = $(net_read_SOURCES)
169
DIST_SOURCES = $(net_read_SOURCES)
170
am__can_run_installinfo = \
171
  case $$AM_UPDATE_INFO_DIR in \
172
    n|no|NO) false;; \
173
    *) (install-info --version) >/dev/null 2>&1;; \
174
  esac
175
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
176
# Read a list of newline-separated strings from the standard input,
177
# and print each of them once, without duplicates.  Input order is
178
# *not* preserved.
179
am__uniquify_input = $(AWK) '\
180
  BEGIN { nonempty = 0; } \
181
  { items[$$0] = 1; nonempty = 1; } \
182
  END { if (nonempty) { for (i in items) print i; }; } \
183
'
184
# Make sure the list of sources is unique.  This is necessary because,
185
# e.g., the same source file might be shared among _SOURCES variables
186
# for different programs/libraries.
187
am__define_uniq_tagged_files = \
188
  list='$(am__tagged_files)'; \
189
  unique=`for i in $$list; do \
190
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191
  done | $(am__uniquify_input)`
192
ETAGS = etags
193
CTAGS = ctags
194
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.common \
195
	$(top_srcdir)/depcomp $(top_srcdir)/ylwrap net_lex.c \
196
	net_yacc.c
197
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198
ACLOCAL = @ACLOCAL@
199
AMTAR = @AMTAR@
200
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
201
AR = @AR@
202
AUTOCONF = @AUTOCONF@
203
AUTOHEADER = @AUTOHEADER@
204
AUTOMAKE = @AUTOMAKE@
205
AWK = @AWK@
206
CC = @CC@
207
CCDEPMODE = @CCDEPMODE@
208
CFLAGS = @CFLAGS@
209
CPP = @CPP@
210
CPPFLAGS = @CPPFLAGS@
211
CXX = @CXX@
212
CXXCPP = @CXXCPP@
213
CXXDEPMODE = @CXXDEPMODE@
214
CXXFLAGS = @CXXFLAGS@
215
CYGPATH_W = @CYGPATH_W@
216
DEFS = @DEFS@
217
DEPDIR = @DEPDIR@
218
DLLTOOL = @DLLTOOL@
219
DSYMUTIL = @DSYMUTIL@
220
DUMPBIN = @DUMPBIN@
221
ECHO_C = @ECHO_C@
222
ECHO_N = @ECHO_N@
223
ECHO_T = @ECHO_T@
224
EGREP = @EGREP@
225
EXEEXT = @EXEEXT@
226
FGREP = @FGREP@
227
GREP = @GREP@
228
INSTALL = @INSTALL@
229
INSTALL_DATA = @INSTALL_DATA@
230
INSTALL_PROGRAM = @INSTALL_PROGRAM@
231
INSTALL_SCRIPT = @INSTALL_SCRIPT@
232
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
233
LD = @LD@
234
LDFLAGS = @LDFLAGS@
235
LEX = @LEX@
236
LEXLIB = @LEXLIB@
237
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
238
LIBOBJS = @LIBOBJS@
239
LIBS = @LIBS@
240
LIBTOOL = @LIBTOOL@
241
LIPO = @LIPO@
242
LN_S = @LN_S@
243
LTLIBOBJS = @LTLIBOBJS@
244
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
245
MAINT = @MAINT@
246
MAKEINFO = @MAKEINFO@
247
MANIFEST_TOOL = @MANIFEST_TOOL@
248
MKDIR_P = @MKDIR_P@
249
NM = @NM@
250
NMEDIT = @NMEDIT@
251
OBJDUMP = @OBJDUMP@
252
OBJEXT = @OBJEXT@
253
OTOOL = @OTOOL@
254
OTOOL64 = @OTOOL64@
255
PACKAGE = @PACKAGE@
256
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257
PACKAGE_NAME = @PACKAGE_NAME@
258
PACKAGE_STRING = @PACKAGE_STRING@
259
PACKAGE_TARNAME = @PACKAGE_TARNAME@
260
PACKAGE_URL = @PACKAGE_URL@
261
PACKAGE_VERSION = @PACKAGE_VERSION@
262
PATH_SEPARATOR = @PATH_SEPARATOR@
263
RANLIB = @RANLIB@
264
SED = @SED@
265
SET_MAKE = @SET_MAKE@
266
SHELL = @SHELL@
267
STRIP = @STRIP@
268
VERSION = @VERSION@
269
YACC = @YACC@
270
YFLAGS = @YFLAGS@
271
abs_builddir = @abs_builddir@
272
abs_srcdir = @abs_srcdir@
273
abs_top_builddir = @abs_top_builddir@
274
abs_top_srcdir = @abs_top_srcdir@
275
ac_ct_AR = @ac_ct_AR@
276
ac_ct_CC = @ac_ct_CC@
277
ac_ct_CXX = @ac_ct_CXX@
278
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279
am__include = @am__include@
280
am__leading_dot = @am__leading_dot@
281
am__quote = @am__quote@
282
am__tar = @am__tar@
283
am__untar = @am__untar@
284
bindir = @bindir@
285
build = @build@
286
build_alias = @build_alias@
287
build_cpu = @build_cpu@
288
build_os = @build_os@
289
build_vendor = @build_vendor@
290
builddir = @builddir@
291
datadir = @datadir@
292
datarootdir = @datarootdir@
293
docdir = @docdir@
294
dvidir = @dvidir@
295
exec_prefix = @exec_prefix@
296
host = @host@
297
host_alias = @host_alias@
298
host_cpu = @host_cpu@
299
host_os = @host_os@
300
host_vendor = @host_vendor@
301
htmldir = @htmldir@
302
includedir = @includedir@
303
infodir = @infodir@
304
install_sh = @install_sh@
305
libdir = @libdir@
306
libexecdir = @libexecdir@
307
localedir = @localedir@
308
localstatedir = @localstatedir@
309
mandir = @mandir@
310
mkdir_p = @mkdir_p@
311
oldincludedir = @oldincludedir@
312
pdfdir = @pdfdir@
313
prefix = @prefix@
314
program_transform_name = @program_transform_name@
315
psdir = @psdir@
316
runstatedir = @runstatedir@
317
sbindir = @sbindir@
318
sharedstatedir = @sharedstatedir@
319
srcdir = @srcdir@
320
sysconfdir = @sysconfdir@
321
target_alias = @target_alias@
322
top_build_prefix = @top_build_prefix@
323
top_builddir = @top_builddir@
324
top_srcdir = @top_srcdir@
325
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) \
326
           -I $(top_srcdir)/vertlib \
327
           -I $(top_srcdir)/vertcl_src \
328
           -I $(top_srcdir)/cmdlib \
329
            -I $(top_srcdir)/acf_src
330
 
331
VERTLIBS = $(top_srcdir)/cmdlib/libcmd.la \
332
           $(top_srcdir)/vertlib/libvertical.la \
333
           $(top_srcdir)/versionlib/libversion.la
334
 
335
net_read_SOURCES = net_lex.l net_yacc.y net_main.c
336
net_read_LDADD = $(VERTLIBS)
337
all: all-am
338
 
339
.SUFFIXES:
340
.SUFFIXES: .c .l .lo .o .obj .y
341
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
342
	@for dep in $?; do \
343
	  case '$(am__configure_deps)' in \
344
	    *$$dep*) \
345
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
346
	        && { if test -f $@; then exit 0; else break; fi; }; \
347
	      exit 1;; \
348
	  esac; \
349
	done; \
350
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu net_src/Makefile'; \
351
	$(am__cd) $(top_srcdir) && \
352
	  $(AUTOMAKE) --gnu net_src/Makefile
353
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354
	@case '$?' in \
355
	  *config.status*) \
356
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
357
	  *) \
358
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
359
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
360
	esac;
361
$(top_srcdir)/Makefile.common $(am__empty):
362
 
363
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
364
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
 
366
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
367
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
369
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370
$(am__aclocal_m4_deps):
371
install-binPROGRAMS: $(bin_PROGRAMS)
372
	@$(NORMAL_INSTALL)
373
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
374
	if test -n "$$list"; then \
375
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
376
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
377
	fi; \
378
	for p in $$list; do echo "$$p $$p"; done | \
379
	sed 's/$(EXEEXT)$$//' | \
380
	while read p p1; do if test -f $$p \
381
	 || test -f $$p1 \
382
	  ; then echo "$$p"; echo "$$p"; else :; fi; \
383
	done | \
384
	sed -e 'p;s,.*/,,;n;h' \
385
	    -e 's|.*|.|' \
386
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
387
	sed 'N;N;N;s,\n, ,g' | \
388
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
389
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
390
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
391
	    else { print "f", $$3 "/" $$4, $$1; } } \
392
	  END { for (d in files) print "f", d, files[d] }' | \
393
	while read type dir files; do \
394
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
395
	    test -z "$$files" || { \
396
	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
397
	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
398
	    } \
399
	; done
400
 
401
uninstall-binPROGRAMS:
402
	@$(NORMAL_UNINSTALL)
403
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
404
	files=`for p in $$list; do echo "$$p"; done | \
405
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
406
	      -e 's/$$/$(EXEEXT)/' \
407
	`; \
408
	test -n "$$list" || exit 0; \
409
	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
410
	cd "$(DESTDIR)$(bindir)" && rm -f $$files
411
 
412
clean-binPROGRAMS:
413
	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
414
	echo " rm -f" $$list; \
415
	rm -f $$list || exit $$?; \
416
	test -n "$(EXEEXT)" || exit 0; \
417
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
418
	echo " rm -f" $$list; \
419
	rm -f $$list
420
 
421
net_read$(EXEEXT): $(net_read_OBJECTS) $(net_read_DEPENDENCIES) $(EXTRA_net_read_DEPENDENCIES) 
422
	@rm -f net_read$(EXEEXT)
423
	$(AM_V_CCLD)$(LINK) $(net_read_OBJECTS) $(net_read_LDADD) $(LIBS)
424
 
425
mostlyclean-compile:
426
	-rm -f *.$(OBJEXT)
427
 
428
distclean-compile:
429
	-rm -f *.tab.c
430
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_lex.Po@am__quote@
432
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_main.Po@am__quote@
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_yacc.Po@am__quote@
434
 
435
.c.o:
436
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
437
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
441
 
442
.c.obj:
443
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
444
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
448
 
449
.c.lo:
450
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
451
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
455
 
456
.l.c:
457
	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
458
 
459
.y.c:
460
	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
461
 
462
mostlyclean-libtool:
463
	-rm -f *.lo
464
 
465
clean-libtool:
466
	-rm -rf .libs _libs
467
 
468
ID: $(am__tagged_files)
469
	$(am__define_uniq_tagged_files); mkid -fID $$unique
470
tags: tags-am
471
TAGS: tags
472
 
473
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
474
	set x; \
475
	here=`pwd`; \
476
	$(am__define_uniq_tagged_files); \
477
	shift; \
478
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
479
	  test -n "$$unique" || unique=$$empty_fix; \
480
	  if test $$# -gt 0; then \
481
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482
	      "$$@" $$unique; \
483
	  else \
484
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485
	      $$unique; \
486
	  fi; \
487
	fi
488
ctags: ctags-am
489
 
490
CTAGS: ctags
491
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
492
	$(am__define_uniq_tagged_files); \
493
	test -z "$(CTAGS_ARGS)$$unique" \
494
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
495
	     $$unique
496
 
497
GTAGS:
498
	here=`$(am__cd) $(top_builddir) && pwd` \
499
	  && $(am__cd) $(top_srcdir) \
500
	  && gtags -i $(GTAGS_ARGS) "$$here"
501
cscopelist: cscopelist-am
502
 
503
cscopelist-am: $(am__tagged_files)
504
	list='$(am__tagged_files)'; \
505
	case "$(srcdir)" in \
506
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
507
	  *) sdir=$(subdir)/$(srcdir) ;; \
508
	esac; \
509
	for i in $$list; do \
510
	  if test -f "$$i"; then \
511
	    echo "$(subdir)/$$i"; \
512
	  else \
513
	    echo "$$sdir/$$i"; \
514
	  fi; \
515
	done >> $(top_builddir)/cscope.files
516
 
517
distclean-tags:
518
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
 
520
distdir: $(DISTFILES)
521
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523
	list='$(DISTFILES)'; \
524
	  dist_files=`for file in $$list; do echo $$file; done | \
525
	  sed -e "s|^$$srcdirstrip/||;t" \
526
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
527
	case $$dist_files in \
528
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
529
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
530
			   sort -u` ;; \
531
	esac; \
532
	for file in $$dist_files; do \
533
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
534
	  if test -d $$d/$$file; then \
535
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
536
	    if test -d "$(distdir)/$$file"; then \
537
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538
	    fi; \
539
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
540
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
541
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542
	    fi; \
543
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
544
	  else \
545
	    test -f "$(distdir)/$$file" \
546
	    || cp -p $$d/$$file "$(distdir)/$$file" \
547
	    || exit 1; \
548
	  fi; \
549
	done
550
check-am: all-am
551
check: check-am
552
all-am: Makefile $(PROGRAMS)
553
installdirs:
554
	for dir in "$(DESTDIR)$(bindir)"; do \
555
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
556
	done
557
install: install-am
558
install-exec: install-exec-am
559
install-data: install-data-am
560
uninstall: uninstall-am
561
 
562
install-am: all-am
563
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564
 
565
installcheck: installcheck-am
566
install-strip:
567
	if test -z '$(STRIP)'; then \
568
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570
	      install; \
571
	else \
572
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
574
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
575
	fi
576
mostlyclean-generic:
577
 
578
clean-generic:
579
 
580
distclean-generic:
581
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
582
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
583
 
584
maintainer-clean-generic:
585
	@echo "This command is intended for maintainers to use"
586
	@echo "it deletes files that may require special tools to rebuild."
587
	-rm -f net_lex.c
588
	-rm -f net_yacc.c
589
clean: clean-am
590
 
591
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
592
 
593
distclean: distclean-am
594
	-rm -rf ./$(DEPDIR)
595
	-rm -f Makefile
596
distclean-am: clean-am distclean-compile distclean-generic \
597
	distclean-tags
598
 
599
dvi: dvi-am
600
 
601
dvi-am:
602
 
603
html: html-am
604
 
605
html-am:
606
 
607
info: info-am
608
 
609
info-am:
610
 
611
install-data-am:
612
 
613
install-dvi: install-dvi-am
614
 
615
install-dvi-am:
616
 
617
install-exec-am: install-binPROGRAMS
618
 
619
install-html: install-html-am
620
 
621
install-html-am:
622
 
623
install-info: install-info-am
624
 
625
install-info-am:
626
 
627
install-man:
628
 
629
install-pdf: install-pdf-am
630
 
631
install-pdf-am:
632
 
633
install-ps: install-ps-am
634
 
635
install-ps-am:
636
 
637
installcheck-am:
638
 
639
maintainer-clean: maintainer-clean-am
640
	-rm -rf ./$(DEPDIR)
641
	-rm -f Makefile
642
maintainer-clean-am: distclean-am maintainer-clean-generic
643
 
644
mostlyclean: mostlyclean-am
645
 
646
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
647
	mostlyclean-libtool
648
 
649
pdf: pdf-am
650
 
651
pdf-am:
652
 
653
ps: ps-am
654
 
655
ps-am:
656
 
657
uninstall-am: uninstall-binPROGRAMS
658
 
659
.MAKE: install-am install-strip
660
 
661
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
662
	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
663
	ctags ctags-am distclean distclean-compile distclean-generic \
664
	distclean-libtool distclean-tags distdir dvi dvi-am html \
665
	html-am info info-am install install-am install-binPROGRAMS \
666
	install-data install-data-am install-dvi install-dvi-am \
667
	install-exec install-exec-am install-html install-html-am \
668
	install-info install-info-am install-man install-pdf \
669
	install-pdf-am install-ps install-ps-am install-strip \
670
	installcheck installcheck-am installdirs maintainer-clean \
671
	maintainer-clean-generic mostlyclean mostlyclean-compile \
672
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
673
	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
674
 
675
.PRECIOUS: Makefile
676
 
677
 
678
# Tell versions [3.59,3.63) of GNU make to not export all variables.
679
# Otherwise a system limit (for SysV at least) may be exceeded.
680
.NOEXPORT: