From a9bfe650038afea8b751175cac16f6027345e45f Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sat, 20 Nov 2021 10:53:19 -0800 Subject: Chore: reorganize libutf and libfmt into base I found the split to be arbitrary. Better to include the functionality in the standard library. I also split the headers to allow for more granular inclusion (but the library is still monolithic). The only ugliness is the circular dependency introduced with libutf's generated functions. We put explicit prereqs with the necessary object files instead. --- src/rules.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/rules.mk') diff --git a/src/rules.mk b/src/rules.mk index 9bb61ae..368479c 100644 --- a/src/rules.mk +++ b/src/rules.mk @@ -8,12 +8,6 @@ include $(DIR)/rules.mk DIR := $(d)/base include $(DIR)/rules.mk -DIR := $(d)/libutf -include $(DIR)/rules.mk - -DIR := $(d)/libfmt -include $(DIR)/rules.mk - DIR := $(d)/libmath include $(DIR)/rules.mk -- cgit v1.2.1