| 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^# # doesn't work because the include of the .depend file then failes. NMAKE bug! :-/ | 
|---|
| 11 | TARGET_NAME = lib-c12 | 
|---|
| 12 | TARGET_MODE = LIB | 
|---|
| 13 | MAKEFILE    = lib-c^#.mak | 
|---|
| 14 | !if [echo $(MAKEFILE)] | 
|---|
| 15 | !endif | 
|---|
| 16 | TARGET_OBJS =\ | 
|---|
| 17 | $(PATH_TARGET)\lib-c^#1.$(EXT_OBJ) \ | 
|---|
| 18 | $(PATH_TARGET)\lib-c^#2.$(EXT_OBJ)\ | 
|---|
| 19 |  | 
|---|
| 20 | # rules and more | 
|---|
| 21 | !include $(MAKE_INCLUDE_PROCESS) | 
|---|
| 22 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.