summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ace_fox.mpb
blob: 5577ca138968d27d129022fb2bc4e842c0f5f196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project {
  requires += fox
  // Depends on configuration from include/makeinclude/platform_*.GNU

  verbatim(gnuace,local) {
    CPPFLAGS += $(PLATFORM_FOX_CPPFLAGS)
    LIBS += $(PLATFORM_FOX_LIBS)
    LDFLAGS += $(PLATFORM_FOX_LDFLAGS)
  }

  specific(automake) {
    compile_flags += $(ACE_FOX_CPPFLAGS)
    linkflags += $(ACE_FOX_LDFLAGS)
    pure_libs += $(ACE_FOX_LIBS)
  }
}