7 # this looks wrong, but *ops.c are actually #include'd by z80.c
8 OBJS
=main.o z80.o parse_map.o debugger.o disgb.o csock.o
14 CPPFLAGS
+= @CPPFLAGS@
18 #CFLAGS=-O3 -fomit-frame-pointer -funroll-loops -Wall $(OPTS)
19 CFLAGS
+= @CFLAGS@
$(OPTS
)
20 ifeq ($(shell uname
-s
),SunOS
)
29 $(CC
) $(OPTS
) $(LDFLAGS
) -o rrgb
$(OBJS
) $(LIBS
)
39 $(STRIP
) /usr
/bin
/rrgb
42 tar czf ..
/rrgb-
$(VER
).
tar.gz
*
46 z80.o
: z80.c z80.h z80ops.c cbops.c