| version 1.37, 2001/06/13 18:05:00 |
version 1.40, 2001/07/27 16:06:15 |
| |
| CXXFLAGS="$CXXFLAGS " | CXXFLAGS="$CXXFLAGS " |
| | |
| | |
| | dnl The src disrectory is put in the include search path to be able to |
| | dnl include internals headers from anywere in code without using relativ |
| | dnl path |
| | CFLAGS="$CFLAGS -I$srcdir/src" |
| | CXXFLAGS="$CXXFLAGS -I$srcdir/src" |
| | |
| | |
| dnl ==================================================================== | dnl ==================================================================== |
| dnl Checks NeL modules (net, 3d, ai) to install / Disable | dnl Checks NeL modules (net, 3d, ai) to install / Disable |
| | |
| |
| [ AC_MSG_RESULT(disable NEL 3D.) ], | [ AC_MSG_RESULT(disable NEL 3D.) ], |
| [ NEL_SUBDIRS="$NEL_SUBDIRS 3d" ] ) | [ NEL_SUBDIRS="$NEL_SUBDIRS 3d" ] ) |
| | |
| | dnl PACS library |
| | AC_ARG_ENABLE( pacs, |
| | [ --disable-pacs disable compilation and install of NeL PACS.], |
| | [ AC_MSG_RESULT(disable NEL PACS.) ], |
| | [ NEL_SUBDIRS="$NEL_SUBDIRS pacs" ] ) |
| | |
| dnl AI library | dnl AI library |
| AC_ARG_ENABLE( ai, | AC_ARG_ENABLE( ai, |
| [ --disable-ai disable compilation and install of NeL AI.], | [ --disable-ai disable compilation and install of NeL AI.], |
| |
| include/nel/misc/Makefile \ | include/nel/misc/Makefile \ |
| include/nel/net/Makefile \ | include/nel/net/Makefile \ |
| include/nel/3d/Makefile \ | include/nel/3d/Makefile \ |
| include/nel/3d/tmp/Makefile \ | include/nel/pacs/Makefile \ |
| include/nel/ai/Makefile \ | include/nel/ai/Makefile \ |
| include/nel/ai/agent/Makefile \ | include/nel/ai/agent/Makefile \ |
| include/nel/ai/c/Makefile \ | include/nel/ai/c/Makefile \ |
| |
| src/3d/Makefile \ | src/3d/Makefile \ |
| src/3d/driver/Makefile \ | src/3d/driver/Makefile \ |
| src/3d/driver/opengl/Makefile \ | src/3d/driver/opengl/Makefile \ |
| | src/pacs/Makefile \ |
| src/ai/Makefile \ | src/ai/Makefile \ |
| src/ai/agent/Makefile \ | src/ai/agent/Makefile \ |
| src/ai/c/Makefile \ | src/ai/c/Makefile \ |