comparison src/console/Makefile @ 388:ad8e44bcdf8a trunk

[svn] reverted to 844, to be re-reconsidered later
author giacomo
date Sun, 17 Dec 2006 08:46:44 -0800
parents 0c50f248ed10
children 31374f283611
comparison
equal deleted inserted replaced
387:0c50f248ed10 388:ad8e44bcdf8a
57 Ym2612_Emu.cxx \ 57 Ym2612_Emu.cxx \
58 Zlib_Inflater.cxx 58 Zlib_Inflater.cxx
59 59
60 OBJECTS = ${SOURCES:.cxx=.o} 60 OBJECTS = ${SOURCES:.cxx=.o}
61 61
62 LIBADD += -lz $(GTK_LIBS) $(AUDACIOUS_LIBS) -lstdc++ 62 LIBADD += -lz $(GTK_LIBS) -lstdc++
63 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. 63 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../..
64 64
65 include ../../mk/objective.mk 65 include ../../mk/objective.mk