source: svn/trunk/zas_dstar/makefile @ 11

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

1.phkim

  1. revision copy newcon3sk r27
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.