## Process this file with automake to produce Makefile.in EXTRA_DIST = config.rpath mkinstalldirs \ Xdx.desktop \ xdx.spec \ xdx.spec.in \ xdx.1 \ xdx.1.in \ MANUAL \ MANUAL.es \ MANUAL.fr \ MANUAL.nl \ MANUAL.pl \ cty.dat SUBDIRS = \ po \ src DESKTOP_FILES = Xdx.desktop desktopdir = $(datadir)/applications desktop_DATA = $(DESKTOP_FILES) man_MANS = xdx.1 install-data-local: @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \ for pixmap in $(srcdir)/pixmaps/*; do \ if test -f $$pixmap; then \ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \ fi \ done \ fi if test -d $(srcdir)/sounds; then \ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/sounds; \ for sound in $(srcdir)/sounds/*; do \ if test -f $$sound; then \ $(INSTALL_DATA) $$sound $(DESTDIR)$(pkgdatadir)/sounds; \ fi \ done \ fi if test -d $(srcdir)/gnuplot; then \ for plots in $(srcdir)/gnuplot/*; do \ if test -f $$plots; then \ $(INSTALL_DATA) $$plots $(DESTDIR)$(pkgdatadir); \ fi \ done \ fi if test -f MANUAL; then \ $(INSTALL_DATA) MANUAL $(DESTDIR)$(pkgdatadir); \ fi if test -f MANUAL.es; then \ $(INSTALL_DATA) MANUAL.es $(DESTDIR)$(pkgdatadir); \ fi if test -f MANUAL.fr; then \ $(INSTALL_DATA) MANUAL.fr $(DESTDIR)$(pkgdatadir); \ fi if test -f MANUAL.nl; then \ $(INSTALL_DATA) MANUAL.nl $(DESTDIR)$(pkgdatadir); \ fi if test -f MANUAL.pl; then \ $(INSTALL_DATA) MANUAL.pl $(DESTDIR)$(pkgdatadir); \ fi if test -f cty.dat; then \ $(INSTALL_DATA) cty.dat $(DESTDIR)$(pkgdatadir); \ fi uninstall-local: rm -rf $(DESTDIR)$(pkgdatadir) dist-hook: if test -d pixmaps; then \ mkdir $(distdir)/pixmaps; \ for pixmap in pixmaps/*; do \ if test -f $$pixmap; then \ cp -p $$pixmap $(distdir)/pixmaps; \ fi \ done \ fi if test -d sounds; then \ mkdir $(distdir)/sounds; \ for sound in sounds/*; do \ if test -f $$sound; then \ cp -p $$sound $(distdir)/sounds; \ fi \ done \ fi if test -d gnuplot; then \ mkdir $(distdir)/gnuplot; \ for plots in gnuplot/*; do \ if test -f $$plots; then \ cp -p $$plots $(distdir)/gnuplot; \ fi \ done \ fi rpm: Makefile make dist $(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz rm $(PACKAGE)-$(VERSION).tar.gz ACLOCAL_AMFLAGS = -I m4