Changeset 1950 in orxonox.OLD for orxonox/branches
- Timestamp:
- Jun 15, 2004, 2:25:09 AM (20 years ago)
- Location:
- orxonox/branches/automake
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/automake/configure
r1946 r1950 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for FULL-PACKAGE-NAME VERSION.3 # Generated by GNU Autoconf 2.59 for orxonox 0.1-pre-alpha. 4 4 # 5 # Report bugs to < BUG-REPORT-ADDRESS>.5 # Report bugs to <orxonox-dev@mail.datacore.ch>. 6 6 # 7 7 # Copyright (C) 2003 Free Software Foundation, Inc. … … 268 268 269 269 # Identity of this package. 270 PACKAGE_NAME=' FULL-PACKAGE-NAME'271 PACKAGE_TARNAME=' full-package-name'272 PACKAGE_VERSION=' VERSION'273 PACKAGE_STRING=' FULL-PACKAGE-NAME VERSION'274 PACKAGE_BUGREPORT=' BUG-REPORT-ADDRESS'270 PACKAGE_NAME='orxonox' 271 PACKAGE_TARNAME='orxonox' 272 PACKAGE_VERSION='0.1-pre-alpha' 273 PACKAGE_STRING='orxonox 0.1-pre-alpha' 274 PACKAGE_BUGREPORT='orxonox-dev@mail.datacore.ch' 275 275 276 276 ac_unique_file="console/orxonox_console_entry.cc" … … 789 789 # This message is too long to be a string in the A/UX 3.1 sh. 790 790 cat <<_ACEOF 791 \`configure' configures FULL-PACKAGE-NAME VERSIONto adapt to many kinds of systems.791 \`configure' configures orxonox 0.1-pre-alpha to adapt to many kinds of systems. 792 792 793 793 Usage: $0 [OPTION]... [VAR=VALUE]... … … 851 851 if test -n "$ac_init_help"; then 852 852 case $ac_init_help in 853 short | recursive ) echo "Configuration of FULL-PACKAGE-NAME VERSION:";;853 short | recursive ) echo "Configuration of orxonox 0.1-pre-alpha:";; 854 854 esac 855 855 cat <<\_ACEOF … … 875 875 it to find libraries and programs with nonstandard names/locations. 876 876 877 Report bugs to < BUG-REPORT-ADDRESS>.877 Report bugs to <orxonox-dev@mail.datacore.ch>. 878 878 _ACEOF 879 879 fi … … 971 971 if $ac_init_version; then 972 972 cat <<\_ACEOF 973 FULL-PACKAGE-NAME configure VERSION 973 orxonox configure 0.1-pre-alpha 974 974 generated by GNU Autoconf 2.59 975 975 … … 985 985 running configure, to aid debugging if configure makes a mistake. 986 986 987 It was created by FULL-PACKAGE-NAME $as_me VERSION, which was987 It was created by orxonox $as_me 0.1-pre-alpha, which was 988 988 generated by GNU Autoconf 2.59. Invocation command line was 989 989 … … 1598 1598 1599 1599 # Define the identity of the package. 1600 PACKAGE=' full-package-name'1601 VERSION=' VERSION'1600 PACKAGE='orxonox' 1601 VERSION='0.1-pre-alpha' 1602 1602 1603 1603 … … 4380 4380 ( 4381 4381 cat <<\_ASBOX 4382 ## --------------------------------- ##4383 ## Report this to BUG-REPORT-ADDRESS##4384 ## --------------------------------- ##4382 ## ------------------------------------------- ## 4383 ## Report this to orxonox-dev@mail.datacore.ch ## 4384 ## ------------------------------------------- ## 4385 4385 _ASBOX 4386 4386 ) | … … 4692 4692 ( 4693 4693 cat <<\_ASBOX 4694 ## --------------------------------- ##4695 ## Report this to BUG-REPORT-ADDRESS##4696 ## --------------------------------- ##4694 ## ------------------------------------------- ## 4695 ## Report this to orxonox-dev@mail.datacore.ch ## 4696 ## ------------------------------------------- ## 4697 4697 _ASBOX 4698 4698 ) | … … 5290 5290 cat >&5 <<_CSEOF 5291 5291 5292 This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was5292 This file was extended by orxonox $as_me 0.1-pre-alpha, which was 5293 5293 generated by GNU Autoconf 2.59. Invocation command line was 5294 5294 … … 5353 5353 cat >>$CONFIG_STATUS <<_ACEOF 5354 5354 ac_cs_version="\\ 5355 FULL-PACKAGE-NAME config.status VERSION 5355 orxonox config.status 0.1-pre-alpha 5356 5356 configured by $0, generated by GNU Autoconf 2.59, 5357 5357 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
orxonox/branches/automake/configure.ac
r1946 r1950 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT( FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)5 AC_INIT(orxonox, 0.1-pre-alpha, orxonox-dev@mail.datacore.ch) 6 6 AC_CONFIG_SRCDIR([console/orxonox_console_entry.cc]) 7 7 AC_CONFIG_HEADER([config.h]) -
orxonox/branches/automake/console/Makefile.am
r1945 r1950 1 AM_CFLAGS=`pkg-config --cflags gtk+-2.0` 2 AM_LDFLAGS=`pkg-config --libs gtk+-2.0` 3 4 bin_PROGRAMS=console 5 console_SOURCES=orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc 6 7 # uncomment the following if bencoder requires the math library 8 #gui_LDADD=-lm 9 10 #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo 11 12 # if you write a self-test script named `chk', uncomment the 13 # following and add `chk' to the EXTRA_DIST list 14 #TESTS=chk 15 16 # build and install the .info pages 17 #info_TEXINFOS = orxonox.texinfo 18 #orxonox_TEXINFOS = gpl.texinfo 19 20 # install the man pages 21 #man_MANS=orxonox.1 -
orxonox/branches/automake/console/Makefile.in
r1945 r1950 110 110 sysconfdir = @sysconfdir@ 111 111 target_alias = @target_alias@ 112 AM_CFLAGS = `pkg-config --cflags gtk+-2.0` 113 AM_LDFLAGS = `pkg-config --libs gtk+-2.0` 114 115 bin_PROGRAMS = console 116 console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc 112 117 subdir = console 113 118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 115 120 CONFIG_HEADER = $(top_builddir)/config.h 116 121 CONFIG_CLEAN_FILES = 117 DIST_SOURCES = 122 bin_PROGRAMS = console$(EXEEXT) 123 PROGRAMS = $(bin_PROGRAMS) 124 125 am_console_OBJECTS = orxonox_console.$(OBJEXT) \ 126 orxonox_console_entry.$(OBJEXT) orxonox_console_log.$(OBJEXT) 127 console_OBJECTS = $(am_console_OBJECTS) 128 console_LDADD = $(LDADD) 129 console_DEPENDENCIES = 130 console_LDFLAGS = 131 132 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 133 depcomp = $(SHELL) $(top_srcdir)/depcomp 134 am__depfiles_maybe = depfiles 135 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/orxonox_console.Po \ 136 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox_console_entry.Po \ 137 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox_console_log.Po 138 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 139 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 140 CXXLD = $(CXX) 141 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 142 -o $@ 143 DIST_SOURCES = $(console_SOURCES) 118 144 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 145 SOURCES = $(console_SOURCES) 146 119 147 all: all-am 120 148 121 149 .SUFFIXES: 150 .SUFFIXES: .cc .o .obj 122 151 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 123 152 cd $(top_srcdir) && \ … … 125 154 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 126 155 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 156 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 157 install-binPROGRAMS: $(bin_PROGRAMS) 158 @$(NORMAL_INSTALL) 159 $(mkinstalldirs) $(DESTDIR)$(bindir) 160 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 161 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 162 if test -f $$p \ 163 ; then \ 164 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 165 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ 166 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ 167 else :; fi; \ 168 done 169 170 uninstall-binPROGRAMS: 171 @$(NORMAL_UNINSTALL) 172 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 173 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 174 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ 175 rm -f $(DESTDIR)$(bindir)/$$f; \ 176 done 177 178 clean-binPROGRAMS: 179 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 180 console$(EXEEXT): $(console_OBJECTS) $(console_DEPENDENCIES) 181 @rm -f console$(EXEEXT) 182 $(CXXLINK) $(console_LDFLAGS) $(console_OBJECTS) $(console_LDADD) $(LIBS) 183 184 mostlyclean-compile: 185 -rm -f *.$(OBJEXT) core *.core 186 187 distclean-compile: 188 -rm -f *.tab.c 189 190 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_console.Po@am__quote@ 191 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_console_entry.Po@am__quote@ 192 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_console_log.Po@am__quote@ 193 194 .cc.o: 195 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 196 @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 197 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 198 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 199 @am__fastdepCXX_TRUE@ fi 200 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 201 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 202 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 203 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< 204 205 .cc.obj: 206 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 207 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 208 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 209 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 210 @am__fastdepCXX_TRUE@ fi 211 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 212 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 213 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 214 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 127 215 uninstall-info-am: 216 217 ETAGS = etags 218 ETAGSFLAGS = 219 220 CTAGS = ctags 221 CTAGSFLAGS = 222 128 223 tags: TAGS 129 TAGS: 224 225 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 226 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 227 unique=`for i in $$list; do \ 228 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 229 done | \ 230 $(AWK) ' { files[$$0] = 1; } \ 231 END { for (i in files) print i; }'`; \ 232 mkid -fID $$unique 233 234 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 235 $(TAGS_FILES) $(LISP) 236 tags=; \ 237 here=`pwd`; \ 238 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 239 unique=`for i in $$list; do \ 240 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 241 done | \ 242 $(AWK) ' { files[$$0] = 1; } \ 243 END { for (i in files) print i; }'`; \ 244 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 245 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 246 $$tags $$unique 130 247 131 248 ctags: CTAGS 132 CTAGS: 133 249 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 250 $(TAGS_FILES) $(LISP) 251 tags=; \ 252 here=`pwd`; \ 253 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 254 unique=`for i in $$list; do \ 255 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 256 done | \ 257 $(AWK) ' { files[$$0] = 1; } \ 258 END { for (i in files) print i; }'`; \ 259 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 260 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 261 $$tags $$unique 262 263 GTAGS: 264 here=`$(am__cd) $(top_builddir) && pwd` \ 265 && cd $(top_srcdir) \ 266 && gtags -i $(GTAGS_ARGS) $$here 267 268 distclean-tags: 269 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 134 270 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 135 271 … … 166 302 check-am: all-am 167 303 check: check-am 168 all-am: Makefile 304 all-am: Makefile $(PROGRAMS) 169 305 170 306 installdirs: 307 $(mkinstalldirs) $(DESTDIR)$(bindir) 171 308 install: install-am 172 309 install-exec: install-exec-am … … 195 332 clean: clean-am 196 333 197 clean-am: clean- generic mostlyclean-am334 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 198 335 199 336 distclean: distclean-am 337 -rm -rf ./$(DEPDIR) 200 338 -rm -f Makefile 201 distclean-am: clean-am distclean-generic 339 distclean-am: clean-am distclean-compile distclean-generic \ 340 distclean-tags 202 341 203 342 dvi: dvi-am … … 211 350 install-data-am: 212 351 213 install-exec-am: 352 install-exec-am: install-binPROGRAMS 214 353 215 354 install-info: install-info-am … … 220 359 221 360 maintainer-clean: maintainer-clean-am 361 -rm -rf ./$(DEPDIR) 222 362 -rm -f Makefile 223 363 maintainer-clean-am: distclean-am maintainer-clean-generic … … 225 365 mostlyclean: mostlyclean-am 226 366 227 mostlyclean-am: mostlyclean- generic367 mostlyclean-am: mostlyclean-compile mostlyclean-generic 228 368 229 369 pdf: pdf-am … … 235 375 ps-am: 236 376 237 uninstall-am: uninstall-info-am 238 239 .PHONY: all all-am check check-am clean clean-generic distclean \ 240 distclean-generic distdir dvi dvi-am info info-am install \ 241 install-am install-data install-data-am install-exec \ 242 install-exec-am install-info install-info-am install-man \ 243 install-strip installcheck installcheck-am installdirs \ 244 maintainer-clean maintainer-clean-generic mostlyclean \ 245 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ 246 uninstall-info-am 247 377 uninstall-am: uninstall-binPROGRAMS uninstall-info-am 378 379 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 380 clean-generic ctags distclean distclean-compile \ 381 distclean-generic distclean-tags distdir dvi dvi-am info \ 382 info-am install install-am install-binPROGRAMS install-data \ 383 install-data-am install-exec install-exec-am install-info \ 384 install-info-am install-man install-strip installcheck \ 385 installcheck-am installdirs maintainer-clean \ 386 maintainer-clean-generic mostlyclean mostlyclean-compile \ 387 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 388 uninstall-am uninstall-binPROGRAMS uninstall-info-am 389 390 391 # uncomment the following if bencoder requires the math library 392 #gui_LDADD=-lm 393 394 #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo 395 396 # if you write a self-test script named `chk', uncomment the 397 # following and add `chk' to the EXTRA_DIST list 398 #TESTS=chk 399 400 # build and install the .info pages 401 #info_TEXINFOS = orxonox.texinfo 402 #orxonox_TEXINFOS = gpl.texinfo 403 404 # install the man pages 405 #man_MANS=orxonox.1 248 406 # Tell versions [3.59,3.63) of GNU make to not export all variables. 249 407 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.