// -*- MPC -*- // $Id: ace_x11.mpb 85345 2009-05-14 19:42:45Z sowayaa $ project { specific(prop:microsoft) { } else { requires += x11 } // Depends on configration from include/makeinclude/platform_*.GNU verbatim(gnuace,local) { CPPFLAGS += $(PLATFORM_X11_CPPFLAGS) LIBS += $(PLATFORM_X11_LIBS) LDFLAGS += $(PLATFORM_X11_LDFLAGS) } specific(automake) { compile_flags += $(ACE_X11_CPPFLAGS) linkflags += $(ACE_X11_LDFLAGS) pure_libs += $(ACE_X11_LIBS) } }