TOPDIR = ../.. include $(TOPDIR)/defaults.mk ifeq ($(ANIMATION_BMSCROLLER),y) SRC = bitmapscroller.c endif ifeq ($(ANIMATION_LABORLOGO),y) SRC += laborlogo.c endif ifeq ($(ANIMATION_AMPHIBIAN),y) SRC += amphibian.c endif ifeq ($(ANIMATION_LOGO_OOS),y) SRC += outofspec.c endif ifeq ($(ANIMATION_FAIRYDUST),y) SRC += fairydust.c endif include $(TOPDIR)/rules.mk