Removed CONFIG_DIR and PROJECT_HOME directories.

This commit is contained in:
Joel Sherrill
1998-01-20 19:41:09 +00:00
parent 6d6f1b34e1
commit cb5bfe40fd
459 changed files with 492 additions and 511 deletions

View File

@@ -25,9 +25,6 @@ RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# dubious, but needed by rtems-glom ...
export PROJECT_HOME
SUB_DIRS=build-tools src SUB_DIRS=build-tools src
# We only make the install point for the KA9Q header files if it is enabled. # We only make the install point for the KA9Q header files if it is enabled.
@@ -74,9 +71,9 @@ clean_wrapup: clean_tools clean_dirs clean_modules
.PHONY: dirs clean_wrapup clean_dirs clean_tools clean_modules env install .PHONY: dirs clean_wrapup clean_dirs clean_tools clean_modules env install
dirs: dirs:
-$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
-test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \ -test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \
(cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs) (cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs)
-$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
# @echo Making directories in build tree ... # @echo Making directories in build tree ...
# -$(foreach dir,$(CREATE_DIRS), \ # -$(foreach dir,$(CREATE_DIRS), \
# $(shell $(MKDIR) $(PROJECT_ROOT)/$(RTEMS_BSP)/$(dir))) # $(shell $(MKDIR) $(PROJECT_ROOT)/$(RTEMS_BSP)/$(dir)))
@@ -89,21 +86,20 @@ clean_dirs:
clean_tools: clean_tools:
cd build-tools; $(MAKE) clean cd build-tools; $(MAKE) clean
$(PROJECT_ROOT)/$(RTEMS_BSP)/Makefile.inc: $(PROJECT_ROOT)/make/Templates/Makefile.inc
echo "RTEMS_BSP = $(RTEMS_BSP)" > $@
$(CAT) $< >> $@
# NOTE: The wildcard on the install should pick up everything except # NOTE: The wildcard on the install should pick up everything except
# the tests directory. This significantly minimizes the install size. # the tests directory. This significantly minimizes the install size.
install_files: $(PROJECT_ROOT)/$(RTEMS_BSP)/Makefile.inc
install_files: -$(MKDIR) $(prefix)/
-$(MKDIR) $(prefix)/ -$(MKDIR) $(prefix)/rtems
-$(MKDIR) $(prefix)/rtems -$(RM) -rf $(prefix)/rtems/$(RTEMS_BSP)
-$(MKDIR) $(prefix)/rtems/make cd ../; tar cf - $(RTEMS_BSP)/[bilsuM]* | \
-$(MKDIR) $(prefix)/rtems/make/compilers
-$(MKDIR) $(prefix)/rtems/make/custom
-rm -rf $(prefix)/rtems/$(RTEMS_BSP)
cd ../; tar cf - make $(RTEMS_BSP)/[bilsu]* | \
(cd $(prefix)/rtems; tar xpBf - ) (cd $(prefix)/rtems; tar xpBf - )
(echo RTEMS_BSP = $(RTEMS_BSP) ; $(CAT) make/Templates/Makefile.inc ) \ cd ../make; make RTEMS_BSP=$(RTEMS_BSP) install
> $(prefix)/rtems/$(RTEMS_BSP)/Makefile.inc
tests: tests:
cd src/tests; $(MAKE) all cd src/tests; $(MAKE) all

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
DESTDIR=$(PROJECT_RELEASE)/build-tools DESTDIR=$(PROJECT_RELEASE)/build-tools

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=exec lib tests/tools tests/support tests/samples SUB_DIRS=exec lib tests/tools tests/support tests/samples

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
POSIX_DIRS_yes_V=posix POSIX_DIRS_yes_V=posix
POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V) POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)

View File

@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=base sys headers $(INLINE) optman src SUB_DIRS=base sys headers $(INLINE) optman src

View File

@@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) SRCS=$(H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) SRCS=$(H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) SRCS=$(H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -17,7 +17,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) SRCS=$(H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) SRCS=$(H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -20,7 +20,7 @@ OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
PGMS=$(C_FILES:%.c=$(ARCH)/%.rel) PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -22,7 +22,7 @@ SRCS=$(C_FILES) $(CC_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add local stuff here using += # Add local stuff here using +=

View File

@@ -17,7 +17,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) SRCS=$(H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=headers $(INLINE) optman src SUB_DIRS=headers $(INLINE) optman src

View File

@@ -23,7 +23,7 @@ EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) $(EXTERNAL_H_FILES) SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -23,7 +23,7 @@ EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) $(EXTERNAL_H_FILES) SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -23,7 +23,7 @@ OBJS=$(C_O_FILES) $(CC_O_FILES)
PGMS=$(C_FILES:%.c=$(ARCH)/%.rel) PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -20,7 +20,7 @@ SRCS=$(C_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add local stuff here using += # Add local stuff here using +=

View File

@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=headers $(INLINE) optman src SUB_DIRS=headers $(INLINE) optman src

View File

@@ -20,7 +20,7 @@ EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) $(EXTERNAL_H_FILES) SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -20,7 +20,7 @@ EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) $(EXTERNAL_H_FILES) SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -16,7 +16,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -16,7 +16,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -16,7 +16,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -16,7 +16,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -20,7 +20,7 @@ OBJS=$(C_O_FILES) $(S_O_FILES)
PGMS=$(C_FILES:%.c=$(ARCH)/%.rel) PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -18,7 +18,7 @@ SRCS=$(C_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add local stuff here using += # Add local stuff here using +=

View File

@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=headers $(INLINE) tools cpu src SUB_DIRS=headers $(INLINE) tools cpu src

View File

@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=$(RTEMS_CPU) SUB_DIRS=$(RTEMS_CPU)

View File

@@ -34,7 +34,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -32,7 +32,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -32,7 +32,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -32,7 +32,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -32,7 +32,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -34,7 +34,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -34,7 +34,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -34,7 +34,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -31,7 +31,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -31,7 +31,7 @@ NET_H_FILES=$(NET_H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) $(SAPI_H_FILES) $(EXTERNAL_H_FILES) SRCS=$(H_FILES) $(SAPI_H_FILES) $(EXTERNAL_H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -31,7 +31,7 @@ NET_H_FILES=$(NET_H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) $(SAPI_H_FILES) $(EXTERNAL_H_FILES) SRCS=$(H_FILES) $(SAPI_H_FILES) $(EXTERNAL_H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES) SRCS=$(I_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add your list of files to delete here. The config files # Add your list of files to delete here. The config files

View File

@@ -21,7 +21,7 @@ SRCS=$(C_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# Add local stuff here using += # Add local stuff here using +=

View File

@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=generic $(wildcard $(RTEMS_CPU)) SUB_DIRS=generic $(wildcard $(RTEMS_CPU))

View File

@@ -15,7 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
DESTDIR=$(PROJECT_RELEASE)/bin DESTDIR=$(PROJECT_RELEASE)/bin

View File

@@ -26,7 +26,7 @@ OBJS=$(C_O_FILES)
PGMS=${ARCH}/genoffsets PGMS=${ARCH}/genoffsets
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# We use files that have not been installed yet. # We use files that have not been installed yet.
CPU_DIR=../../cpu/$(RTEMS_CPU) CPU_DIR=../../cpu/$(RTEMS_CPU)

View File

@@ -26,7 +26,7 @@ OBJS=$(C_O_FILES)
PGMS=${ARCH}/gensize PGMS=${ARCH}/gensize
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# We use files that have not been installed yet. # We use files that have not been installed yet.
CPU_DIR=../../cpu/$(RTEMS_CPU) CPU_DIR=../../cpu/$(RTEMS_CPU)

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
POSIX_DIRS_yes_V=posix POSIX_DIRS_yes_V=posix
POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V) POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)

View File

@@ -22,7 +22,7 @@ OBJS=$(CPU_OBJS) $(CORE_OBJS) $(POSIX_OBJS) $(SAPI_OBJS)
LIB=$(ARCH)/libposix.a LIB=$(ARCH)/libposix.a
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -19,7 +19,7 @@ OBJS=$(CPU_OBJS) $(CORE_OBJS) $(RTEMS_OBJS) $(SAPI_OBJS)
LIB=$(ARCH)/librtems.a LIB=$(ARCH)/librtems.a
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# We only build the KA9Q library if HAS_KA9Q was defined # We only build the KA9Q library if HAS_KA9Q was defined
LIBKA9Q_yes_V = libka9q LIBKA9Q_yes_V = libka9q

View File

@@ -39,7 +39,7 @@ SRCS=$(H_FILES) $(SYS_H_FILES) \
$(KA9Q_H_FILES) $(MOTOROLA_H_FILES) $(RTEMSCPLUSPLUS_H_FILES) $(KA9Q_H_FILES) $(MOTOROLA_H_FILES) $(RTEMSCPLUSPLUS_H_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS += CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS += CLOBBER_ADDITIONS +=

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# mptests are the multiprocessing test suite # mptests are the multiprocessing test suite
# We only build them if HAS_MP was defined # We only build them if HAS_MP was defined

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# Descend into the $(RTEMS_BSP_FAMILY) directory # Descend into the $(RTEMS_BSP_FAMILY) directory
SUB_DIRS=$(RTEMS_BSP_FAMILY) SUB_DIRS=$(RTEMS_BSP_FAMILY)

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
SRCS=README SRCS=README

View File

@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -25,7 +25,7 @@ EQ_FILES =
SRCS=$(H_FILES) $(EQ_FILES) SRCS=$(H_FILES) $(EQ_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS += CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS += CLOBBER_ADDITIONS +=

View File

@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -26,7 +26,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
PGM=${ARCH}/crt0.o ${ARCH}/register.o PGM=${ARCH}/crt0.o ${ARCH}/register.o

View File

@@ -28,7 +28,7 @@ SRCS=ramlink romlink $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -21,7 +21,7 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
LIB=$(ARCH)/libbsp.a LIB=$(ARCH)/libbsp.a
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# Descend into the $(RTEMS_BSP_FAMILY) directory # Descend into the $(RTEMS_BSP_FAMILY) directory
SUB_DIRS=$(RTEMS_BSP_FAMILY) SUB_DIRS=$(RTEMS_BSP_FAMILY)

View File

@@ -17,7 +17,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
SRCS=$(srcdir)/floss-bsp.h SRCS=$(srcdir)/floss-bsp.h

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# wrapup is the one that actually builds and installs the library # wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories # from the individual .rel files built in other directories

View File

@@ -33,7 +33,7 @@ EQ_FILES =
SRCS=$(H_FILES) $(EQ_FILES) SRCS=$(H_FILES) $(EQ_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS += CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS += CLOBBER_ADDITIONS +=

View File

@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -31,7 +31,7 @@ OBJS=$(C_O_FILES)
INSTALLED_O_FILES=$(ARCH)/rtems-ctor.o INSTALLED_O_FILES=$(ARCH)/rtems-ctor.o
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -26,7 +26,7 @@ OBJS=$(C_O_FILES)
PGMS=${ARCH}/print_dump PGMS=${ARCH}/print_dump
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -24,7 +24,7 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
LIB=$(ARCH)/libbsp.a LIB=$(ARCH)/libbsp.a
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# Descend into the $(RTEMS_BSP_FAMILY) directory # Descend into the $(RTEMS_BSP_FAMILY) directory
SUB_DIRS=$(RTEMS_BSP_FAMILY) SUB_DIRS=$(RTEMS_BSP_FAMILY)

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# wrapup is the one that actually builds and installs the library # wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories # from the individual .rel files built in other directories

View File

@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #

View File

@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -25,7 +25,7 @@ EQ_FILES =
SRCS=$(H_FILES) $(EQ_FILES) SRCS=$(H_FILES) $(EQ_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS += CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS += CLOBBER_ADDITIONS +=

View File

@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -28,7 +28,7 @@ SRCS=$(srcdir)/linkcmds $(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -19,7 +19,7 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
LIB=$(ARCH)/libbsp.a LIB=$(ARCH)/libbsp.a
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# wrapup is the one that actually builds and installs the library # wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories # from the individual .rel files built in other directories

View File

@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #

View File

@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -25,7 +25,7 @@ EQ_FILES =
SRCS=$(H_FILES) $(EQ_FILES) SRCS=$(H_FILES) $(EQ_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS += CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS += CLOBBER_ADDITIONS +=

View File

@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES) OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -19,7 +19,7 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
LIB=$(ARCH)/libbsp.a LIB=$(ARCH)/libbsp.a
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# wrapup is the one that actually builds and installs the library # wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories # from the individual .rel files built in other directories

View File

@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #

View File

@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=

Some files were not shown because too many files have changed in this diff Show More