openfoam/wmake/rules/linuxPPC64Gcc
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 Added initial support for LinuxPPC. 2009-04-02 12:26:41 +01:00
c++ extending template max depth to 60 2009-09-17 11:52:09 +01:00
c++Debug Added initial support for LinuxPPC. 2009-04-02 12:26:41 +01:00
c++Opt Added initial support for LinuxPPC. 2009-04-02 12:26:41 +01:00
c++Prof Added initial support for LinuxPPC. 2009-04-02 12:26:41 +01:00
cDebug Added initial support for LinuxPPC. 2009-04-02 12:26:41 +01:00
cOpt remove opteron and no-gcse switch 2009-04-28 22:20:12 +01:00
cProf Added initial support for LinuxPPC. 2009-04-02 12:26:41 +01:00
general ENH: simplify cpp rules to avoid absolute paths and multiple GFLAGS. 2010-03-29 10:59:35 +02:00
mplibHPMPI Added initial support for LinuxPPC. 2009-04-02 12:26:41 +01:00
X Added initial support for LinuxPPC. 2009-04-02 12:26:41 +01:00