--- np2/x11/sdl/Attic/Makefile 2004/01/23 14:35:46 1.4 +++ np2/x11/sdl/Attic/Makefile 2004/02/19 14:22:56 1.6 @@ -6,7 +6,7 @@ CINCLUDES= -I. -I.. -I../.. -I../../comm -I../../i286c \ -I../../bios -I../../cbus -I../../fdd -I../../font \ -I../../io -I../../lio \ - -I../../sound -I../../sound/vermouth \ + -I../../sound -I../../sound/vermouth -I../../sound/getsnd \ -I../../vram \ -I../../embed -I../../embed/menu -I../../embed/menubase \ `$(SDL_CONFIG) --cflags` \ @@ -80,7 +80,7 @@ GENERICOBJS= ../../generic/cmjasts.o \ IOOBJS= ../../io/iocore.o ../../io/artic.o ../../io/cgrom.o \ ../../io/cpuio.o ../../io/crtc.o ../../io/dipsw.o \ - ../../io/dmac.o ../../io/egc.o ../../io/extmem.o \ + ../../io/dmac.o ../../io/egc.o ../../io/emsio.o \ ../../io/fdc.o ../../io/fdd320.o ../../io/gdc.o \ ../../io/gdc_sub.o ../../io/gdc_pset.o \ ../../io/mouseif.o ../../io/nmiio.o ../../io/np2sysp.o \ @@ -93,7 +93,7 @@ LIOOBJS= ../../lio/lio.o ../../lio/gscre ../../lio/gpset.o ../../lio/gline.o ../../lio/gput1.o NP2OBJS= ../../pccore.o ../../nevent.o ../../calendar.o ../../timing.o \ - ../../debugsub.o ../../statsave.o + ../../debugsub.o ../../statsave.o ../../keystat.o SOUNDOBJS= ../../sound/sound.o ../../sound/soundrom.o ../../sound/s98.o \ ../../sound/adpcmc.o ../../sound/adpcmg.o \