Played around with nitfol build process, adding rules to generate the
[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) -DSMART_TOKENISER -DUSE_INLINE
27 nitfol_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
28
29 info_TEXINFOS = nitfol.texi
30 nitfol_TEXINFOS = dbg_help.texi options.texi
31 # man_MANS = nitfol.6
32
33 BUILT_SOURCES = copying.c dbg_help.h startunix.c
34 CLEANFILES = $(BUILT_SOURCES) dbg_help.texi nitfol.6 options.texi 
35
36 dbg_help.h: inform.y y2help.pl
37         $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y
38
39 dbg_help.texi: inform.y y2help.pl
40         $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y
41
42 copying.c: COPYING copying.awk
43         $(AWK) --file $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c
44
45 # nitfol.6: nitfol.opt opt2glkc.pl
46 #       $(PERL) $(srcdir)/opt2glkc.pl -man $(srcdir)/nitfol.opt
47
48 options.texi: nitfol.opt opt2glkc.pl
49         $(PERL) $(srcdir)/opt2glkc.pl -info $(srcdir)/nitfol.opt
50
51 startunix.c: nitfol.opt opt2glkc.pl
52         $(PERL) $(srcdir)/opt2glkc.pl -unix $(srcdir)/nitfol.opt
53
54 EXTRA_DIST = nitfol.opt crashme.inf test.inf 
55
56 nitfoldocdir = $(datadir)/doc/$(PACKAGE)/nitfol
57 dist_nitfoldoc_DATA = ChangeLog COPYING INSTALL README