source:
trunk/make/testcase/lib-c.mak@
10366
Last change on this file since 10366 was 9059, checked in by , 23 years ago | |
---|---|
File size: 298 bytes |
Line | |
---|---|
1 | # $Id: lib-c.mak,v 1.1 2002-08-20 19:10:00 bird Exp $ |
2 | |
3 | # Testcase for makeing simple C programs. |
4 | |
5 | # root & setup |
6 | PATH_ROOT=..\.. |
7 | !include $(PATH_ROOT)\make\setup.mak |
8 | |
9 | # target config. |
10 | TARGET_NAME = lib-c |
11 | TARGET_MODE = LIB |
12 | MAKEFILE = lib-c.mak |
13 | |
14 | # rules and more |
15 | !include $(MAKE_INCLUDE_PROCESS) |
16 |
Note:
See TracBrowser
for help on using the repository browser.