|
Revision 602, 1.2 KB
(checked in by cristy, 3 days ago)
|
|
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <configuremap> |
|---|
| 3 | <configure name="HOST" value="x86_64-unknown-linux-gnu" /> |
|---|
| 4 | <configure name="CONFIGURE" value="./configure " /> |
|---|
| 5 | <configure name="PREFIX" value="/usr/local" /> |
|---|
| 6 | <configure name="EXEC-PREFIX" value="/usr/local" /> |
|---|
| 7 | <configure name="CC" value="gcc" /> |
|---|
| 8 | <configure name="CFLAGS" value="-fopenmp -g -O2 -Wall -W -pthread" /> |
|---|
| 9 | <configure name="CPPFLAGS" value="-I/usr/local/include/WizardsToolkit" /> |
|---|
| 10 | <configure name="LDFLAGS" value="-L/usr/local/lib " /> |
|---|
| 11 | <configure name="LIBS" value="-lWizardsToolkit -lbz2 -lz -lm -lgomp -lpthread" /> |
|---|
| 12 | <configure name="CXX" value="g++" /> |
|---|
| 13 | <configure name="CXXFLAGS" value="-g -O2 -Wall -W -pthread" /> |
|---|
| 14 | <configure name="DISTCHECK_CONFIG_FLAGS" value=" --with-umem=no " /> |
|---|
| 15 | <configure name="CVS_BRANCH_TAG" value="" /> |
|---|
| 16 | <configure name="NAME" value="WizardsToolkit" /> |
|---|
| 17 | <configure name="VERSION" value="1.0.7" /> |
|---|
| 18 | <configure name="LIB_VERSION" value="0x107" /> |
|---|
| 19 | <configure name="LIB_VERSION_NUMBER" value="1,0,7,0" /> |
|---|
| 20 | <configure name="RELEASE_DATE" value="2009-11-17" /> |
|---|
| 21 | <configure name="COPYRIGHT" value="Copyright (C) 1999-2009 ImageMagick Studio LLC" /> |
|---|
| 22 | <configure name="WEBSITE" value="http://www.wizards-toolkit.org" /> |
|---|
| 23 | </configuremap> |
|---|