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