mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@154 4ee2a332-4b2b-5046-8439-1ba90f034370
21 lines
320 B
Makefile
21 lines
320 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
L_MAIN_DIR := ../../..
|
|
include $(L_MAIN_DIR)/make/Makefile.defs
|
|
|
|
L_TARGETS := libel.a
|
|
|
|
L_SOURCES := elf.c arch.c elf_loader.c loader_subset.c
|
|
|
|
L_INCLUDES := -I. \
|
|
-I$(D_MAIN_DIR)/include/el \
|
|
|
|
L_LDLIBS :=
|
|
|
|
L_DEFS :=
|
|
|
|
L_DEPENDANCIES :=
|
|
|
|
include $(D_MAIN_DIR)/make/Makefile.rules
|