X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.beos;fp=Makefile.beos;h=0000000000000000000000000000000000000000;hp=05371142ef566e1bc97faa32a7c4d024779e2fe4;hb=e2d0dd92bfad989cce4270fc0ac5a712476c7c50;hpb=971a1d07d2f5b5a6f991ed5712275c04b933734f diff --git a/Makefile.beos b/Makefile.beos deleted file mode 100644 index 0537114..0000000 --- a/Makefile.beos +++ /dev/null @@ -1,23 +0,0 @@ -CC = gcc -TFLAGS = -no-fpic -DC80x86 -DNETWORK -DFPS `sdl-config --cflags` -mcpu=i686 -O2 -Izlib -fomit-frame-pointer -DLSB_FIRST -DSDL -DUNIX -DPSS_STYLE=1 -DZLIB -RM = rm -f -B = drivers/cli/ - -all: fceu - -include zlib/Makefile - -OBJDRIVER = ${B}sdl.o ${B}main.o ${B}throttle.o ${B}sdl-netplay.o ${B}sdl-sound.o ${B}sdl-video.o ${B}sdl-joystick.o drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o ${UNZIPOBJS} -LDRIVER = -static `sdl-config --libs` -lz -lSDL_net - -include Makefile.base - -${B}sdl-joystick.o: ${B}sdl-joystick.c -${B}main.o: ${B}main.c ${B}main.h ${B}usage.h ${B}input.c ${B}keyscan.h -${B}sdl.o: ${B}sdl.c ${B}sdl.h -${B}sdl-video.o: ${B}sdl-video.c -${B}sdl-sound.o: ${B}sdl-sound.c -${B}sdl-netplay.o: ${B}sdl-netplay.c -${B}throttle.o: ${B}throttle.c ${B}main.h ${B}throttle.h - -include Makefile.common