mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 23:40:15 +00:00
Missed in previous automake conversion patches from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>.
This commit is contained in:
18
testsuites/samples/sample.am
Normal file
18
testsuites/samples/sample.am
Normal file
@@ -0,0 +1,18 @@
|
||||
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
|
||||
|
||||
$(project_bspdir)/samples:
|
||||
@$(mkinstalldirs) $@
|
||||
$(project_bspdir)/tests:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
TMPINSTALL_FILES += \
|
||||
$(project_bspdir)/tests \
|
||||
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \
|
||||
$(project_bspdir)/samples \
|
||||
$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe
|
||||
Reference in New Issue
Block a user