Initial commit

This commit is contained in:
2020-02-09 16:32:42 +01:00
commit ac07fbf306
19 changed files with 1667 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#
# Makefile.target
#
MySQL.a.$(ARCH) : $(OBJECTS)
$(call build_target_library_arch,$@,$^)
MySQL.a:
$(call build_target,$@)
.DEFAULT_GOAL := MySQL.a
TARGETS += MySQL.a