summaryrefslogtreecommitdiff
path: root/src/piraha/Makefile
blob: 4463a251c6f51cb50fae41431bb9f561cd4bb6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Build the standalone tool
#
SRCS = AutoGrammar.cc Bracket.cc Dot.cc End.cc \
	Generic.cc Grammar.cc Group.cc ILiteral.cc \
	Literal.cc Lookup.cc Matcher.cc Multi.cc \
	Or.cc ReParse.cc Seq.cc smart_ptr.cc Start.cc

generic : $(SRCS) Piraha.hpp smart_ptr.hpp
	g++ -Wall -I . -g -o generic $(SRCS)

clean :
	rm -f generic