Separated library source code from testing code, fixing #6
[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_main$$"
4
5 GRAPHICS = no_graph.c
6 # GRAPHICS = graphics.c
7 BLORB = blorb.c
8 # BLORB = no_blorb.c
9 SOUND = no_snd.c
10 # SOUND = sound.c
11
12 pkglib_LTLIBRARIES = nitfol.la
13 nitfol_la_SOURCES = automap.c solve.c infix.c debug.c inform.c quetzal.c \
14         undo.c op_call.c decode.c errmesg.c globals.c iff.c init.c main.c io.c \
15         z_io.c op_jmp.c op_math.c op_save.c op_table.c op_v6.c oplist.c stack.c \
16         zscii.c tokenise.c struct.c objects.c portfunc.c hash.c \
17         $(GRAPHICS) \
18         $(BLORB) \
19         $(SOUND)
20 nitfol_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
21
22 nitfoldocdir = $(datadir)/doc/$(PACKAGE)/nitfol
23 dist_nitfoldoc_DATA = ChangeLog COPYING INSTALL README