X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=069cd4fe1196f180db2fe4ff65cc1ed96980fa5d;hb=3936052d73a3af4ed04156a470407915834a4fd6;hp=fb089f30a600c99d5acccfe63f44b741c642869b;hpb=50d65e6044d0b4ab1139ff7f18d2272d4739c7ed;p=cacao.git diff --git a/Makefile.am b/Makefile.am index fb089f30a..069cd4fe1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ -## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates, -## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, -## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, -## TU Wien +## Makefile.am +## +## Copyright (C) 1996-2005, 2006, 2008 +## CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO ## ## This file is part of CACAO. ## @@ -19,25 +19,31 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## -## Contact: cacao@complang.tuwien.ac.at -## -## Authors: Christian Thalinger -## -## Changes: -## -## $Id: Makefile.am 1676 2004-12-03 16:52:15Z twisti $ -## Process this file with automake to produce Makefile.in + +ACLOCAL_AMFLAGS = -I m4 MAINTAINERCLEANFILES = Makefile.in configure -SUBDIRS = doc man src tests +SUBDIRS = \ + contrib \ + doc \ + man \ + src \ + tests EXTRA_DIST = \ - html/cacaoinstall.html \ - html/cacaoman.html \ - html/index.html + ChangeLog-1998 \ + ChangeLog-1999 \ + ChangeLog-2000 \ + ChangeLog-2001 \ + ChangeLog-2002 \ + ChangeLog-2003 \ + ChangeLog-2004 \ + ChangeLog-2005 \ + ChangeLog-2006 \ + ChangeLog-2007 \ + THIRDPARTY ## Local variables: