Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1951 in orxonox.OLD for orxonox


Ignore:
Timestamp:
Jun 15, 2004, 2:30:08 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/automake: fixed little error in configure.ac and eddited console/Makefile.am, but it still does not compile. CFLAGS are not handed on

Location:
orxonox/branches/automake
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/automake/configure

    r1950 r1951  
    274274PACKAGE_BUGREPORT='orxonox-dev@mail.datacore.ch'
    275275
    276 ac_unique_file="console/orxonox_console_entry.cc"
     276ac_unique_file="."
    277277# Factoring default headers for most tests.
    278278ac_includes_default="\
  • orxonox/branches/automake/configure.ac

    r1950 r1951  
    44AC_PREREQ(2.59)
    55AC_INIT(orxonox, 0.1-pre-alpha, orxonox-dev@mail.datacore.ch)
    6 AC_CONFIG_SRCDIR([console/orxonox_console_entry.cc])
     6AC_CONFIG_SRCDIR([.])
    77AC_CONFIG_HEADER([config.h])
    88AM_INIT_AUTOMAKE
  • orxonox/branches/automake/console/Makefile.am

    r1950 r1951  
    1 AM_CFLAGS=`pkg-config --cflags gtk+-2.0`
    2 AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
     1#AM_CFLAGS="-I FUCK_YOU"
     2#`pkg-config --cflags gtk+-2.0`
     3#AM_LDFLAGS="test"
     4CFLAGS="-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"
     5#`pkg-config --libs  gtk+-2.0`
    36
    47bin_PROGRAMS=console
  • orxonox/branches/automake/console/Makefile.in

    r1950 r1951  
    4646CC = @CC@
    4747CCDEPMODE = @CCDEPMODE@
    48 CFLAGS = @CFLAGS@
     48
     49#AM_CFLAGS="-I FUCK_YOU"
     50#`pkg-config --cflags gtk+-2.0`
     51#AM_LDFLAGS="test"
     52CFLAGS = "-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"
    4953CPP = @CPP@
    5054CPPFLAGS = @CPPFLAGS@
     
    110114sysconfdir = @sysconfdir@
    111115target_alias = @target_alias@
    112 AM_CFLAGS = `pkg-config --cflags gtk+-2.0`
    113 AM_LDFLAGS = `pkg-config --libs  gtk+-2.0`
    114 
     116
     117#`pkg-config --libs  gtk+-2.0`
    115118bin_PROGRAMS = console
    116119console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
Note: See TracChangeset for help on using the changeset viewer.