2014-03-18 06:00:13 +00:00
|
|
|
MAKETOPDIR = ../..
|
|
|
|
|
2008-12-04 03:34:55 +00:00
|
|
|
TARGET = libanimations.a
|
2008-12-03 05:40:16 +00:00
|
|
|
|
2014-03-18 06:00:13 +00:00
|
|
|
include $(MAKETOPDIR)/defaults.mk
|
2008-12-03 05:40:16 +00:00
|
|
|
|
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
|
2012-10-17 08:29:41 +00:00
|
|
|
else
|
|
|
|
SRC_SIM = main.c trackball.c eeprom.c
|
|
|
|
endif
|
2008-12-03 05:40:16 +00:00
|
|
|
|
2014-03-18 06:00:13 +00:00
|
|
|
include $(MAKETOPDIR)/rules.mk
|
|
|
|
|
|
|
|
include $(MAKETOPDIR)/depend.mk
|