Changeset 3182 in orxonox.OLD for orxonox/trunk/console
- Timestamp:
- Dec 15, 2004, 4:47:30 PM (20 years ago)
- Location:
- orxonox/trunk/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/console/Makefile.am
r3027 r3182 4 4 5 5 bin_PROGRAMS=console 6 console_SOURCES=orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc 7 noinst_HEADERS=orxonox_console.h orxonox_console_entry.h orxonox_console_log.h 6 console_SOURCES= orxonox_console.cc \ 7 orxonox_console_entry.cc \ 8 orxonox_console_log.cc 9 10 noinst_HEADERS= orxonox_console.h \ 11 orxonox_console_entry.h \ 12 orxonox_console_log.h 8 13 9 14 # uncomment the following if orxonox requires the math library -
orxonox/trunk/console/Makefile.in
r3173 r3182 169 169 target_vendor = @target_vendor@ 170 170 AM_CXXFLAGS = $(GTK2_CFLAGS) $(MSBITFIELDS) 171 console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc 172 noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h 171 console_SOURCES = orxonox_console.cc \ 172 orxonox_console_entry.cc \ 173 orxonox_console_log.cc 174 175 noinst_HEADERS = orxonox_console.h \ 176 orxonox_console_entry.h \ 177 orxonox_console_log.h 178 173 179 all: all-am 174 180
Note: See TracChangeset
for help on using the changeset viewer.