This commit is contained in:
Ralf Corsepius
2005-11-11 14:33:33 +00:00
parent 8601baeded
commit 3bb5d94490
115 changed files with 772 additions and 3076 deletions

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io timer
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c prtime.c delay.c task1.c system.h
DOCS = sp22.scn sp22.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp22.scn
docdir = $(testsdir)
dist_doc_DATA = sp22.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp22.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp22.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp22.scn: sp22.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp22.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp22.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am