From 9b7a61426d592a0a60e79b1fd32a4c08c4a85bc0 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Wed, 17 Nov 2010 22:13:09 +0100 Subject: [PATCH] Updated glulxe's Makefile.am Updated glulxe's Makefile.am, based on glulxe's original Makefile --- interpreters/glulxe/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/interpreters/glulxe/Makefile.am b/interpreters/glulxe/Makefile.am index 8c36f6a..6ddf4ed 100644 --- a/interpreters/glulxe/Makefile.am +++ b/interpreters/glulxe/Makefile.am @@ -2,10 +2,17 @@ pkglib_LTLIBRARIES = glulxe.la glulxe_la_SOURCES = accel.c exec.c files.c funcs.c gestalt.c gestalt.h glkop.c \ glulxe.h heap.c main.c opcodes.h operand.c osdepend.c profile.c search.c \ serial.c string.c unixstrt.c vm.c -glulxe_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara +glulxe_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara -DOS_UNIX glulxe_la_CFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-unused \ - -DOS_UNIX $(AM_CFLAGS) + $(AM_CFLAGS) glulxe_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS) +#noinst_PROGRAMS = glulxdump +#glulxdump_SOURCES = glulxdump.c +#glulxdump_CPPFLAGS = -I$(top_srcdir)/src/libchimara +#glulxdump_LDADD = ../../libchimara/libchimara.la + +pkglibexec_SCRIPTS = profile-analyze.py + glulxedocdir = $(datadir)/doc/$(PACKAGE)/glulxe dist_glulxedoc_DATA = README -- 2.30.2