- Timestamp:
- Jan 10, 2005, 12:00:02 AM (20 years ago)
- Location:
- orxonox/trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/Makefile.in
r3219 r3377 125 125 SHELL = @SHELL@ 126 126 STRIP = @STRIP@ 127 SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ 128 SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ 127 129 VERSION = @VERSION@ 128 130 ac_ct_CC = @ac_ct_CC@ -
orxonox/trunk/configure
r3365 r3377 312 312 #endif" 313 313 314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE LIBOBJS LTLIBOBJS'314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG SUB_PROJECTS_TRUE SUB_PROJECTS_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE LIBOBJS LTLIBOBJS' 315 315 ac_subst_files='' 316 316 … … 867 867 --enable-debug compiles in debug mode. Lots of debug info about the 868 868 game. 869 --enable-sub-projects also builds the subProjects by default 869 870 870 871 Optional Packages: … … 3903 3904 3904 3905 3906 ### SubProject-enable 3907 def_sdl_image=yes 3908 echo "$as_me:$LINENO: checking if the SubProjects should be built" >&5 3909 echo $ECHO_N "checking if the SubProjects should be built... $ECHO_C" >&6 3910 # Check whether --enable-sub-projects or --disable-sub-projects was given. 3911 if test "${enable_sub_projects+set}" = set; then 3912 enableval="$enable_sub_projects" 3913 def_sub_projects=yes 3914 fi; 3915 if test "$def_sub_projects" = yes; then 3916 echo "yes" 3917 fi 3918 if test "$def_sub_projects" = no; then 3919 echo "no" 3920 fi 3921 3922 3923 if test x$def_sub_projects = xyes; then 3924 SUB_PROJECTS_TRUE= 3925 SUB_PROJECTS_FALSE='#' 3926 else 3927 SUB_PROJECTS_TRUE='#' 3928 SUB_PROJECTS_FALSE= 3929 fi 3930 3931 3905 3932 ## PROGRAMM CHECKING 3906 3933 # checking for Doxygen … … 7547 7574 7548 7575 7549 ac_config_files="$ac_config_files Makefile src/console/Makefile src/gui/Makefile src/Makefile src/importer/Makefile" 7576 ac_config_files="$ac_config_files Makefile src/Makefile src/importer/Makefile src/console/Makefile src/gui/Makefile" 7577 7550 7578 7551 7579 cat >confcache <<\_ACEOF … … 7658 7686 Usually this means the macro was only invoked conditionally." >&5 7659 7687 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 7688 Usually this means the macro was only invoked conditionally." >&2;} 7689 { (exit 1); exit 1; }; } 7690 fi 7691 if test -z "${SUB_PROJECTS_TRUE}" && test -z "${SUB_PROJECTS_FALSE}"; then 7692 { { echo "$as_me:$LINENO: error: conditional \"SUB_PROJECTS\" was never defined. 7693 Usually this means the macro was only invoked conditionally." >&5 7694 echo "$as_me: error: conditional \"SUB_PROJECTS\" was never defined. 7660 7695 Usually this means the macro was only invoked conditionally." >&2;} 7661 7696 { (exit 1); exit 1; }; } … … 8120 8155 # Handling of arguments. 8121 8156 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8157 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8158 "src/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/importer/Makefile" ;; 8122 8159 "src/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/console/Makefile" ;; 8123 8160 "src/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/gui/Makefile" ;; 8124 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;8125 "src/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/importer/Makefile" ;;8126 8161 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 8127 8162 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; … … 8268 8303 s,@EGREP@,$EGREP,;t t 8269 8304 s,@DEBUG@,$DEBUG,;t t 8305 s,@SUB_PROJECTS_TRUE@,$SUB_PROJECTS_TRUE,;t t 8306 s,@SUB_PROJECTS_FALSE@,$SUB_PROJECTS_FALSE,;t t 8270 8307 s,@DOXYGEN@,$DOXYGEN,;t t 8271 8308 s,@DOXYGEN_TRUE@,$DOXYGEN_TRUE,;t t -
orxonox/trunk/configure.ac
r3240 r3377 69 69 70 70 71 ### SubProject-enable 72 def_sdl_image=yes 73 AC_MSG_CHECKING([if the SubProjects should be built]) 74 AC_ARG_ENABLE([sub-projects], 75 AC_HELP_STRING( [--enable-sub-projects], 76 [also builds the subProjects by default]), [def_sub_projects=yes]) 77 if test "$def_sub_projects" = yes; then 78 echo "yes" 79 fi 80 if test "$def_sub_projects" = no; then 81 echo "no" 82 fi 83 AM_CONDITIONAL(SUB_PROJECTS, test x$def_sub_projects = xyes) 84 71 85 ## PROGRAMM CHECKING 72 86 # checking for Doxygen … … 364 378 365 379 AC_CONFIG_FILES([Makefile 380 src/Makefile 381 src/importer/Makefile 366 382 src/console/Makefile 367 src/gui/Makefile 368 src/Makefile 369 src/importer/Makefile]) 383 src/gui/Makefile]) 384 370 385 AC_OUTPUT -
orxonox/trunk/src/Makefile.am
r3365 r3377 77 77 matrix.h \ 78 78 curve.h \ 79 glmenu_imagescreen.h 79 glmenu_imagescreen.h \ 80 debug.h 80 81 81 82 … … 89 90 GTK_PROGS = 90 91 endif 92 if SUB_PROJECTS 93 SUB_PROGS = importer \ 94 gui \ 95 $(GTK_PROGS) 96 else 97 SUB_PROGS = 98 endif 91 99 92 100 SUBDIRS = . \ 93 importer \ 94 gui \ 95 $(GTK_PROGS) 101 $(SUB_PROGS) 96 102 97 103 # uncomment the following if orxonox requires the math library -
orxonox/trunk/src/Makefile.in
r3365 r3377 159 159 SHELL = @SHELL@ 160 160 STRIP = @STRIP@ 161 SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ 162 SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ 161 163 VERSION = @VERSION@ 162 164 ac_ct_CC = @ac_ct_CC@ … … 274 276 matrix.h \ 275 277 curve.h \ 276 glmenu_imagescreen.h 278 glmenu_imagescreen.h \ 279 debug.h 277 280 278 281 EXTRA_DIST = orxonox.conf … … 281 284 ### GTK_RELATED 282 285 @HAVE_GTK2_TRUE@GTK_PROGS = console 286 @SUB_PROJECTS_FALSE@SUB_PROGS = 287 @SUB_PROJECTS_TRUE@SUB_PROGS = importer \ 288 @SUB_PROJECTS_TRUE@ gui \ 289 @SUB_PROJECTS_TRUE@ $(GTK_PROGS) 290 283 291 SUBDIRS = . \ 284 importer \ 285 gui \ 286 $(GTK_PROGS) 292 $(SUB_PROGS) 287 293 288 294 all: all-recursive -
orxonox/trunk/src/console/Makefile.in
r3219 r3377 128 128 SHELL = @SHELL@ 129 129 STRIP = @STRIP@ 130 SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ 131 SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ 130 132 VERSION = @VERSION@ 131 133 ac_ct_CC = @ac_ct_CC@ -
orxonox/trunk/src/gui/Makefile.in
r3219 r3377 135 135 SHELL = @SHELL@ 136 136 STRIP = @STRIP@ 137 SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ 138 SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ 137 139 VERSION = @VERSION@ 138 140 ac_ct_CC = @ac_ct_CC@ -
orxonox/trunk/src/importer/Makefile.in
r3365 r3377 129 129 SHELL = @SHELL@ 130 130 STRIP = @STRIP@ 131 SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ 132 SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ 131 133 VERSION = @VERSION@ 132 134 ac_ct_CC = @ac_ct_CC@
Note: See TracChangeset
for help on using the changeset viewer.