16c91a62c72675c548a96f37870c940fed41fad1
[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
7 if TARGET_ILIAD
8 no_pointer_sign = 
9 else
10 no_pointer_sign = -Wno-pointer-sign
11 endif
12
13 frotz_la_CFLAGS = $(no_pointer_sign) $(AM_CFLAGS)
14
15 frotz_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS)
16
17 frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz
18 dist_frotzdoc_DATA = AUTHORS COPYING README TODO
19
20 -include $(top_srcdir)/git.mk