The DejaVU Framework -- hush 3.0
[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?

make: Makefile hush-3.0b4/api/grammar/examples/yacc


[.] - [up] [top] - index text make source grammar scripts
  include resource.mk
  
  name = yacc
  
  CFLAGS += -g 
  SRC : sh = pwd
  
  YERROR = false
  
  GNU= 
  
  OBJECTS= SRC/yacc.y.o lex.l.o main.o
  
  it: all
  
  all: OBJECTS
          CC CFLAGS -o test.flt OBJECTS -ll LDFLAGS
          rm -f tmp.*
  
  test:
          test.flt < t1.txt
  

[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?
Hush Online Technology
hush@cs.vu.nl
09/09/98