Initial release of Maemo 5 port of gnuplot
[gnuplot] / share / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2 AUTOMAKE_OPTIONS = foreign 1.2h
3                                                                                 
4 EXTRA_DIST = Gnuplot.app-defaults
5
6 SUBDIRS = LaTeX
7
8 appdefaultdir = $(libdir)/X11/app-defaults
9
10 APPDEFAULTFILES = Gnuplot
11
12 appdefault_DATA = $(APPDEFAULTFILES)
13
14 Gnuplot: $(srcdir)/Gnuplot.app-defaults
15         cp -p $(srcdir)/Gnuplot.app-defaults $@
16
17 CLEANFILES = $(APPDEFAULTFILES)