source: svn/newcon3bcm2_21bu/dst/dmw/src/grp/jungle_font/makefile

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 329 bytes
Line 
1TOP_DIR         := ../../..
2
3include $(TOP_DIR)/inc.mk
4
5JOBNM           = JUNGLE
6VERSION         = v1.0
7
8OBJ_DIR         := $(OBJ_DIR_BASE)
9TGT_LIB          = $(LIB_DIR)/libdstmwjungle.a
10
11SRCS =
12SRCS += JungleEngine.c
13SRCS += utfOutline.c
14SRCS += utfStruct.c
15
16OBJS             = $(foreach src, $(SRCS), $(OBJ_DIR)/$(src:.c=.o))
17
18all : $(TGT_LIB)
19
20include $(TOP_DIR)/rule.mk
Note: See TracBrowser for help on using the repository browser.