Last change
on this file since 938 was
938,
checked in by luba, 18 years ago
|
- Compare functions tests are added
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
405 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 | |
---|
17 | samples : override SUBDIRS = |
---|
18 | |
---|
19 | SAMPLES = \ |
---|
20 | hello \ |
---|
21 | perm \ |
---|
22 | iter \ |
---|
23 | select \ |
---|
24 | select1 \ |
---|
25 | select2 \ |
---|
26 | select3 |
---|
27 | |
---|
28 | include $(TOPDIR)/samples/samples.mk |
---|
29 | |
---|
30 | samples:: $(SAMPLES) |
---|
31 | |
---|
32 | ifeq (,$(filter tests check,$(MAKECMDGOALS))) |
---|
33 | -include $(DEPS) |
---|
34 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.