Changeset 1952 in orxonox.OLD for orxonox/branches
- Timestamp:
- Jun 15, 2004, 2:59:30 PM (20 years ago)
- Location:
- orxonox/branches/automake/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/automake/console/Makefile.am
r1951 r1952 1 #AM_CFLAGS="-I FUCK_YOU" 2 #`pkg-config --cflags gtk+-2.0` 3 #AM_LDFLAGS="test" 4 CFLAGS="-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` 1 AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` 2 AM_LDFLAGS=`pkg-config --libs gtk+-2.0` 6 3 7 4 bin_PROGRAMS=console -
orxonox/branches/automake/console/Makefile.in
r1951 r1952 46 46 CC = @CC@ 47 47 CCDEPMODE = @CCDEPMODE@ 48 49 #AM_CFLAGS="-I FUCK_YOU" 50 #`pkg-config --cflags gtk+-2.0` 51 #AM_LDFLAGS="test" 52 CFLAGS = "-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" 48 CFLAGS = @CFLAGS@ 53 49 CPP = @CPP@ 54 50 CPPFLAGS = @CPPFLAGS@ … … 114 110 sysconfdir = @sysconfdir@ 115 111 target_alias = @target_alias@ 116 117 #`pkg-config --libs gtk+-2.0` 112 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` 113 AM_LDFLAGS = `pkg-config --libs gtk+-2.0` 114 118 115 bin_PROGRAMS = console 119 116 console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
Note: See TracChangeset
for help on using the changeset viewer.