You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

makefile.libs 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #
  2. # This file was generated based on the configuration script:
  3. # C:\Users\Daunair\workspace_v10\3D_people_count_68xx_dss\dss\pcount3D_dss.cfg
  4. #
  5. # This makefile may be included in other makefiles that need to build
  6. # the libraries containing the compiled source files generated as
  7. # part of the configuration step.
  8. #
  9. # ======== GEN_SRC_DIR =========
  10. # The path to the sources generated during configuration
  11. #
  12. # This path must be either absolute or relative to the build directory.
  13. #
  14. # The absolute path to the generated source directory (at the time the
  15. # sources were generated) is:
  16. # C:\Users\Daunair\workspace_v10\3D_people_count_68xx_dss\dss\src
  17. #
  18. GEN_SRC_DIR ?= ../dss/src
  19. ifeq (,$(wildcard $(GEN_SRC_DIR)))
  20. $(error "ERROR: GEN_SRC_DIR must be set to the directory containing the generated sources")
  21. endif
  22. #
  23. # ======== .force ========
  24. # The .force goal is used to force the build of any goal that names it as
  25. # a prerequisite
  26. #
  27. .PHONY: .force
  28. #
  29. # ======== library macros ========
  30. #
  31. sysbios_SRC = $(GEN_SRC_DIR)/sysbios
  32. sysbios_LIB = $(GEN_SRC_DIR)/sysbios/sysbios.ae674
  33. #
  34. # ======== dependencies ========
  35. #
  36. all: $(sysbios_LIB)
  37. clean: .sysbios_clean
  38. # ======== convenient build goals ========
  39. .PHONY: sysbios
  40. sysbios: $(GEN_SRC_DIR)/sysbios/sysbios.ae674
  41. # CDT managed make executables depend on $(OBJS)
  42. OBJS += $(sysbios_LIB)
  43. #
  44. # ======== rules ========
  45. #
  46. $(sysbios_LIB): .force
  47. @echo making $@ ...
  48. @$(MAKE) -C $(sysbios_SRC)
  49. .sysbios_clean:
  50. @echo cleaning $(sysbios_SRC) ...
  51. -@$(MAKE) --no-print-directory -C $(sysbios_SRC) clean