Changeset 1977 in orxonox.OLD for orxonox/branches/gui/console/Makefile
- Timestamp:
- Jun 18, 2004, 9:42:58 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/console/Makefile
r1880 r1977 1 1 # Makefile.in generated by automake 1.7.9 from Makefile.am. 2 # console/Makefile. Generated from Makefile.in by configure. 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 5 # Free Software Foundation, Inc. 6 # This Makefile.in is free software; the Free Software Foundation 7 # gives unlimited permission to copy and/or distribute it, 8 # with or without modifications, as long as this notice is preserved. 9 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # PARTICULAR PURPOSE. 14 15 16 17 srcdir = . 18 top_srcdir = .. 19 20 pkgdatadir = $(datadir)/orxonox 21 pkglibdir = $(libdir)/orxonox 22 pkgincludedir = $(includedir)/orxonox 23 top_builddir = .. 24 25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 INSTALL = /bin/install -c 27 install_sh_DATA = $(install_sh) -c -m 644 28 install_sh_PROGRAM = $(install_sh) -c 29 install_sh_SCRIPT = $(install_sh) -c 30 INSTALL_HEADER = $(INSTALL_DATA) 31 transform = $(program_transform_name) 32 NORMAL_INSTALL = : 33 PRE_INSTALL = : 34 POST_INSTALL = : 35 NORMAL_UNINSTALL = : 36 PRE_UNINSTALL = : 37 POST_UNINSTALL = : 38 ACLOCAL = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run aclocal-1.7 39 AMDEP_FALSE = # 40 AMDEP_TRUE = 41 AMTAR = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run tar 42 AUTOCONF = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoconf 43 AUTOHEADER = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoheader 44 AUTOMAKE = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run automake-1.7 45 AWK = gawk 2 46 CC = gcc 47 CCDEPMODE = depmode=gcc3 48 CFLAGS = -g -O2 49 CPP = gcc -E 50 CPPFLAGS = 3 51 CXX = g++ 4 APP_LIB_DEPS = `pkg-config --libs gtk+-2.0` 5 GL_LIB = libGL.so 6 GLU_LIB = libGLU.so 7 GLUT_LIB = libglut.so 8 GLW_LIB = libGLw.so 9 OSMESA_LIB = libOSMesa.so 10 11 CFLAGS = `pkg-config --cflags gtk+-2.0` 12 CXXFLAGS = -fPIC -O3 13 GLUT_CFLAGS = -fexceptions 14 15 TOP = ../.. 16 INCDIR = /usr/Mesa-6.0.1/include 17 LIBDIR = /usr/Mesa-6.0.1/lib 18 19 LIBS = -L$(LIBDIR) $(APP_LIB_DEPS) 20 21 OSMESA_LIBS = -L$(LIBDIR) -lglut -lOSMesa -lGLU -lGL $(APP_LIB_DEPS) 22 23 LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) 24 25 PROGS = \ 26 orxonox_console \ 27 28 HEADERS = \ 29 orxonox_console.h \ 30 orxonox_console_entry.h \ 31 orxonox_console_log.h 32 33 SOURCES = \ 34 orxonox_console.cc \ 35 orxonox_console_entry.cc \ 36 orxonox_console_log.cc 37 38 OBJECTS = \ 39 orxonox_console.o \ 40 orxonox_console_entry.o \ 41 orxonox_console_log.o 42 43 44 TARGET = orxonox_console 52 CXXDEPMODE = depmode=gcc3 53 CXXFLAGS = -g -O2 54 CYGPATH_W = echo 55 DEFS = -DHAVE_CONFIG_H 56 DEPDIR = .deps 57 ECHO_C = 58 ECHO_N = -n 59 ECHO_T = 60 EGREP = grep -E 61 EXEEXT = 62 INSTALL_DATA = ${INSTALL} -m 644 63 INSTALL_PROGRAM = ${INSTALL} 64 INSTALL_SCRIPT = ${INSTALL} 65 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 66 LDFLAGS = 67 LIBOBJS = 68 LIBS = -lm -lGL -lGLU -lglut 69 LTLIBOBJS = 70 MAKEINFO = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run makeinfo 71 OBJEXT = o 72 PACKAGE = orxonox 73 PACKAGE_BUGREPORT = orxonox-dev@mail.datacore.ch 74 PACKAGE_NAME = orxonox 75 PACKAGE_STRING = orxonox 0.1-pre-alpha 76 PACKAGE_TARNAME = orxonox 77 PACKAGE_VERSION = 0.1-pre-alpha 78 PATH_SEPARATOR = : 79 SET_MAKE = 80 SHELL = /bin/sh 81 STRIP = 82 VERSION = 0.1-pre-alpha 83 ac_ct_CC = gcc 84 ac_ct_CXX = 85 ac_ct_STRIP = 86 am__fastdepCC_FALSE = # 87 am__fastdepCC_TRUE = 88 am__fastdepCXX_FALSE = # 89 am__fastdepCXX_TRUE = 90 am__include = include 91 am__leading_dot = . 92 am__quote = 93 bindir = ${exec_prefix}/bin 94 build_alias = 95 datadir = ${prefix}/share 96 exec_prefix = ${prefix} 97 host_alias = 98 includedir = ${prefix}/include 99 infodir = ${prefix}/info 100 install_sh = /home/bensch/svn/orxonox/branches/gui/install-sh 101 libdir = ${exec_prefix}/lib 102 libexecdir = ${exec_prefix}/libexec 103 localstatedir = ${prefix}/var 104 mandir = ${prefix}/man 105 oldincludedir = /usr/include 106 prefix = /usr/local 107 program_transform_name = s,x,x, 108 sbindir = ${exec_prefix}/sbin 109 sharedstatedir = ${prefix}/com 110 sysconfdir = ${prefix}/etc 111 target_alias = 112 AM_CXXFLAGS = `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 117 subdir = console 118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 120 CONFIG_HEADER = $(top_builddir)/config.h 121 CONFIG_CLEAN_FILES = 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 DEP_FILES = ./$(DEPDIR)/orxonox_console.Po \ 136 ./$(DEPDIR)/orxonox_console_entry.Po \ 137 ./$(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) 144 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 145 SOURCES = $(console_SOURCES) 146 147 all: all-am 45 148 46 149 .SUFFIXES: 47 .SUFFIXES: .cc .o 48 49 #.cc: $(LIB_DEP) 50 # $(CXX) -I$(INCDIR) $(CFLAGS) $< $(LIBS) -o $@ 150 .SUFFIXES: .cc .o .obj 151 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 152 cd $(top_srcdir) && \ 153 $(AUTOMAKE) --gnu console/Makefile 154 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 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 include ./$(DEPDIR)/orxonox_console.Po 191 include ./$(DEPDIR)/orxonox_console_entry.Po 192 include ./$(DEPDIR)/orxonox_console_log.Po 51 193 52 194 .cc.o: 53 @ echo "$@ is being compiled..." 54 @ $(CXX) -c $(CFLAGS) -I$(INCDIR) -o $@ $< 55 56 57 #### build 58 59 all: $(TARGET) 60 61 $(TARGET): $(OBJECTS) 62 @ echo "orxonox_console is being linked..." 63 @ $(CXX) $(LIBS) -o $(TARGET) $(OBJECTS) 64 65 66 help: 67 @echo "Cleaning targets:" 68 @echo " clean - remove most generated files" 69 @echo "" 70 @echo "Generic targets:" 71 @echo " all - Build all targets" 72 @echo "" 73 @echo "For further info see the README file" 74 75 clean: 76 rm -rf *.o *~ 77 rm $(TARGET) 78 79 ####compile 80 81 #orxonox.o: orxonox.cc \ 82 # orxonox.h 83 84 #data_tank.o: data_tank.cc \ 85 # data_tank.h 86 87 #EOF 195 if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 196 -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 197 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 198 else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 199 fi 200 # source='$<' object='$@' libtool=no \ 201 # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ 202 # $(CXXDEPMODE) $(depcomp) \ 203 # $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< 204 205 .cc.obj: 206 if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 207 -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 208 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 209 else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 210 fi 211 # source='$<' object='$@' libtool=no \ 212 # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ 213 # $(CXXDEPMODE) $(depcomp) \ 214 # $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 215 uninstall-info-am: 216 217 ETAGS = etags 218 ETAGSFLAGS = 219 220 CTAGS = ctags 221 CTAGSFLAGS = 222 223 tags: 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 247 248 ctags: CTAGS 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 270 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 271 272 top_distdir = .. 273 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 274 275 distdir: $(DISTFILES) 276 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 277 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 278 list='$(DISTFILES)'; for file in $$list; do \ 279 case $$file in \ 280 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 281 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 282 esac; \ 283 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 284 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 285 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 286 dir="/$$dir"; \ 287 $(mkinstalldirs) "$(distdir)$$dir"; \ 288 else \ 289 dir=''; \ 290 fi; \ 291 if test -d $$d/$$file; then \ 292 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 293 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 294 fi; \ 295 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 296 else \ 297 test -f $(distdir)/$$file \ 298 || cp -p $$d/$$file $(distdir)/$$file \ 299 || exit 1; \ 300 fi; \ 301 done 302 check-am: all-am 303 check: check-am 304 all-am: Makefile $(PROGRAMS) 305 306 installdirs: 307 $(mkinstalldirs) $(DESTDIR)$(bindir) 308 install: install-am 309 install-exec: install-exec-am 310 install-data: install-data-am 311 uninstall: uninstall-am 312 313 install-am: all-am 314 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 315 316 installcheck: installcheck-am 317 install-strip: 318 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 319 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 320 `test -z '$(STRIP)' || \ 321 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 322 mostlyclean-generic: 323 324 clean-generic: 325 326 distclean-generic: 327 -rm -f $(CONFIG_CLEAN_FILES) 328 329 maintainer-clean-generic: 330 @echo "This command is intended for maintainers to use" 331 @echo "it deletes files that may require special tools to rebuild." 332 clean: clean-am 333 334 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 335 336 distclean: distclean-am 337 -rm -rf ./$(DEPDIR) 338 -rm -f Makefile 339 distclean-am: clean-am distclean-compile distclean-generic \ 340 distclean-tags 341 342 dvi: dvi-am 343 344 dvi-am: 345 346 info: info-am 347 348 info-am: 349 350 install-data-am: 351 352 install-exec-am: install-binPROGRAMS 353 354 install-info: install-info-am 355 356 install-man: 357 358 installcheck-am: 359 360 maintainer-clean: maintainer-clean-am 361 -rm -rf ./$(DEPDIR) 362 -rm -f Makefile 363 maintainer-clean-am: distclean-am maintainer-clean-generic 364 365 mostlyclean: mostlyclean-am 366 367 mostlyclean-am: mostlyclean-compile mostlyclean-generic 368 369 pdf: pdf-am 370 371 pdf-am: 372 373 ps: ps-am 374 375 ps-am: 376 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 406 # Tell versions [3.59,3.63) of GNU make to not export all variables. 407 # Otherwise a system limit (for SysV at least) may be exceeded. 408 .NOEXPORT:
Note: See TracChangeset
for help on using the changeset viewer.