Makefile.target 185 B

123456789101112
  1. #
  2. # Makefile.target
  3. #
  4. DateTime.a.$(ARCH) : $(OBJECTS)
  5. $(call build_target_library_arch,$@,$^)
  6. DateTime.a:
  7. $(call build_target,$@)
  8. .DEFAULT_GOAL := DateTime.a
  9. TARGETS += DateTime.a