gcc-4.6.2: Update with patch for gengtype.c
[AROS.git] / rom / battclock / mmakefile.src
blob21c13378d3d91923b03446db46e6980b880eefb3
1 # $Id$
2 include $(TOP)/config/make.cfg
4 # Do not remove this! It allows to override battclock_intern.h in arch-specific
5 # directory (currently used by Windows-hosted port and m68k-amiga)
6 # Note that overrideable files must be included using #include <name>, not #include "name"
7 # for this to work
8 USER_INCLUDES := -I$(SRCDIR)/arch/$(CPU)-$(ARCH)/battclock \
9                  -I$(SRCDIR)/arch/all-$(ARCH)/battclock
10 ifneq ($(FAMILY),)
11     USER_INCLUDES += -I$(SRCDIR)/arch/all-$(FAMILY)/battclock
12 endif
13 USER_INCLUDES += -I$(SRCDIR)/rom/battclock
15 #MM kernel-battclock : includes kernel-battclock-$(ARCH)-$(CPU)
16 #MM kernel-battclock-linklib : includes kernel-battclock-$(ARCH)-$(CPU)
18 FUNCTIONS := readbattclock resetbattclock writebattclock
20 %build_module mmake=kernel-battclock \
21     modname=battclock modtype=resource version=$(AROS_TARGET_PLATFORM) \
22     files="$(FUNCTIONS)"
24 %common