23b9398f5c5588a5a2a17929899653565521019b
[projects/chimara/chimara.git] / interpreters / nitfol / Makefile.am
1 PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk"
2
3 GRAPHICS = no_graph.c no_graph.h
4 # GRAPHICS = graphics.c graphics.h
5 BLORB = blorb.c 
6 # BLORB = no_blorb.c
7 SOUND = no_snd.c no_snd.h
8 # SOUND = sound.c sound.h
9
10 dist_noinst_SCRIPTS = copying.awk opt2glkc.pl y2help.pl
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.y 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         struct.c struct.h tokenise.c tokenise.h undo.c undo.h z_io.c z_io.h \
21         zscii.c zscii.h \
22         $(GRAPHICS) \
23         $(BLORB) \
24         $(SOUND)
25 nodist_nitfol_la_SOURCES = copying.c dbg_help.h startunix.c
26 nitfol_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara \
27         -DSMART_TOKENISER -DUSE_INLINE
28 nitfol_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
29
30 info_TEXINFOS = nitfol.texi
31 nitfol_TEXINFOS = dbg_help.texi options.texi
32 # man_MANS = nitfol.6
33
34 BUILT_SOURCES = copying.c dbg_help.h startunix.c
35 CLEANFILES = $(BUILT_SOURCES) dbg_help.texi nitfol.6 options.texi 
36
37 dbg_help.h: inform.y y2help.pl
38         $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y
39
40 dbg_help.texi: inform.y y2help.pl
41         $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y
42
43 copying.c: COPYING copying.awk
44         $(AWK) --file $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c
45
46 # nitfol.6: nitfol.opt opt2glkc.pl
47 #       $(PERL) $(srcdir)/opt2glkc.pl -man $(srcdir)/nitfol.opt
48
49 options.texi: nitfol.opt opt2glkc.pl
50         $(PERL) $(srcdir)/opt2glkc.pl -info $(srcdir)/nitfol.opt
51
52 startunix.c: nitfol.opt opt2glkc.pl
53         $(PERL) $(srcdir)/opt2glkc.pl -unix $(srcdir)/nitfol.opt
54
55 EXTRA_DIST = nitfol.opt crashme.inf test.inf 
56
57 nitfoldocdir = $(datadir)/doc/$(PACKAGE)/nitfol
58 dist_nitfoldoc_DATA = ChangeLog COPYING INSTALL README