## Makefile.am -- Process this file with automake to produce Makefile.in EXTRA_DIST = channelflow.spec make-all \ channelflow/hdf5utils.h \ data/os_peig10_65.bf \ data/os_ueig10_65.bf \ examples/Makefile \ examples/README \ examples/channel.cpp \ examples/couette2.cpp \ examples/couette.cpp \ examples/errorexamples.cpp \ examples/orrsomm.cpp \ examples/poisseuille.cpp \ examples/sindecay.cpp \ examples/walllaw.cpp \ matlab/bigfont.m \ matlab/boxframe.m \ matlab/fixdigits.m \ matlab/grey.m \ matlab/makemovie.m \ matlab/multibox.m \ matlab/multicol.m \ matlab/multirow.m \ matlab/n2s.m \ matlab/plotbox.m \ matlab/plotfield.m \ matlab/plotspectra.m \ matlab/scrunch.m \ matlab/ttl.m \ matlab/txt.m \ matlab/vortframe.m \ matlab/xlbl.m \ matlab/xzframe.m \ matlab/ylbl.m \ matlab/yzframe.m \ matlab/zlbl.m \ matlab/zxframe.m \ doc/TUTORIAL \ doc/userguide \ doc/userguide/blurb.tex \ doc/userguide/cfstructure.pdf \ doc/userguide/cfstructure.tex \ doc/userguide/channelflow.bib \ doc/userguide/channelflow.tex \ doc/userguide/couette.pdf \ doc/userguide/datalayout.pdf \ doc/userguide/datalayout.m \ doc/userguide/macros.tex \ doc/userguide/mem.m \ doc/userguide/memory.pdf \ doc/userguide/schematic.pdf \ doc/userguide/schematic.m \ doc/userguide/tarrow.m \ doc/userguide/todo \ doc/userguide/ubigbox100.pdf \ doc/userguide/walllaw.pdf \ doc/userguide/README # "make" in top level dir wil call "make" on these subdirs # SUBDIRS = channelflow SUBDIRS = channelflow tests programs if HAVE_OCTAVE SUBDIRS += programs-octave endif # This target compiles the test programs in the tests/ directory and executes them. # The first "make" compiles the test programs, echoing commands and output. # The second "make -s check-local" runs the test programs but suppresses the echoing # so as not to obscure the output of the test programs. test: channelflow/libchflow.la (cd tests; make; make -s check-local)