VirtualBox

source: kBuild/trunk/src/fastdep/Makefile.kmk@ 1250

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#
6DEPTH = ../..
7include $(PATH_KBUILD)/header.kmk
8
9
10#
11# The base package.
12#
13PROGRAMS += fastdep
14fastdep_TOOL = VAC308
15fastdep_SOURCES = avl.c fastdep.c
16fastdep_INCS = f:/toolkit/v4.52/h
17fastdep_LIBPATH = f:/toolkit/v4.52/lib
18
19
20LIBRARIES += libfastdep
21libfastdep_TOOL = VAC308
22libfastdep_SOURCES = avl.c fastdep.c
23libfastdep_INCS = f:/toolkit/v4.52/h
24
25LIBRARIES += libfastdll
26libfastdll_TOOL = VAC308
27libfastdll_SOURCES = fastdll.def
28
29DLLS += fastdll
30fastdll_TOOL = VAC308
31fastdll_SOURCES = fastdll.def avl.c fastdep.c
32fastdll_INCS = f:/toolkit/v4.52/h
33fastdll_LIBPATH = f:/toolkit/v4.52/lib
34
35
36include $(PATH_KBUILD)/footer.kmk
37
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette