X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Ffrotz%2FMakefile.am;fp=interpreters%2Ffrotz%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=c10c22de041f1abb4550302930a90af19914f2a4;hp=fa0f0b1394b3eb64374a8c2161a3eecc20af037f;hpb=3c59ba5eef5cb4d39c06eb7f523b9c3b026bdc9b;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/frotz/Makefile.am b/interpreters/frotz/Makefile.am deleted file mode 100644 index fa0f0b1..0000000 --- a/interpreters/frotz/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -pkglib_LTLIBRARIES = frotz.la -frotz_la_SOURCES = buffer.c err.c fastmem.c files.c input.c main.c math.c \ - object.c process.c quetzal.c random.c redirect.c sound.c stream.c table.c \ - text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h -frotz_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara -frotz_la_CFLAGS = -Wno-pointer-sign $(AM_CFLAGS) -frotz_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS) - -frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz -dist_frotzdoc_DATA = AUTHORS COPYING README TODO - --include $(top_srcdir)/git.mk