source:
to-imperative/trunk/samples/Makefile
@
1233
Last change on this file since 1233 was 1143, checked in by orlov, 17 years ago | |
---|---|
|
|
File size: 434 bytes |
Rev | Line | |
---|---|---|
[299] | 1 | TOPDIR = .. |
2 | ||
3 | include $(TOPDIR)/rules.mk | |
4 | ||
[695] | 5 | SUBDIRS = \ |
6 | Access \ | |
[1143] | 7 | Apply \ |
[695] | 8 | Arithm \ |
[714] | 9 | Box \ |
[917] | 10 | Class \ |
[695] | 11 | Convert \ |
[890] | 12 | Syntax \ |
13 | StdIO \ | |
[922] | 14 | String \ |
[938] | 15 | Table \ |
[1014] | 16 | Compare \ |
[1040] | 17 | Dos \ |
18 | Vector | |
[299] | 19 | |
[842] | 20 | samples : override SUBDIRS = |
21 | ||
[316] | 22 | SAMPLES = \ |
[337] | 23 | hello \ |
[426] | 24 | perm \ |
[777] | 25 | iter \ |
[432] | 26 | select \ |
[316] | 27 | select1 \ |
28 | select2 \ | |
29 | select3 | |
[299] | 30 | |
[695] | 31 | include $(TOPDIR)/samples/samples.mk |
[571] | 32 | |
[842] | 33 | samples:: $(SAMPLES) |
34 | ||
35 | ifeq (,$(filter tests check,$(MAKECMDGOALS))) | |
[316] | 36 | -include $(DEPS) |
[842] | 37 | endif |
Note: See TracBrowser
for help on using the repository browser.