summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am
blob: df05aa7db73e33551a22a62d728238b60054d634 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
##
## $Id$
##


VPATH = @srcdir@:@srcdir@/../../../shared

C_FILES = clock_driver_stub.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))

OBJS = $(C_O_FILES)

include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am

#
# (OPTIONAL) Add local stuff here using +=
#

all-local: $(ARCH) $(OBJS)

.PRECIOUS:

EXTRA_DIST = 

include $(top_srcdir)/../../../../../../automake/local.am