Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 7ebe3d7e5ad045623f772103ce5a8b8d > files > 77

gnuplot-3.7.3-1mdk.ppc.rpm

#
# Create ps_symbols.ps
#

top_srcdir=../..

all: ps_symbols.ps

ps_symbols.ps: ps_symbols.gpi
	@if test -f $(top_srcdir)/gnuplot ; then \
		$(top_srcdir)/gnuplot ps_symbols.gpi ; \
	else \
		gnuplot ps_symbols.gpi ; \
	fi

clean:
	-rm -f ps_symbols.ps

distclean: clean