URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [tools/] [cpu/] [hppa1.1/] [Makefile.am] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.9 2002/06/27 21:27:01 joel Exp
##
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
Go to most recent revision | Compare with Previous | Blame | View Log