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:
229 bytes
|
Line | |
---|
1 | TOPDIR = .. |
---|
2 | |
---|
3 | include $(TOPDIR)/rules.mk |
---|
4 | |
---|
5 | SUBDIRS = \ |
---|
6 | Access \ |
---|
7 | Arithm \ |
---|
8 | Convert \ |
---|
9 | Syntax |
---|
10 | |
---|
11 | SAMPLES = \ |
---|
12 | hello \ |
---|
13 | perm \ |
---|
14 | select \ |
---|
15 | select1 \ |
---|
16 | select2 \ |
---|
17 | select3 |
---|
18 | |
---|
19 | include $(TOPDIR)/samples/samples.mk |
---|
20 | |
---|
21 | -include $(DEPS) |
---|
Note: See
TracBrowser
for help on using the repository browser.