Update Makefiles

This commit is contained in:
2020-08-25 09:22:07 +02:00
parent 144a85b3be
commit 55a63f1de6
4 changed files with 11 additions and 18 deletions
+3 -4
View File
@@ -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
+7
View File
@@ -0,0 +1,7 @@
#
# Makefile.dep
#
LFLAGS += -lImage
LFLAGS += -ljpeg
-13
View File
@@ -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