3 // this feature by default is set to 1 as projects dependent on Xt has their own features
6 // Depends on configuration from include/makeinclude/platform_*.GNU
7 verbatim(gnuace,local) {
8 CPPFLAGS += $(PLATFORM_XT_CPPFLAGS) $(PLATFORM_X11_CPPFLAGS)
9 LIBS += $(PLATFORM_XT_LIBS) $(PLATFORM_X11_LIBS)
10 LDFLAGS += $(PLATFORM_XT_LDFLAGS) $(PLATFORM_X11_LDFLAGS)