Added chimara_if_run() which, given a game file, autodetects the type by its extensio...
[rodin/chimara.git] / interpreters / nitfol / Makefile.am
index 23b9398f5c5588a5a2a17929899653565521019b..c1031b1203183f007c78aded9296dd9e246fcef7 100644 (file)
@@ -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