Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2019 in orxonox.OLD for orxonox/trunk/console/Makefile.in


Ignore:
Timestamp:
Jun 23, 2004, 12:37:54 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: now everything should compile in Windows and Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/console/Makefile.in

    r2018 r2019  
    111111sysconfdir = @sysconfdir@
    112112target_alias = @target_alias@
    113 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0`
    114 AM_LDFLAGS = `pkg-config --libs  gtk+-2.0`
    115 
     113AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
     114
     115#AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
    116116bin_PROGRAMS = console
    117 console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
     117console_SOURCES = orxonox_console.cc orxonox_console.h \
     118                orxonox_console_entry.cc orxonox_console_entry.h \
     119                orxonox_console_log.cc orxonox_console_log.h
     120
    118121subdir = console
    119122ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    142145CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
    143146        -o $@
     147COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     148        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     149CCLD = $(CC)
     150LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    144151DIST_SOURCES = $(console_SOURCES)
    145152DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
Note: See TracChangeset for help on using the changeset viewer.