forked from Imagelibrary/rtems
Installing sptables with version information.
This commit is contained in:
@@ -30,14 +30,14 @@ include $(RTEMS_ROOT)/make/leaf.cfg
|
||||
CLEAN_ADDITIONS +=
|
||||
CLOBBER_ADDITIONS +=
|
||||
|
||||
all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/score/sptables.h
|
||||
all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/sptables.h
|
||||
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/
|
||||
$(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE)
|
||||
|
||||
$(PROJECT_INCLUDE)/rtems/score/sptables.h: $(ARCH)/sptables.h-tmp
|
||||
$(PROJECT_INCLUDE)/rtems/sptables.h: $(ARCH)/sptables.h-tmp
|
||||
$(INSTALL) -m 444 $(ARCH)/sptables.h-tmp $@
|
||||
|
||||
$(ARCH)/sptables.h-tmp: $(ARCH) sptables.h
|
||||
$(ARCH)/sptables.h-tmp: $(srcdir)/sptables.h
|
||||
$(SED) -e 's?REPLACE_THIS_WITH_THE_BSP?$(RTEMS_BSP)?' \
|
||||
< $< >$(ARCH)/sptables.h-tmp
|
||||
|
||||
|
||||
@@ -30,14 +30,14 @@ include $(RTEMS_ROOT)/make/leaf.cfg
|
||||
CLEAN_ADDITIONS +=
|
||||
CLOBBER_ADDITIONS +=
|
||||
|
||||
all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/score/sptables.h
|
||||
all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/sptables.h
|
||||
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/
|
||||
$(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE)
|
||||
|
||||
$(PROJECT_INCLUDE)/rtems/score/sptables.h: $(ARCH)/sptables.h-tmp
|
||||
$(PROJECT_INCLUDE)/rtems/sptables.h: $(ARCH)/sptables.h-tmp
|
||||
$(INSTALL) -m 444 $(ARCH)/sptables.h-tmp $@
|
||||
|
||||
$(ARCH)/sptables.h-tmp: $(ARCH) sptables.h
|
||||
$(ARCH)/sptables.h-tmp: $(srcdir)/sptables.h
|
||||
$(SED) -e 's?REPLACE_THIS_WITH_THE_BSP?$(RTEMS_BSP)?' \
|
||||
< $< >$(ARCH)/sptables.h-tmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user