comparison src/console/Makefile @ 341:986f098da058 trunk

[svn] - merge in blargg's changes
author nenolod
date Thu, 07 Dec 2006 15:20:41 -0800
parents fb513e10174e
children 0c50f248ed10
comparison
equal deleted inserted replaced
340:9e5a7158fa80 341:986f098da058
21 Gb_Apu.cxx \ 21 Gb_Apu.cxx \
22 Gb_Cpu.cxx \ 22 Gb_Cpu.cxx \
23 Gb_Oscs.cxx \ 23 Gb_Oscs.cxx \
24 gme.cxx \ 24 gme.cxx \
25 Gme_File.cxx \ 25 Gme_File.cxx \
26 gme_type_list.cxx \
27 Gym_Emu.cxx \ 26 Gym_Emu.cxx \
27 Gzip_Reader.cxx \
28 Hes_Apu.cxx \ 28 Hes_Apu.cxx \
29 Hes_Cpu.cxx \ 29 Hes_Cpu.cxx \
30 Hes_Emu.cxx \ 30 Hes_Emu.cxx \
31 Kss_Cpu.cxx \ 31 Kss_Cpu.cxx \
32 Kss_Emu.cxx \ 32 Kss_Emu.cxx \
52 Spc_Emu.cxx \ 52 Spc_Emu.cxx \
53 Vfs_File.cxx \ 53 Vfs_File.cxx \
54 Vgm_Emu.cxx \ 54 Vgm_Emu.cxx \
55 Vgm_Emu_Impl.cxx \ 55 Vgm_Emu_Impl.cxx \
56 Ym2413_Emu.cxx \ 56 Ym2413_Emu.cxx \
57 Ym2612_Emu.cxx 57 Ym2612_Emu.cxx \
58 Zlib_Inflater.cxx
58 59
59 OBJECTS = ${SOURCES:.cxx=.o} 60 OBJECTS = ${SOURCES:.cxx=.o}
60 61
61 LIBADD += -lz $(GTK_LIBS) -lstdc++ 62 LIBADD += -lz $(GTK_LIBS) -lstdc++
62 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. 63 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../..