https://github.com/geodynamics/citcoms
Revision cd97a8a2e4cfb7138e77e8f1e2d7d138e5f11258 authored by Leif Strand on 01 October 2005, 01:01:45 UTC, committed by Leif Strand on 01 October 2005, 01:01:45 UTC
1 parent fb6f251
Raw File
Tip revision: cd97a8a2e4cfb7138e77e8f1e2d7d138e5f11258 authored by Leif Strand on 01 October 2005, 01:01:45 UTC
Added various GNU standard files, including the GPL.
Tip revision: cd97a8a
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