Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Makefile.target
|
||||
#
|
||||
|
||||
DataStorage.a.$(ARCH) : $(OBJECTS)
|
||||
$(call build_target_library_arch,$@,$^)
|
||||
DataStorage.a:
|
||||
$(call build_target,$@)
|
||||
|
||||
test.$(ARCH): $(OBJECTS) Test/Test.o.$(ARCH) | DataStorage.a.$(ARCH)
|
||||
$(call build_target_arch,$@,$^)
|
||||
test:
|
||||
$(call build_target,$@)
|
||||
|
||||
.DEFAULT_GOAL := DataStorage.a
|
||||
|
||||
TARGETS += DataStorage.a test
|
||||
Reference in New Issue
Block a user