Files
rtems/tools/cpu/hppa1.1/Makefile.am
Joel Sherrill b335e9efab 2002-06-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: genoffsets must be built before the executive.
2002-06-27 21:27:01 +00:00

20 lines
333 B
Makefile

##
## $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