// -*- MPC -*- // $Id: ace_fox.mpb 80826 2008-03-04 14:51:23Z wotte $ project { requires += fox // Depends on configration 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) } }