10ec1329fab39ca19f5aef6d30619ff3c128c08d
[projects/chimara/chimara.git] / interpreters / nitfol / Makefile.am
1 # TODO: There are a lot more documentation files in the Nitfol distribution
2
3 PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk"
4
5 GRAPHICS = no_graph.c no_graph.h
6 # GRAPHICS = graphics.c graphics.h
7 BLORB = blorb.c 
8 # BLORB = no_blorb.c
9 SOUND = no_snd.c no_snd.h
10 # SOUND = sound.c sound.h
11
12 pkglib_LTLIBRARIES = nitfol.la
13 nitfol_la_SOURCES = automap.c automap.h binary.h copying.h debug.c debug.h \
14         decode.c decode.h errmesg.c errmesg.h globals.c globals.h hash.c hash.h \
15         iff.c iff.h infix.c infix.h inform.c inform.h init.c init.h io.c \
16         linkevil.h main.c main.h nio.h nitfol.h no_blorb.h objects.c objects.h \
17         op_call.c op_call.h op_jmp.c op_jmp.h oplist.c oplist.h op_math.c \
18         op_math.h op_save.c op_save.h op_table.c op_table.h op_v6.c op_v6.h \
19         portfunc.c portfunc.h quetzal.c quetzal.h solve.c solve.h stack.c stack.h \
20         startunix.c struct.c struct.h tokenise.c tokenise.h undo.c undo.h z_io.c \
21         z_io.h zscii.c zscii.h \
22         $(GRAPHICS) \
23         $(BLORB) \
24         $(SOUND)
25 nitfol_la_CPPFLAGS = -I$(top_srcdir)
26 nitfol_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
27
28 EXTRA_DIST = crashme.inf test.inf 
29
30 nitfoldocdir = $(datadir)/doc/$(PACKAGE)/nitfol
31 dist_nitfoldoc_DATA = ChangeLog COPYING INSTALL README