Last change
on this file since 84 was
81,
checked in by rosiere, 17 years ago
|
- Finish Environment (and test)
- Continue predictor_unit
- Add external tools
- svn keyword "Id" set
|
-
Property svn:keywords set to
Id
|
File size:
414 bytes
|
Line | |
---|
1 | #-----[ Directory ]---------------------------------------- |
---|
2 | |
---|
3 | #-----[ Variable ]----------------------------------------- |
---|
4 | |
---|
5 | #OBJECTS_DEPS = |
---|
6 | |
---|
7 | #-----[ Rules ]-------------------------------------------- |
---|
8 | |
---|
9 | all : |
---|
10 | @\ |
---|
11 | $(MAKE) all_environment; |
---|
12 | |
---|
13 | clean : |
---|
14 | @\ |
---|
15 | $(MAKE) environment_clean;\ |
---|
16 | $(RM) tty_*; |
---|
17 | |
---|
18 | help : |
---|
19 | @$(MAKE) environment_help |
---|
20 | |
---|
21 | include ../Makefile.Environment |
---|
Note: See
TracBrowser
for help on using the repository browser.