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