source: libcf++/trunk/makefile@ 4

Last change on this file since 4 was 4, checked in by cheese, 9 years ago

#1 commit prototype

File size: 476 bytes
Line 
1#----------------------------------------------------------
2# platform
3#----------------------------------------------------------
4include ./makeinclude/userdefine.mk
5include ./makeinclude/platform.mk
6
7TARGET = \
8 src \
9 doc \
10
11#----------------------------------------------------------
12# label
13#----------------------------------------------------------
14.PHONY: $(TARGET)
15
16all:
17 make $(TARGET) mode=$@
18
19clean:
20 make $(TARGET) mode=$@
21
22$(TARGET):
23 cd $@; make ${mode}
24
Note: See TracBrowser for help on using the repository browser.