https://github.com/geodynamics/citcoms
Revision 67482e609388b1a3ec9cfcc155f47e88a6c77fec authored by Leif Strand on 04 October 2005, 02:53:16 UTC, committed by Leif Strand on 04 October 2005, 02:53:16 UTC
1 parent 3482c12
Raw File
Tip revision: 67482e609388b1a3ec9cfcc155f47e88a6c77fec authored by Leif Strand on 04 October 2005, 02:53:16 UTC
Ported GNU Build System from CitcomS trunk to v2 branch.
Tip revision: 67482e6
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 = \
	doc/CitComS.doxyconf

## end of Makefile.am
back to top