summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am
blob: ee490d0c2c8d47be0f8eab89b4cde8b4f7d46980 (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
##
## $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: $(OBJS)

.PRECIOUS:

EXTRA_DIST = 

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