ips patches, 0.4 r162 rel?
[fceu.git] / Makefile.base
index 734b1b1..1cc7885 100644 (file)
@@ -1,23 +1,22 @@
 CFLAGS  = -Wall  ${TFLAGS}
-OBJECTS = fce.o video.o general.o endian.o svga.o sound.o nsf.o fds.o netplay.o ines.o state.o unif.o input.o file.o cart.o crc32.o memory.o cheat.o debug.o
+OBJECTS = fce.o video.o general.o endian.o svga.o sound.o nsf.o fds.o netplay.o ines.o state.o unif.o input.o file.o cart.o crc32.o memory.o cheat.o debug.o md5.o vsuni.o palette.o
 # x6502.o
 
 fceu:          fceu2
 include        mappers/Makefile
 include boards/Makefile
-include mbshare/Makefile
 include input/Makefile
 
 fceu2:         ${OBJECTS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${INPOBJS} ${OBJDRIVER}
                ${CC} -o fceu ${OBJECTS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${INPOBJS} ${OBJDRIVER} ${LDRIVER}
-ifndef DEBUG
+ifndef NOSTRIP
                $(STRIP) fceu
 endif
 
 clean:
                ${RM} fceu fceu.exe ${OBJECTS} ${INPOBJS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${OBJDRIVER}
 
-nsf.o:         nsf.c nsf.h fce.h x6502.h svga.h video.h sound.h nsfbgnew.h general.h file.h
+nsf.o:         nsf.c nsf.h fce.h x6502.h svga.h video.h sound.h general.h file.h
 #x6502.o:      x6502.c x6502.h ops.h fce.h sound.h
 video.o:       video.c types.h video.h svga.h version.h general.h
 sound.o:       sound.c sound.h types.h fce.h svga.h x6502.h