Added 0.030 of PicoDrive and moved license files into root
[cyclone68000.git] / Pico / Makefile
diff --git a/Pico/Makefile b/Pico/Makefile
new file mode 100644 (file)
index 0000000..36e893b
--- /dev/null
@@ -0,0 +1,17 @@
+\r
+# Makefile for GP32\r
+\r
+export CCBASE=D:/Devkitadv\r
+export CUSER=-DLITTLE_ENDIAN -DGP32 -W -Wall\r
+include $(CCBASE)/gp32.mk\r
+\r
+OBJS = Area.o Cart.o Disa.o Draw.o Memory.o Pico.o Psnd.o \\r
+       Sek.o Sine.o VideoPort.o ym2612.o ../Cyclone/Cyclone.o\r
+\r
+Pico.a: $(OBJS)\r
+       ar -rs $@ $(OBJS)\r
+\r
+\r
+Draw.o: Draw.cpp\r
+       gcc $(CFLAGS) -S $<\r
+       gcc $(CFLAGS) -c $<\r