URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [score/] [cpu/] [unix/] [rtems/] [score/] [Makefile.am] - Rev 773
Go to most recent revision | Compare with Previous | Blame | View Log
##
## $Id: Makefile.am,v 1.2 2001-09-27 11:59:31 chris Exp $
##
AUTOMAKE_OPTIONS = foreign 1.4
GENSIZE = $(PROJECT_ROOT)/tools/cpu/unix/gensize
GENERIC_H_FILES = unixsize.h
STATIC_H_FILES = cpu.h unixtypes.h unix.h
noinst_HEADERS = $(STATIC_H_FILES)
#
# (OPTIONAL) Add local stuff here using +=
#
unixsize.h: $(GENSIZE) cpu.h
$(RM) $@
$(GENSIZE) > $@
CLEANFILES = unixsize.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
$(STATIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \
$(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
$(PROJECT_INCLUDE)/rtems/score:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
$(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log