Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / frotz / Makefile.am
1 PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk_main$$"
2
3 pkglib_LTLIBRARIES = frotz.la
4 frotz_la_SOURCES = buffer.c err.c fastmem.c files.c input.c main.c math.c \
5         object.c process.c quetzal.c random.c redirect.c sound.c stream.c table.c \
6         text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h setup.h
7 frotz_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
8
9 # TODO: Remove this later, see issue #6
10 frotz_la_CFLAGS = -I../../src
11
12 frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz
13 dist_frotzdoc_DATA = AUTHORS COPYING README TODO
14