source: svn/zas_dstar/makefile @ 69

Last change on this file since 69 was 69, checked in by phkim, 10 years ago

1.phkim

  1. 광주방송
  2. 변경내용
    • VBI 캡션 disabled
File size: 453 bytes
Line 
1export BASEPRJDIR = $(shell pwd)
2export BASEMAKEDIR = $(BASEPRJDIR)/build
3export BUILD_RESULT_DIR = $(BASEPRJDIR)/candidates
4export DSTHALBASE = $(BASEPRJDIR)/hal
5export DSTHALTEST = $(BASEPRJDIR)/haltest
6export DSTHALCOMMBASE = $(DSTHALBASE)/common
7export DSTHALPLATFORMBASE = $(DSTHALBASE)/platform
8
9export USE_V2LIN = 1
10
11export OS_TYPE = $(shell uname)
12
13subsystem:
14        $(MAKE) -C build
15
16clean:
17        $(MAKE) -C build clean
18
19install:
20        $(MAKE) -C build install
Note: See TracBrowser for help on using the repository browser.