diff --git a/Makefile.conf b/Makefile.conf index f7319ed..08a5ba3 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -2,12 +2,9 @@ # Makefile.conf # -LFLAGS += -lUtilities -LFLAGS += -L$(ROOTPATH)/Libraries/Utilities/lib/$(ARCH) -CFLAGS += -I$(ROOTPATH)/Libraries/Utilities/include - -LFLAGS += -lColor -LFLAGS += -L$(ROOTPATH)/lib/$(ARCH) -CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include +LIBRARIES += Utilities DEBUGDIR := .debug + +TARGETS += Color.a + diff --git a/Makefile.dep b/Makefile.dep new file mode 100644 index 0000000..fa420ee --- /dev/null +++ b/Makefile.dep @@ -0,0 +1,6 @@ +# +# Makefile.dep +# + +LFLAGS += -lColor + diff --git a/Makefile.target b/Makefile.target deleted file mode 100644 index bc48683..0000000 --- a/Makefile.target +++ /dev/null @@ -1,13 +0,0 @@ -# -# Makefile.target -# - -Color.a.$(ARCH) : $(OBJECTS) - $(call build_target_library_arch,$@,$^) - -Color.a: - $(call build_target,$@) - -.DEFAULT_GOAL := Color.a - -TARGETS += Color.a diff --git a/Makefiles b/Makefiles index cd9ef1a..5afd04e 160000 --- a/Makefiles +++ b/Makefiles @@ -1 +1 @@ -Subproject commit cd9ef1a1b0f7b88f36b0c51b4209d1859aca83aa +Subproject commit 5afd04e99bb8e0d186b928aadb5029d4deb4357b