summaryrefslogtreecommitdiffstats
path: root/tools/cpu/hppa1.1/Makefile.am
blob: 2b645791224eabc90dd10a6315da9d86fa379dd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
##  $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

noinst_PROGRAMS=genoffsets

genoffsets_SOURCES = \
genoffsets.c

## We use files that have not been installed yet.

CPU_DIR=../../cpu/$(RTEMS_CPU)

INCLUDES = \
-I$(PROJECT_INCLUDE) \
-I$(CPU_DIR)

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