Update Makefiles
This commit is contained in:
+4
-7
@@ -2,12 +2,9 @@
|
|||||||
# Makefile.conf
|
# Makefile.conf
|
||||||
#
|
#
|
||||||
|
|
||||||
LFLAGS += -lUtilities
|
LIBRARIES += Utilities
|
||||||
LFLAGS += -L$(ROOTPATH)/Libraries/Utilities/lib/$(ARCH)
|
|
||||||
CFLAGS += -I$(ROOTPATH)/Libraries/Utilities/include
|
|
||||||
|
|
||||||
LFLAGS += -lLogging
|
|
||||||
LFLAGS += -L$(ROOTPATH)/lib/$(ARCH)
|
|
||||||
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include
|
|
||||||
|
|
||||||
DEBUGDIR := .debug
|
DEBUGDIR := .debug
|
||||||
|
|
||||||
|
TARGETS += Logging.a
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
#
|
||||||
|
# Makefile.dep
|
||||||
|
#
|
||||||
|
|
||||||
|
LFLAGS += -lLogging
|
||||||
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
#
|
|
||||||
# Makefile.target
|
|
||||||
#
|
|
||||||
|
|
||||||
Logging.a.$(ARCH) : $(OBJECTS)
|
|
||||||
$(call build_target_library_arch,$@,$^)
|
|
||||||
Logging.a:
|
|
||||||
$(call build_target,$@)
|
|
||||||
|
|
||||||
.DEFAULT_GOAL := Logging.a
|
|
||||||
|
|
||||||
TARGETS += Logging.a
|
|
||||||
+1
-1
Submodule Makefiles updated: cd9ef1a1b0...5afd04e99b
Reference in New Issue
Block a user