X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fnitfol%2FMakefile.am;h=c1031b1203183f007c78aded9296dd9e246fcef7;hb=42d2c2e53f65402039e0b1c6e48e258fb417bb71;hp=23b9398f5c5588a5a2a17929899653565521019b;hpb=1891acead564eef9bbf7a76e9e9c4f710a7057ce;p=rodin%2Fchimara.git diff --git a/interpreters/nitfol/Makefile.am b/interpreters/nitfol/Makefile.am index 23b9398..c1031b1 100644 --- a/interpreters/nitfol/Makefile.am +++ b/interpreters/nitfol/Makefile.am @@ -1,5 +1,3 @@ -PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk" - GRAPHICS = no_graph.c no_graph.h # GRAPHICS = graphics.c graphics.h BLORB = blorb.c @@ -25,7 +23,7 @@ nitfol_la_SOURCES = automap.c automap.h binary.h copying.h debug.c debug.h \ nodist_nitfol_la_SOURCES = copying.c dbg_help.h startunix.c nitfol_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara \ -DSMART_TOKENISER -DUSE_INLINE -nitfol_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) +nitfol_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS) info_TEXINFOS = nitfol.texi nitfol_TEXINFOS = dbg_help.texi options.texi @@ -41,7 +39,7 @@ dbg_help.texi: inform.y y2help.pl $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y copying.c: COPYING copying.awk - $(AWK) --file $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c + $(AWK) -f $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c # nitfol.6: nitfol.opt opt2glkc.pl # $(PERL) $(srcdir)/opt2glkc.pl -man $(srcdir)/nitfol.opt