initial
[prop.git] / include / AD / automata / makefile
blobe69d436b14bcc7a316295263977960a0963a1998
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
9 PROP = prop
11 ad = $(ADLIB_PATH)/AD
12 D = $(ADLIB_PATH)/AD/automata
14 SRC = treegram.h ebnf.h
16 all: $(SRC)
18 treegram.h: treegram.ph
19 ebnf.h: ebnf.ph
22 %.h: %.ph
23 $(PROP) -s $(@:.h=.ph)