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