File: wxmake.mpb

package info (click to toggle)
ace 6.0.3%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 49,368 kB
  • sloc: cpp: 341,826; perl: 30,850; ansic: 20,952; makefile: 10,144; sh: 4,744; python: 828; exp: 787; yacc: 511; xml: 330; lex: 158; lisp: 116; csh: 48; tcl: 5
file content (11 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// $Id: wxmake.mpb 1934 2010-11-12 12:40:22Z elliott_c $
project {
  verbatim(make, macros) {
    WX_PORT         = $(shell $(WXWINDOWS_ROOT)/bin/wx-config --query-toolkit)
    WX_PORT_MACRO   = $(shell $(WXWINDOWS_ROOT)/bin/wx-config --cflags |  sed 's/.*\-D__/__/; s/__ .*/__/')
    WX_VERSION      = -$(shell $(WXWINDOWS_ROOT)/bin/wx-config --version | sed 's/^\\([0-9]*\\)\\.\\([0-9]*\\)\\.[0-9]*/\\1.\\2/')
    WX_CHARTYPE     = $(shell $(WXWINDOWS_ROOT)/bin/wx-config --query-chartype)
    WX_UNICODE      = $(shell echo $(WX_CHARTYPE) | sed 's!unicode!u!;s!ansi!!')
    WX_BUILD_CONFIG = $(WX_PORT)-$(WX_CHARTYPE)
  }
}