aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-plugin::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/gretl/files/patch-plugin::Makefile.in')
-rw-r--r--math/gretl/files/patch-plugin::Makefile.in46
1 files changed, 0 insertions, 46 deletions
diff --git a/math/gretl/files/patch-plugin::Makefile.in b/math/gretl/files/patch-plugin::Makefile.in
deleted file mode 100644
index ee99f0eaee70..000000000000
--- a/math/gretl/files/patch-plugin::Makefile.in
+++ /dev/null
@@ -1,46 +0,0 @@
---- plugin/Makefile.in.orig Tue Sep 12 22:53:16 2006
-+++ plugin/Makefile.in Sun Oct 8 02:08:19 2006
-@@ -8,6 +8,10 @@
- INSTALL = @INSTALL@
- LN = @LN_S@
-
-+CPPFLAGS = @CPPFLAGS@
-+LDFLAGS = @LDFLAGS@
-+INTL_LIBS = @LTLIBINTL@
-+
- build_gui = @build_gui@
- have_gtk = @have_gtk@
- have_gmp = @have_gmp@
-@@ -45,7 +49,7 @@
-
- override CFLAGS += -I.. -I$(topsrc)/gui2 -DHAVE_CONFIG_H
-
--LIBTOOL = ../libtool
-+LIBTOOL = @LIBTOOL@
- COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS)
- LINK = $(LIBTOOL) --mode=link $(CC) -module -avoid-version -rpath $(plugindir)
-
-@@ -163,7 +167,7 @@
- URCDATA = $(topsrc)/plugin/data/urcdata.gz
-
- override CFLAGS += $(GRETLINC) $(GTK_CFLAGS) $(GMP_CFLAGS) $(MPFR_CFLAGS) \
-- $(XML_CFLAGS) $(GRETL_LIBOLE2_CFLAGS) $(ZIP_CFLAGS) $(AUDIO_CFLAGS) -I. $(GMPDEF)
-+ $(XML_CFLAGS) $(GRETL_LIBOLE2_CFLAGS) $(ZIP_CFLAGS) $(AUDIO_CFLAGS) -I. $(GMPDEF) $(CPPFLAGS)
-
- %.lo: %.c
- $(COMPILE) $<
-@@ -266,12 +270,12 @@
- .PHONY:
-
- install: $(GRETLLIB) $(PLUGINS) $(URCDATA) installdirs
-- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
-+ $(LIBTOOL) --mode=install $(INSTALL_DATA) \
- $(PLUGINS) $(plugindir)
- $(INSTALL_DATA) $(URCDATA) $(plugindir)/data
-
- install-strip: $(GRETLLIB) $(PLUGINS) installdirs
-- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \
-+ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \
- $(PLUGINS) $(plugindir)
-
- installdirs: