## ## $Id$ ## ACLOCAL_AMFLAGS = -I ../../../../../aclocal # C source names C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) include_rtems_scoredir = $(includedir)/rtems/score include_rtems_score_HEADERS = rtems/score/ppc_offs.h # Assembly source names S_FILES = cpu_asm.S S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT)) include $(top_srcdir)/../../../../../automake/compile.am include $(top_srcdir)/../../../../../automake/lib.am AM_CPPFLAGS += -I$(srcdir) REL = $(ARCH)/rtems-cpu.rel $(REL): $(C_O_FILES) $(S_O_FILES) $(make-rel) all-local: $(TMPINSTALL_FILES) $(REL) UNUSED_FILES = irq_stub.S EXTRA_DIST = TODO $(C_FILES) $(S_FILES) $(UNUSED_FILES) PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h: rtems/score/ppc_offs.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h CLEANFILES = $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../automake/local.am