mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
22 lines
642 B
Makefile
22 lines
642 B
Makefile
|
|
SUBDIRS = cathermo mixGasTransport ChemEquil_gri_matrix ChemEquil_gri_pairs
|
|
SUBDIRS += ChemEquil_ionizedGas ChemEquil_red1 CpJump cxx_ex diamondSurf
|
|
SUBDIRS += diamondSurf_dupl fracCoeff multiGasTransport NASA9poly_test
|
|
SUBDIRS += negATest printUtilUnitTest pureFluidTest silane_equil
|
|
SUBDIRS += spectroscopy surfkin surfSolverTest VPsilane_test
|
|
SUBDIRS += VCSnonideal PecosTransport
|
|
|
|
#f77test
|
|
|
|
# skipped (uses ck2cti or python):
|
|
# ck2cti_test
|
|
# nasa9_reader (uses ck2cti)
|
|
# python
|
|
# rankine_democxx
|
|
# VCSnonideal (unsure of problem)
|
|
|
|
EXTRA_DIST =
|
|
|
|
dist-hook:
|
|
rm -rf `find $(distdir)/ -name .svn`
|
|
rm -rf `find $(distdir)/ -name .deps`
|