Ignore:
Timestamp:
Feb 10, 2000, 12:40:56 AM (26 years ago)
Author:
bird
Message:

Dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/makefile

    r2586 r2709  
    11##############################################################################
    2 # $Id: makefile,v 1.16 2000-02-01 07:26:50 bird Exp $
     2# $Id: makefile,v 1.17 2000-02-09 23:40:55 bird Exp $
    33#
    44# PD-Win32 API
     
    1414PDWIN32_LIB     = ..\..\..\lib
    1515PDWIN32_BIN     = ..\..\..\bin
     16PDWIN32_TOOLS   = ..\..\..\tools\bin
    1617PE2LXOBJ        = ..\object
    1718PE2LXLIST       = ..\list
     
    2021WIN32K_MISC     = $(WIN32KBASE)\misc
    2122WIN32K_LDR      = $(WIN32KBASE)\ldr
    22 OBJEXT = pe_obj
     23OBJEXT          = pe_obj
    2324
    2425##############################################################################
     
    108109
    109110
    110 #all: $(TARGET).exe
    111 all: depend
    112     $(MAKE) /nologo DEPENDEXISTS=1 $(TARGET).exe
     111all: $(TARGET).exe
    113112
    114113$(TARGET).exe: $(OBJS)
     
    118117
    119118
    120 ..\fastdep.exe:
    121     @cd ..
    122     @$(ECHO) making fastdep.exe
    123     @icc -Q+ -Ti+ fastdep.c
    124     @cd pe2lx
     119dep:
     120    $(DEPEND) -obj$(OBJEXT) -o..\Object $(CINCLUDES) ..\misc\*.c* ..\include\*.h
    125121
    126 depend: ..\fastdep.exe
    127     ..\fastdep.exe -obj$(OBJEXT) -o..\Object $(CINCLUDES) ..\misc\*.c* ..\include\*.h
     122!ifndef NODEP
     123!include .depend
     124!endif
    128125
    129126##############################################################################
     
    135132
    136133
    137 !ifdef DEPENDEXISTS
    138 !include .depend
    139 !endif
     134
Note: See TracChangeset for help on using the changeset viewer.