diff --git a/Makefile.conf b/Makefile.conf index a82a2ac..8a6f6c2 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -2,12 +2,10 @@ # Makefile.conf # -LFLAGS += -lLogging -LFLAGS += -L$(ROOTPATH)/Libraries/Logging/lib/$(ARCH) -CFLAGS += -I$(ROOTPATH)/Libraries/Logging/include - -LFLAGS += -lUtilities -LFLAGS += -L$(ROOTPATH)/lib/$(ARCH) -CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include +LIBRARIES += Logging DEBUGDIR := .debug + +TARGETS += Utilities.a +TARGETS += test + diff --git a/Makefile.dep b/Makefile.dep new file mode 100644 index 0000000..fc0888d --- /dev/null +++ b/Makefile.dep @@ -0,0 +1,6 @@ +# +# Makefile.dep +# + +LFLAGS += -lUtilities + diff --git a/Makefile.target b/Makefile.target deleted file mode 100644 index 688ae80..0000000 --- a/Makefile.target +++ /dev/null @@ -1,18 +0,0 @@ -# -# Makefile.target -# - -Utilities.a.$(ARCH) : $(OBJECTS) - $(call build_target_library_arch,$@,$^) - -Utilities.a: - $(call build_target,$@) - -test.$(ARCH): $(OBJECTS) Test/Test.o.$(ARCH) | Utilities.a.$(ARCH) - $(call build_target_arch,$@,$^) -test: - $(call build_target,$@) - -.DEFAULT_GOAL := Utilities.a - -TARGETS += Utilities.a test diff --git a/Makefiles b/Makefiles index cd9ef1a..5afd04e 160000 --- a/Makefiles +++ b/Makefiles @@ -1 +1 @@ -Subproject commit cd9ef1a1b0f7b88f36b0c51b4209d1859aca83aa +Subproject commit 5afd04e99bb8e0d186b928aadb5029d4deb4357b