summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_xt.mpb
blob: 03bcc3b91c57d3a472d4c835dd0eca12e3b9a980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
// $Id$

project: ace_x11 {
  // this feature by default is set to 1 as projects dependent on Xt has their own features
  requires += xt

  // Depends on configuration from include/makeinclude/platform_*.GNU
  verbatim(gnuace,local) {
	CPPFLAGS += $(PLATFORM_XT_CPPFLAGS) $(PLATFORM_X11_CPPFLAGS)
	LIBS += $(PLATFORM_XT_LIBS) $(PLATFORM_X11_LIBS)
	LDFLAGS += $(PLATFORM_XT_LDFLAGS) $(PLATFORM_X11_LDFLAGS)
  }
}