Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1945 in orxonox.OLD for orxonox/branches/automake/console/Makefile


Ignore:
Timestamp:
Jun 15, 2004, 1:31:14 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/automake: completed the default settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/automake/console/Makefile

    r1880 r1945  
    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
     17srcdir = .
     18top_srcdir = ..
     19
     20pkgdatadir = $(datadir)/full-package-name
     21pkglibdir = $(libdir)/full-package-name
     22pkgincludedir = $(includedir)/full-package-name
     23top_builddir = ..
     24
     25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     26INSTALL = /bin/install -c
     27install_sh_DATA = $(install_sh) -c -m 644
     28install_sh_PROGRAM = $(install_sh) -c
     29install_sh_SCRIPT = $(install_sh) -c
     30INSTALL_HEADER = $(INSTALL_DATA)
     31transform = $(program_transform_name)
     32NORMAL_INSTALL = :
     33PRE_INSTALL = :
     34POST_INSTALL = :
     35NORMAL_UNINSTALL = :
     36PRE_UNINSTALL = :
     37POST_UNINSTALL = :
     38ACLOCAL = ${SHELL} /home/bensch/svn/automake/missing --run aclocal-1.7
     39AMDEP_FALSE = #
     40AMDEP_TRUE =
     41AMTAR = ${SHELL} /home/bensch/svn/automake/missing --run tar
     42AUTOCONF = ${SHELL} /home/bensch/svn/automake/missing --run autoconf
     43AUTOHEADER = ${SHELL} /home/bensch/svn/automake/missing --run autoheader
     44AUTOMAKE = ${SHELL} /home/bensch/svn/automake/missing --run automake-1.7
     45AWK = gawk
    246CC = gcc
     47CCDEPMODE = depmode=gcc3
     48CFLAGS = -g -O2
     49CPP = gcc -E
     50CPPFLAGS =
    351CXX = 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
     52CXXDEPMODE = depmode=gcc3
     53CXXFLAGS = -g -O2
     54CYGPATH_W = echo
     55DEFS = -DHAVE_CONFIG_H
     56DEPDIR = .deps
     57ECHO_C =
     58ECHO_N = -n
     59ECHO_T =
     60EGREP = grep -E
     61EXEEXT =
     62INSTALL_DATA = ${INSTALL} -m 644
     63INSTALL_PROGRAM = ${INSTALL}
     64INSTALL_SCRIPT = ${INSTALL}
     65INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
     66LDFLAGS =
     67LIBOBJS =
     68LIBS = -lm -lglut -lGLU -lGL
     69LTLIBOBJS =
     70MAKEINFO = ${SHELL} /home/bensch/svn/automake/missing --run makeinfo
     71OBJEXT = o
     72PACKAGE = full-package-name
     73PACKAGE_BUGREPORT = BUG-REPORT-ADDRESS
     74PACKAGE_NAME = FULL-PACKAGE-NAME
     75PACKAGE_STRING = FULL-PACKAGE-NAME VERSION
     76PACKAGE_TARNAME = full-package-name
     77PACKAGE_VERSION = VERSION
     78PATH_SEPARATOR = :
     79SET_MAKE =
     80SHELL = /bin/sh
     81STRIP =
     82VERSION = VERSION
     83ac_ct_CC = gcc
     84ac_ct_CXX =
     85ac_ct_STRIP =
     86am__fastdepCC_FALSE = #
     87am__fastdepCC_TRUE =
     88am__fastdepCXX_FALSE = #
     89am__fastdepCXX_TRUE =
     90am__include = include
     91am__leading_dot = .
     92am__quote =
     93bindir = ${exec_prefix}/bin
     94build_alias =
     95datadir = ${prefix}/share
     96exec_prefix = ${prefix}
     97host_alias =
     98includedir = ${prefix}/include
     99infodir = ${prefix}/info
     100install_sh = /home/bensch/svn/automake/install-sh
     101libdir = ${exec_prefix}/lib
     102libexecdir = ${exec_prefix}/libexec
     103localstatedir = ${prefix}/var
     104mandir = ${prefix}/man
     105oldincludedir = /usr/include
     106prefix = /usr/local
     107program_transform_name = s,x,x,
     108sbindir = ${exec_prefix}/sbin
     109sharedstatedir = ${prefix}/com
     110sysconfdir = ${prefix}/etc
     111target_alias =
     112subdir = console
     113ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     114mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     115CONFIG_HEADER = $(top_builddir)/config.h
     116CONFIG_CLEAN_FILES =
     117DIST_SOURCES =
     118DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
     119all: all-am
    45120
    46121.SUFFIXES:
    47 .SUFFIXES: .cc .o
    48 
    49 #.cc: $(LIB_DEP)
    50 #       $(CXX) -I$(INCDIR) $(CFLAGS) $< $(LIBS) -o $@
    51 
    52 .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
     122$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
     123        cd $(top_srcdir) && \
     124          $(AUTOMAKE) --gnu  console/Makefile
     125Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
     126        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
     127uninstall-info-am:
     128tags: TAGS
     129TAGS:
     130
     131ctags: CTAGS
     132CTAGS:
     133
     134DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     135
     136top_distdir = ..
     137distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
     138
     139distdir: $(DISTFILES)
     140        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
     141        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
     142        list='$(DISTFILES)'; for file in $$list; do \
     143          case $$file in \
     144            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
     145            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
     146          esac; \
     147          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
     148          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
     149          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
     150            dir="/$$dir"; \
     151            $(mkinstalldirs) "$(distdir)$$dir"; \
     152          else \
     153            dir=''; \
     154          fi; \
     155          if test -d $$d/$$file; then \
     156            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
     157              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
     158            fi; \
     159            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
     160          else \
     161            test -f $(distdir)/$$file \
     162            || cp -p $$d/$$file $(distdir)/$$file \
     163            || exit 1; \
     164          fi; \
     165        done
     166check-am: all-am
     167check: check-am
     168all-am: Makefile
     169
     170installdirs:
     171install: install-am
     172install-exec: install-exec-am
     173install-data: install-data-am
     174uninstall: uninstall-am
     175
     176install-am: all-am
     177        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
     178
     179installcheck: installcheck-am
     180install-strip:
     181        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     182          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     183          `test -z '$(STRIP)' || \
     184            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     185mostlyclean-generic:
     186
     187clean-generic:
     188
     189distclean-generic:
     190        -rm -f $(CONFIG_CLEAN_FILES)
     191
     192maintainer-clean-generic:
     193        @echo "This command is intended for maintainers to use"
     194        @echo "it deletes files that may require special tools to rebuild."
     195clean: clean-am
     196
     197clean-am: clean-generic mostlyclean-am
     198
     199distclean: distclean-am
     200        -rm -f Makefile
     201distclean-am: clean-am distclean-generic
     202
     203dvi: dvi-am
     204
     205dvi-am:
     206
     207info: info-am
     208
     209info-am:
     210
     211install-data-am:
     212
     213install-exec-am:
     214
     215install-info: install-info-am
     216
     217install-man:
     218
     219installcheck-am:
     220
     221maintainer-clean: maintainer-clean-am
     222        -rm -f Makefile
     223maintainer-clean-am: distclean-am maintainer-clean-generic
     224
     225mostlyclean: mostlyclean-am
     226
     227mostlyclean-am: mostlyclean-generic
     228
     229pdf: pdf-am
     230
     231pdf-am:
     232
     233ps: ps-am
     234
     235ps-am:
     236
     237uninstall-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
     248# Tell versions [3.59,3.63) of GNU make to not export all variables.
     249# Otherwise a system limit (for SysV at least) may be exceeded.
     250.NOEXPORT:
Note: See TracChangeset for help on using the changeset viewer.