summaryrefslogblamecommitdiffstats
path: root/tools/cpu/hppa1.1/Makefile.am
blob: c52bffadbb68cca33a7c2adb9a8c80841f4d7e3c (plain) (tree)
1
2
3
4
5
6
7
8
9


        
 
                              
                                     
 
                            
 
                                 
 
                                                 
 
                                
 
                                               
 
                                               
##
##  $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4
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