twl_wrapsdk/build/libraries/el/common/Makefile
shirait 9dd92e3eee add el (tentative)
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@154 4ee2a332-4b2b-5046-8439-1ba90f034370
2007-07-02 08:08:08 +00:00

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