1 #############################################################################
2 # The following parameters must be altered for each platform and compiler.
3 # The default is for g++ on Unix and MSDOG.
4 #############################################################################
5 ADLIB_PATH
= ..
/..
/include # Path of the ADlib
6 CC
= gcc
# Name of the compiler
7 COPTS
= -g
-O6
# Compiler options
8 CINCLUDE
= -I
$(ADLIB_PATH
) # Compiler include directive
12 D
= $(ADLIB_PATH
)/AD
/automata
14 SRC
= treegram.h ebnf.h
18 treegram.h
: treegram.ph
23 $(PROP
) -s
$(@
:.h
=.ph
)