X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fbocfel%2FMakefile.am;fp=interpreters%2Fbocfel%2FMakefile.am;h=ecb779eefe29508fa5c295860d1af06a65f60c3d;hb=3c59ba5eef5cb4d39c06eb7f523b9c3b026bdc9b;hp=0000000000000000000000000000000000000000;hpb=ed91d840318ed6ebfe3a5a77fa17114ddbf56640;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/bocfel/Makefile.am b/interpreters/bocfel/Makefile.am new file mode 100644 index 0000000..ecb779e --- /dev/null +++ b/interpreters/bocfel/Makefile.am @@ -0,0 +1,15 @@ +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