Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 94c03425397d909fa9cf2ef30199e290 > files > 176

gnuplot-nox-5.2.2-5.2.mga7.armv7hl.rpm

## Process this file with automake to produce Makefile.in -*-Makefile-*-
AUTOMAKE_OPTIONS = foreign

noinst_PROGRAMS = demo_plugin.so

demo_plugin_so_SOURCES = demo_plugin.c gnuplot_plugin.h
demo_plugin_so_CFLAGS = -rdynamic -fPIC -I$(top_srcdir)/src
demo_plugin_so_LDFLAGS = -shared

# Note: Solaris SunPro C compiler needs these flags instead
#
# demo_plugin_so_CFLAGS = -KPIC -I$(top_srcdir)/src
# demo_plugin_so_LDFLAGS = -G

EXTRA_DIST = plugin.dem