X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fbocfel%2FMakefile.am;fp=interpreters%2Fbocfel%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=c10c22de041f1abb4550302930a90af19914f2a4;hp=ecb779eefe29508fa5c295860d1af06a65f60c3d;hpb=3c59ba5eef5cb4d39c06eb7f523b9c3b026bdc9b;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/bocfel/Makefile.am b/interpreters/bocfel/Makefile.am deleted file mode 100644 index ecb779e..0000000 --- a/interpreters/bocfel/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -pkglib_LTLIBRARIES = bocfel.la -bocfel_la_SOURCES = blorb.c blorb.h branch.c branch.h dict.c dict.h glkstart.c \ - iff.c iff.h io.c io.h math.c math.h memory.c memory.h objects.c objects.h \ - osdep.c osdep.h process.c process.h random.c random.h screen.c screen.h \ - stack.c stack.h table.c table.h unicode.c unicode.h util.c util.h zoom.c \ - zoom.h zterp.c zterp.h -bocfel_la_CPPFLAGS = -DZTERP_GLK -DZTERP_UNIX \ - -I$(top_srcdir) -I$(top_srcdir)/libchimara -bocfel_la_CFLAGS = -std=c99 $(AM_CFLAGS) -bocfel_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS) - -bocfeldocdir = $(datadir)/doc/$(PACKAGE)/bocfel -dist_bocfeldoc_DATA = BUILDING COPYING.GPLv2 COPYING.GPLv3 README - --include $(top_srcdir)/git.mk