Last change
on this file since 1014 was
1014,
checked in by luba, 18 years ago
|
- Dos functions tests are added
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
413 bytes
|
Line | |
---|
1 | TOPDIR = .. |
---|
2 | |
---|
3 | include $(TOPDIR)/rules.mk |
---|
4 | |
---|
5 | SUBDIRS = \ |
---|
6 | Access \ |
---|
7 | Arithm \ |
---|
8 | Box \ |
---|
9 | Class \ |
---|
10 | Convert \ |
---|
11 | Syntax \ |
---|
12 | StdIO \ |
---|
13 | String \ |
---|
14 | Table \ |
---|
15 | Compare \ |
---|
16 | Dos |
---|
17 | |
---|
18 | samples : override SUBDIRS = |
---|
19 | |
---|
20 | SAMPLES = \ |
---|
21 | hello \ |
---|
22 | perm \ |
---|
23 | iter \ |
---|
24 | select \ |
---|
25 | select1 \ |
---|
26 | select2 \ |
---|
27 | select3 |
---|
28 | |
---|
29 | include $(TOPDIR)/samples/samples.mk |
---|
30 | |
---|
31 | samples:: $(SAMPLES) |
---|
32 | |
---|
33 | ifeq (,$(filter tests check,$(MAKECMDGOALS))) |
---|
34 | -include $(DEPS) |
---|
35 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.