head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2002.03.17.10.45.19;	author lolo;	state dead;
branches;
next	1.3;

1.3
date	2001.04.27.16.21.04;	author werner;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.27.16.08.41;	author werner;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.26.09.38.47;	author jashley;	state Exp;
branches;
next	;


desc
@@


1.4
log
@We eventually got a CVS access:
 - Spelling corrections thanks to Fabio Bonelli.
 - All closing angle brakets are coded now.
 - Dead linkends to commands removed.
 - Using Makefile.am (copied from ../en)
 - license.sgml holds the original GFDL license, gfdl.sgml
   holds the Italian version.  This is because the translated
   version doesn't have any legal right.
 - Added README file with notes on change log entries.
@
text
@# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


# Command makefile rules (included by automake)


SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /usr/local
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/gph
pkglibdir = $(libdir)/gph
pkgincludedir = $(includedir)/gph

top_builddir = ..

ACLOCAL = aclocal
AUTOCONF = autoconf
AUTOMAKE = automake
AUTOHEADER = autoheader

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
DB2ANY = /home/wk/work/gph/db2any
MAINT = #
MAKEINFO = makeinfo
PACKAGE = gph
VERSION = 0.3.1

EXTRA_DIST = manual.sgml c1.sgml c2.sgml c3.sgml c4.sgml c5.sgml 	     signatures.jpg license.sgml


pkgdata_DATA = manual.dvi manual.ps manual.html manual.texi

BUILT_SOURCES = manual.dvi manual.texi
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = 
DATA =  $(pkgdata_DATA)

DIST_COMMON =  Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = tar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/common/rules.am
	cd $(top_srcdir) && $(AUTOMAKE) --gnu it/Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@@ CONFIG_HEADERS= $(SHELL) ./config.status


install-pkgdataDATA: $(pkgdata_DATA)
	@@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
	@@list='$(pkgdata_DATA)'; for p in $$list; do \
	  if test -f $(srcdir)/$$p; then \
	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
	  else if test -f $$p; then \
	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
	    $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
	  fi; fi; \
	done

uninstall-pkgdataDATA:
	@@$(NORMAL_UNINSTALL)
	list='$(pkgdata_DATA)'; for p in $$list; do \
	  rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
	done
tags: TAGS
TAGS:


distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = it

distdir: $(DISTFILES)
	here=`cd $(top_builddir) && pwd`; \
	top_distdir=`cd $(top_distdir) && pwd`; \
	distdir=`cd $(distdir) && pwd`; \
	cd $(top_srcdir) \
	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu it/Makefile
	@@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pr $$d/$$file $(distdir)/$$file; \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done
info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am

install-data-am: install-pkgdataDATA
install-data: install-data-am

install-am: all-am
	@@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am: uninstall-pkgdataDATA
uninstall: uninstall-am
all-am: Makefile $(DATA)
all-redirect: all-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:
	$(mkinstalldirs)  $(DESTDIR)$(pkgdatadir)


mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean-am:  mostlyclean-generic

mostlyclean: mostlyclean-am

clean-am:  clean-generic mostlyclean-am

clean: clean-am

distclean-am:  distclean-generic clean-am

distclean: distclean-am

maintainer-clean-am:  maintainer-clean-generic distclean-am
	@@echo "This command is intended for maintainers to use;"
	@@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-am

.PHONY: uninstall-pkgdataDATA install-pkgdataDATA tags distdir info-am \
info dvi-am dvi check check-am installcheck-am installcheck \
install-exec-am install-exec install-data-am install-data install-am \
install uninstall-am uninstall all-redirect all-am all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


manual.dvi :  signatures.eps

signatures.eps : signatures.jpg
	convert $< $@@

%.ps : %.dvi
	dvips -o $@@ $<

%.dvi : %.sgml
	$(DB2ANY) --mode dvi $<

%.html : %.sgml
	$(DB2ANY) --mode html --usestyle ../common/gph-style.dsl $<

%.texi : %.sgml
	$(DB2ANY) --mode texinfo $<

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
@


1.3
log
@Add license.sgml to the Makefile
@
text
@@


1.2
log
@Add Texinfo targets
@
text
@d69 1
a69 1
EXTRA_DIST = manual.sgml c1.sgml c2.sgml c3.sgml c4.sgml c5.sgml c6.sgml 	     c7.sgml signatures.jpg
@


1.1
log
@- Italian translation, contributed by Lorenzo Cappelletti.
@
text
@d1 2
a2 24
# $Id: Makefile,v 1.3 2001/03/07 11:35:49 lolo Exp $

manual	= manual.sgml\
	  c1.sgml c2.sgml c3.sgml c4.sgml c5.sgml\
	  license.sgml 

html_dir= html

all: $(html_dir)

$(html_dir): $(manual) signatures.jpg
	sgmltools $<
	rm -rf $@@
	mv manual $@@
	cp signatures.jpg $@@

gph.tar.gz: $(MANUAL)
	tar czf gph.tar.gz Makefile signatures.fig $(MANUAL)

clean:
	rm -rf $(html_dir) signatures.jpg gph.tar.gz

signatures.jpg: signatures.fig
	fig2dev -L jpeg -m 0.7 signatures.fig signatures.jpg
d4 218
@

