openfoam/wmake/rules/linuxGcc45
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 ENH: add wmake rules for gcc-4.5 2010-04-21 16:23:16 +02:00
c++ ENH: add wmake rules for gcc-4.5 2010-04-21 16:23:16 +02:00
c++Debug ENH: add wmake rules for gcc-4.5 2010-04-21 16:23:16 +02:00
c++Opt ENH: add wmake rules for gcc-4.5 2010-04-21 16:23:16 +02:00
c++Prof ENH: add wmake rules for gcc-4.5 2010-04-21 16:23:16 +02:00
cDebug ENH: add wmake rules for gcc-4.5 2010-04-21 16:23:16 +02:00
cOpt ENH: add wmake rules for gcc-4.5 2010-04-21 16:23:16 +02:00
cProf ENH: add wmake rules for gcc-4.5 2010-04-21 16:23:16 +02:00
general ENH: rationalize wmake rules to avoid unnecessary duplication 2010-04-22 15:01:07 +02:00
mplibHPMPI ENH: add wmake rules for gcc-4.5 2010-04-21 16:23:16 +02:00