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