https://github.com/geodynamics/citcoms
Revision 3482c122a2845e3ccf3a9760063335ec9d1295e4 authored by Leif Strand on 04 October 2005, 00:34:33 UTC, committed by Leif Strand on 04 October 2005, 00:34:33 UTC
1 parent 772a809
Raw File
Tip revision: 3482c122a2845e3ccf3a9760063335ec9d1295e4 authored by Leif Strand on 04 October 2005, 00:34:33 UTC
Nuked empty directories.
Tip revision: 3482c12
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