Bug 468504: modify generated Makefile to support multi-platform

This updates the generated Makefile to use the new multi-platform build
features in the RTS.

This does not build PingPong on my machine.  The problem is that the RTS
adds the -Wall compilation flag, and my version of gcc (4.8) complains
about missing case statements in a switch.  I think that we should get
rid of the -Wall, however if we're going to keep it then we need to
disable some warnings (like this one -- Wswitch).

Change-Id: I2af137c85ec925007d5f2d064ccc630cb8dab5bf
Signed-off-by: Andrew Eidsness <andrewe@jfront.com>
2 files changed
tree: 3b99ee7fa7427503e8453e860a5b87c855c698ad
  1. codegen/
  2. models/
  3. rts/
  4. .gitignore
  5. epl-v10.html
  6. notice.html
  7. pom.xml