X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fnitfol%2FMakefile.am;h=a54d42a2df2bd788d1ad30df833871a7d5a3dd4f;hb=4ab49e6ed54603ca26040c43cf4628cd0186632f;hp=da182116b1790acb6df63129d4b49b6ae26138da;hpb=15cf636ad56b502202b4f0d005c12b256d7c5680;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/nitfol/Makefile.am b/interpreters/nitfol/Makefile.am index da18211..a54d42a 100644 --- a/interpreters/nitfol/Makefile.am +++ b/interpreters/nitfol/Makefile.am @@ -10,7 +10,7 @@ dist_noinst_SCRIPTS = copying.awk opt2glkc.pl y2help.pl pkglib_LTLIBRARIES = nitfol.la nitfol_la_SOURCES = automap.c automap.h binary.h copying.h debug.c debug.h \ decode.c decode.h errmesg.c errmesg.h globals.c globals.h hash.c hash.h \ - iff.c iff.h infix.c infix.h inform.y inform.h init.c init.h io.c io.h \ + iff.c iff.h infix.c infix.h inform.y inform.h init.c init.h io.c nio.h \ linkevil.h main.c main.h nitfol.h no_blorb.h objects.c objects.h op_call.c \ op_call.h op_jmp.c op_jmp.h oplist.c oplist.h op_math.c op_math.h \ op_save.c op_save.h op_table.c op_table.h op_v6.c op_v6.h portfunc.c \ @@ -29,27 +29,31 @@ nitfol_TEXINFOS = dbg_help.texi options.texi # man_MANS = nitfol.6 BUILT_SOURCES = copying.c dbg_help.h startunix.c dbg_help.texi options.texi -CLEANFILES = $(BUILT_SOURCES) nitfol.6 +CLEANFILES = $(BUILT_SOURCES) nitfol.6 +DISTCLEANFILES = inform.c nitfol.info +MAINTAINERCLEANFILES = texinfo.tex dbg_help.h: inform.y y2help.pl - $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y + $(AM_V_GEN)$(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y dbg_help.texi: inform.y y2help.pl - $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y + $(AM_V_GEN)$(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y copying.c: COPYING copying.awk - $(AWK) -f $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c + $(AM_V_GEN)$(AWK) -f $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c # nitfol.6: nitfol.opt opt2glkc.pl -# $(PERL) $(srcdir)/opt2glkc.pl -man $(srcdir)/nitfol.opt +# $(AM_V_GEN)$(PERL) $(srcdir)/opt2glkc.pl -man $(srcdir)/nitfol.opt options.texi: nitfol.opt opt2glkc.pl - $(PERL) $(srcdir)/opt2glkc.pl -info $(srcdir)/nitfol.opt + $(AM_V_GEN)$(PERL) $(srcdir)/opt2glkc.pl -info $(srcdir)/nitfol.opt startunix.c: nitfol.opt opt2glkc.pl - $(PERL) $(srcdir)/opt2glkc.pl -unix $(srcdir)/nitfol.opt + $(AM_V_GEN)$(PERL) $(srcdir)/opt2glkc.pl -unix $(srcdir)/nitfol.opt EXTRA_DIST = nitfol.opt crashme.inf test.inf nitfoldocdir = $(datadir)/doc/$(PACKAGE)/nitfol dist_nitfoldoc_DATA = ChangeLog COPYING INSTALL README + +-include $(top_srcdir)/git.mk