Added Nitfol and Frotz source code.
[rodin/chimara.git] / interpreters / frotz / Makefile.am
diff --git a/interpreters/frotz/Makefile.am b/interpreters/frotz/Makefile.am
new file mode 100644 (file)
index 0000000..cd54897
--- /dev/null
@@ -0,0 +1,14 @@
+PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk_main$$"
+
+pkglib_LTLIBRARIES = frotz.la
+frotz_la_SOURCES = buffer.c err.c fastmem.c files.c input.c main.c math.c \
+       object.c process.c quetzal.c random.c redirect.c sound.c stream.c table.c \
+       text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h setup.h
+frotz_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
+
+# TODO: Remove this later, see issue #6
+frotz_la_CFLAGS = -I../../src
+
+frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz
+dist_frotzdoc_DATA = AUTHORS COPYING README TODO
+