Last change
on this file since 745 was
745,
checked in by orlov, 18 years ago
|
- Updated samples reflecting changes in the compiler.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
269 bytes
|
Line | |
---|
1 | TOPDIR = .. |
---|
2 | |
---|
3 | include $(TOPDIR)/rules.mk |
---|
4 | |
---|
5 | SUBDIRS = \ |
---|
6 | Access \ |
---|
7 | Arithm \ |
---|
8 | Box \ |
---|
9 | Convert \ |
---|
10 | Syntax |
---|
11 | |
---|
12 | SAMPLES = \ |
---|
13 | hello \ |
---|
14 | perm \ |
---|
15 | select \ |
---|
16 | select1 \ |
---|
17 | select2 \ |
---|
18 | select3 |
---|
19 | |
---|
20 | include $(TOPDIR)/samples/samples.mk |
---|
21 | |
---|
22 | %.cc: %.rf |
---|
23 | $(RFPC) -cc -no $< |
---|
24 | |
---|
25 | -include $(DEPS) |
---|
Note: See
TracBrowser
for help on using the repository browser.