--- np2/x11/sdl/Attic/Makefile 2004/01/23 14:35:46 1.4 +++ np2/x11/sdl/Attic/Makefile 2004/03/02 16:34:50 1.7 @@ -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` \ @@ -48,7 +48,7 @@ CBUSOBJS= ../../cbus/cbuscore.o ../../cb ../../cbus/board26k.o ../../cbus/board86.o \ ../../cbus/boardspb.o ../../cbus/boardx2.o \ ../../cbus/cs4231io.o ../../cbus/pcm86io.o \ - ../../cbus/sasiio.o ../../cbus/scsicmd.o ../../cbus/scsiio.o \ + ../../cbus/sasiio.o ../../cbus/scsicmd.o ../../cbus/scsiio.o EMBEDOBJS= ../../embed/vramhdl.o ../../embed/vrammix.o @@ -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 \ @@ -153,4 +153,4 @@ $(PROG): $(OBJS) $(CC) -o $@ $(CFLAGS) -c $< clean: - -/bin/rm -f $(PROG) $(OBJS) + -/bin/rm -f $(PROG) $(OBJS) *~ *.bak core.* *.core