summaryrefslogtreecommitdiffstats
path: root/tools/cpu/hppa1.1/Makefile.am
blob: 2536af6d9c0ec3c55cc0d50538c707c5857ac06a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##
##  $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)

PREINSTALL_FILES = genoffsets

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