Remove Iliad code from codebase
[projects/chimara/chimara.git] / interpreters / frotz / Makefile.am
1 pkglib_LTLIBRARIES = frotz.la
2 frotz_la_SOURCES = buffer.c err.c fastmem.c files.c input.c main.c math.c \
3         object.c process.c quetzal.c random.c redirect.c sound.c stream.c table.c \
4         text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h
5 frotz_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara
6 frotz_la_CFLAGS = -Wno-pointer-sign $(AM_CFLAGS)
7 frotz_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS)
8
9 frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz
10 dist_frotzdoc_DATA = AUTHORS COPYING README TODO
11
12 -include $(top_srcdir)/git.mk