Last change
on this file since 1250 was 1179, checked in by bird, 17 years ago |
eol-style - native.
|
-
Property svn:eol-style
set to
native
|
File size:
659 bytes
|
Line | |
---|
1 |
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Testing the VAC308 tool.
|
---|
5 | #
|
---|
6 | DEPTH = ../..
|
---|
7 | include $(PATH_KBUILD)/header.kmk
|
---|
8 |
|
---|
9 |
|
---|
10 | #
|
---|
11 | # The base package.
|
---|
12 | #
|
---|
13 | PROGRAMS += fastdep
|
---|
14 | fastdep_TOOL = VAC308
|
---|
15 | fastdep_SOURCES = avl.c fastdep.c
|
---|
16 | fastdep_INCS = f:/toolkit/v4.52/h
|
---|
17 | fastdep_LIBPATH = f:/toolkit/v4.52/lib
|
---|
18 |
|
---|
19 |
|
---|
20 | LIBRARIES += libfastdep
|
---|
21 | libfastdep_TOOL = VAC308
|
---|
22 | libfastdep_SOURCES = avl.c fastdep.c
|
---|
23 | libfastdep_INCS = f:/toolkit/v4.52/h
|
---|
24 |
|
---|
25 | LIBRARIES += libfastdll
|
---|
26 | libfastdll_TOOL = VAC308
|
---|
27 | libfastdll_SOURCES = fastdll.def
|
---|
28 |
|
---|
29 | DLLS += fastdll
|
---|
30 | fastdll_TOOL = VAC308
|
---|
31 | fastdll_SOURCES = fastdll.def avl.c fastdep.c
|
---|
32 | fastdll_INCS = f:/toolkit/v4.52/h
|
---|
33 | fastdll_LIBPATH = f:/toolkit/v4.52/lib
|
---|
34 |
|
---|
35 |
|
---|
36 | include $(PATH_KBUILD)/footer.kmk
|
---|
37 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.