borgware-2d/src/simulator/Makefile

16 lines
271 B
Makefile
Raw Permalink Normal View History

MAKETOPDIR = ../..
2008-12-04 03:34:55 +00:00
TARGET = libanimations.a
include $(MAKETOPDIR)/defaults.mk
2013-01-04 05:43:36 +00:00
ifeq ($(findstring CYGWIN,$(OSTYPE)),CYGWIN)
2012-10-17 08:50:59 +00:00
SRC_SIM = winmain.c eeprom.c
else
SRC_SIM = main.c trackball.c eeprom.c
endif
include $(MAKETOPDIR)/rules.mk
include $(MAKETOPDIR)/depend.mk