blender/extern/ode/dist/config
Maarten Gribnau c21d639735 Changed the OSX config file so that it compiles on OSX 10.2
Checked against a fresh version from the ODE CVS and found that the problem was
not fixed there as well so I felt free to commit it here.
Maarten (mail@maartengribnau.com)
2002-11-04 20:32:30 +00:00
..
makefile.cygwin checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
makefile.mingw checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
makefile.msvc checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
makefile.msvc-dll checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
makefile.osx Changed the OSX config file so that it compiles on OSX 10.2 2002-11-04 20:32:30 +00:00
makefile.unix-gcc checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
makefile.unix-generic checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
msvcdefs.def checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
README checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
user-settings checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
user-settings.example checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00

variable names used in the per-platform makefile configuration files:

platform stuff
--------------

WINDOWS			set to 1 if this is a microsoft windows based platform

filesystem stuff and commands
-----------------------------

THIS_DIR		prefix to run a command from the current directory
DEL_CMD			the name of the delete command

compiler stuff
--------------

CC			the C/C++ compiler to use
OBJ			the object file extension
C_FLAGS			the standard set of compiler flags
C_INC			flag to add an include path
C_OUT			flag to specify the object file output
C_EXEOUT		flag to specify the executable file output
C_DEF			flag to add a define
C_OPT			flag to set the optimization level
OPT			the optimization level to use

library archiver
----------------

AR			library archiver command
RANLIB			ranlib command, if necessary
LIB_PREFIX		library file prefix
LIB_SUFFIX		library file suffix
LINK_OPENGL		link flags to link in windowing stuff and opengl
LINK_MATH		link flags to link in the system math library

windows specific stuff
----------------------

RC_RULE			makefile rule to use for the resource compiler