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

ACLOCAL_AMFLAGS = -I ../../../aclocal

noinst_PROGRAMS = genoffsets

genoffsets_SOURCES = genoffsets.c

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

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

AM_CPPFLAGS = -I$(PROJECT_INCLUDE) -I$(CPU_DIR)

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