source: svn/trunk/zas_dstar/build/os/v2lin/makefile @ 2

Last change on this file since 2 was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
File size: 1.0 KB
Line 
1################################################################################
2# makefile                                                                     #
3#                                                                              #
4# Build rules for DST OS Library                                               #
5#                                                                              #
6# Copyright (c) 2004-2006 Digital Stream Technology Inc.  All rights reserved. #
7################################################################################
8
9OSSRCDIR    = $(DSTHALBASE)/os/src
10
11SOURCEFILES = $(OSSRCDIR)/v2lin/lsemLib.c \
12              $(OSSRCDIR)/v2lin/lmsgQLib.c \
13              $(OSSRCDIR)/v2lin/v2ldebug.c
14
15LIBNAME         = v2lin
16LIBTYPE         = shared
17
18BUILD_OBJS_DIR = $(OSSRCDIR)/../obj
19BUILD_RESULT_DIR = $(BASEPRJDIR)/candidates
20
21DSTHAL_INCLUDES = $(DSTHALBASE)/include \
22                  $(OSSRCDIR)
23
24EXTRA_INCLUDE_DIR += $(DRIVER_INCLUDES) $(DSTHAL_INCLUDES)
25#EXTRA_CFLAGS = -Werror -g
26
27include $(BASEMAKEDIR)/rules.mak
Note: See TracBrowser for help on using the repository browser.