Ignore:
Timestamp:
Aug 25, 2002, 12:27:38 AM (23 years ago)
Author:
bird
Message:

Makefile restructuring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/clib16.mak

    r8212 r9126  
    1 # $Id: clib16.mak,v 1.3 2002-04-07 22:40:15 bird Exp $
     1# $Id: clib16.mak,v 1.4 2002-08-24 22:27:38 bird Exp $
    22
    33#
     
    77#
    88
    9 
    109#
    11 # Setup.
     10# Setup config.
    1211#
    1312PATH_ROOT = ..\..\..
     
    1514!include ..\makefile.inc
    1615
    17 
    1816#
    19 # Config.
     17# Target config.
    2018#
    2119TARGET_MODE = LIB
    22 TARGET_NAME = kKrnlLib_clib16
    23 MAKEFILE    = clib16.mak
     20TARGET_NAME = clib16
     21TARGET_SUB  = kKrnlLib
     22MAKEFILE    = $(TARGET_NAME).mak
    2423
    25 
    26 #
    27 # Object files.
    28 #
    2924TARGET_OBJS =\
    3025$(PATH_TARGET)\inp.$(EXT_OBJ)\
     
    4338$(PATH_TARGET)\anlshl.$(EXT_OBJ)\
    4439
    45 
    4640#
    47 # Process
     41# Rules config.
    4842#
    4943!include $(MAKE_INCLUDE_PROCESS)
    5044
     45!if !$(BUILD_FORWARDING)
    5146
    5247#
     
    6257    $(AR) $(AR_FLAGS) $** *$@;
    6358
     59!endif
Note: See TracChangeset for help on using the changeset viewer.