source: svn/zas_dstar/makefile @ 43

Last change on this file since 43 was 43, checked in by megakiss, 11 years ago

광주방송 OTC 주파수 369Mhz로 변경

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.