Changeset 2589 in orxonox.OLD for orxonox/trunk/console
- Timestamp:
- Oct 17, 2004, 9:18:28 PM (20 years ago)
- Location:
- orxonox/trunk/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/console/Makefile.am
r2019 r2589 3 3 4 4 bin_PROGRAMS=console 5 console_SOURCES=orxonox_console.cc orxonox_console.h \ 6 orxonox_console_entry.cc orxonox_console_entry.h \ 7 orxonox_console_log.cc orxonox_console_log.h 5 console_SOURCES=orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc 6 noinst_HEADERS=orxonox_console.h orxonox_console_entry.h orxonox_console_log.h 8 7 9 8 # uncomment the following if bencoder requires the math library -
orxonox/trunk/console/Makefile.in
r2019 r2589 115 115 #AM_LDFLAGS=`pkg-config --libs gtk+-2.0` 116 116 bin_PROGRAMS = console 117 console_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 117 console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc 118 noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h 121 119 subdir = console 122 120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 145 143 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 146 144 -o $@ 147 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \148 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)149 CCLD = $(CC)150 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@151 145 DIST_SOURCES = $(console_SOURCES) 152 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 146 HEADERS = $(noinst_HEADERS) 147 148 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am 153 149 SOURCES = $(console_SOURCES) 154 150 … … 310 306 check-am: all-am 311 307 check: check-am 312 all-am: Makefile $(PROGRAMS) 308 all-am: Makefile $(PROGRAMS) $(HEADERS) 313 309 314 310 installdirs:
Note: See TracChangeset
for help on using the changeset viewer.