openfoam/wmake/rules/linuxGcc
Mark Olesen 0d44584112 ENH: rationalize wmake rules to avoid unnecessary duplication
- main mplib rules located in GENERAL_RULES with specializations
  (if any) under RULES. Modest change in a few options files, but
  cleans up the rules directories.

  previously in options:
      include $(RULES)/mplib$(WM_MPLIB)

  now in options:
      sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
      sinclude $(RULES)/mplib$(WM_MPLIB)

  For GNU make it would be permissible to write both in a single line.
2010-04-22 15:01:07 +02:00
..
c Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
c++ extending template max depth to 60 2009-09-17 11:52:09 +01:00
c++Debug Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
c++Opt Add provisioning for gcc-4.4.1 2009-07-29 09:59:16 +02:00
c++Prof Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
cDebug remove opteron and no-gcse switch 2009-04-28 22:20:12 +01:00
cOpt Add provisioning for gcc-4.4.1 2009-07-29 09:59:16 +02:00
cProf Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
general ENH: rationalize wmake rules to avoid unnecessary duplication 2010-04-22 15:01:07 +02:00
mplibHPMPI Added support for HP-MPI. 2008-11-19 14:57:06 +00:00