summaryrefslogtreecommitdiff
path: root/src/piraha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/piraha/Makefile')
-rw-r--r--src/piraha/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/piraha/Makefile b/src/piraha/Makefile
new file mode 100644
index 00000000..4463a251
--- /dev/null
+++ b/src/piraha/Makefile
@@ -0,0 +1,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