--- uae/src/Makefile.in 2018/04/24 16:42:07 1.1.1.5 +++ uae/src/Makefile.in 2018/04/24 16:47:24 1.1.1.7 @@ -37,9 +37,9 @@ OBJS = main.o newcpu.o memory.o @CPUOBJS autoconf.o ersatz.o filesys.o hardfile.o keybuf.o expansion.o zfile.o \ fpp.o readcpu.o cpudefs.o gfxutil.o gfxlib.o blitfunc.o blittable.o \ disk.o audio.o compiler.o uaelib.o drawing.o picasso96.o cpustbl.o \ - uaeexe.o missing.o sd-sound.o od-joy.o md-support.o \ - fsusage.o getopt.o getopt1.o \ - @P2C@ @ASMOBJS@ @GFXOBJS@ @DEBUGOBJS@ + uaeexe.o bsdsocket.o missing.o sd-sound.o od-joy.o md-support.o \ + fsusage.o cfgfile.o native2amiga.o fsdb.o fsdb_unix.o \ + @P2C@ @ASMOBJS@ @GFXOBJS@ @DEBUGOBJS@ @SCSIOBJS@ all: $(TARGET) @@ -131,7 +131,7 @@ cpufast.s: cpuemu.c cpuopti $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp.s ./cpuopti $@ rm cputmp.s - + osdep/beos.o: osdep/beos.cpp $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) osdep/beos.cpp -o osdep/beos.o