https://github.com/geodynamics/citcoms
Revision c717581dc637c28e22112a4df2b8b4b00f40e726 authored by Leif Strand on 30 September 2005, 22:39:01 UTC, committed by Leif Strand on 30 September 2005, 22:39:01 UTC
1 parent fb309b7
Raw File
Tip revision: c717581dc637c28e22112a4df2b8b4b00f40e726 authored by Leif Strand on 30 September 2005, 22:39:01 UTC
Ignore files generated by Autoconf/Automake/Libtool.
Tip revision: c717581
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