https://github.com/geodynamics/citcoms
Revision 772a809a0e14e138f99bf84ea790c99a4317efb5 authored by Leif Strand on 01 October 2005, 01:17:36 UTC, committed by Leif Strand on 01 October 2005, 01:17:36 UTC
is generated with svn2cl (http://ch.tudelft.nl/~arthur/svn2cl/) using
the command "svn log --xml --verbose | xsltproc --stringparam
strip-prefix mc/3D/CitcomS/trunk svn2cl.xsl - > ChangeLog".

1 parent cd97a8a
Raw File
Tip revision: 772a809a0e14e138f99bf84ea790c99a4317efb5 authored by Leif Strand on 01 October 2005, 01:17:36 UTC
Strip "mc/3D/CitcomS/trunk" directory prefix. By the way, this file
Tip revision: 772a809
Makefile.am
## Process this file with automake to produce Makefile.in
# $Id$

ACLOCAL_AMFLAGS = -I ./m4

if COND_PYRE
    MAYBE_PYRE = etc examples module pyre tests visual
endif

SUBDIRS = $(MAYBE_PYTHIA) $(MAYBE_EXCHANGER) lib drivers $(MAYBE_PYRE)
DIST_SUBDIRS = \
	$(MAYBE_DIST_PYTHIA) $(MAYBE_DIST_EXCHANGER) \
	lib drivers \
	etc examples module pyre tests visual

EXTRA_DIST = \
	CitcomS.py-LICENSE.txt \
	doc/CitComS.doxyconf

## end of Makefile.am
back to top