#/************************************************************************** # * # * djgpp makefile # * # * treat "deltree /y" with care # * # *************************************************************************/ include Makefile.inc CC = gcc CFLAGS = -Wall -DARCH_X86 -DBFRAMES # CFLAGS += -funroll-loops -ffast-math -fstrict-aliasing -fomit-frame-pointer # CFLAGS += -fPIC # CFLAGS += -m486 # CFLAGS += -march=pentium -mcpu=pentium # CFLAGS += -march=pentiumpro -mcpu=pentiumpro AS = nasm AFLAGS = -f coff -DPREFIX -DFORMAT_COFF %.o: %.asm $(AS) $(AFLAGS) -I$(