Last change
on this file since 91 was
88,
checked in by rosiere, 16 years ago
|
Almost complete design
with Test and test platform
|
-
Property svn:keywords set to
Id
|
File size:
474 bytes
|
Line | |
---|
1 | #-----[ Directory ]---------------------------------------- |
---|
2 | |
---|
3 | #-----[ Variable ]----------------------------------------- |
---|
4 | |
---|
5 | ENTITY ?= TTY |
---|
6 | |
---|
7 | #OBJECTS_DEPS = |
---|
8 | |
---|
9 | #-----[ Rules ]-------------------------------------------- |
---|
10 | |
---|
11 | all : |
---|
12 | @\ |
---|
13 | $(MAKE) all_environment; |
---|
14 | |
---|
15 | clean : |
---|
16 | @\ |
---|
17 | $(MAKE) environment_clean;\ |
---|
18 | $(RM) tty_*; |
---|
19 | |
---|
20 | clean_all : clean |
---|
21 | |
---|
22 | help : |
---|
23 | @$(MAKE) environment_help |
---|
24 | |
---|
25 | include ../Makefile.Environment |
---|
Note: See
TracBrowser
for help on using the repository browser.