Last change
on this file since 695 was
695,
checked in by pooh, 18 years ago
|
- Samples makefiles structure simplified.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
239 bytes
|
Line | |
---|
1 | TOPDIR = ../.. |
---|
2 | |
---|
3 | include $(TOPDIR)/rules.mk |
---|
4 | |
---|
5 | SAMPLES = \ |
---|
6 | l1 \ |
---|
7 | l_inval1 \ |
---|
8 | r1 \ |
---|
9 | r_inval1 \ |
---|
10 | left \ |
---|
11 | left_inval \ |
---|
12 | right \ |
---|
13 | right_inval \ |
---|
14 | middle \ |
---|
15 | middle_inval \ |
---|
16 | length |
---|
17 | |
---|
18 | include $(TOPDIR)/samples/samples.mk |
---|
19 | |
---|
20 | -include $(DEPS) |
---|
Note: See
TracBrowser
for help on using the repository browser.