# doc/Makefile.in # # Copyright (C) 1999-2002 Riccardo Facchetti # # Default variables @VARIABLES@ # TOP source directory. topdir = @topdir@ top_builddir = $(topdir) # Include the default make targets: to be put before the all-targets: rule. @TARGETS@ all-targets: install: uninstall: clean: targetclean distclean: targetdistclean $(RMF) variables.mak Makefile @rm -rf CVS # ----------------------------------------------------------------------- # DO NOT DELETE THIS LINE -- make depend depends on it.