Changeset 2709 for trunk/src/odincrt


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/odincrt/makefile

    r2649 r2709  
    1 # $Id: makefile,v 1.14 2000-02-05 02:05:38 sandervl Exp $
     1# $Id: makefile,v 1.15 2000-02-09 23:40:47 bird Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
    12 
     12PDWIN32_TOOLS = ..\..\tools\bin
    1313
    1414!include $(PDWIN32_INCLUDE)/pdwin32.mk
     
    3030
    3131$(TARGET).dll: $(OBJS) $(RUNTIMELIBDEF)
    32         $(LD) $(LDFLAGS_ODINCRT) -Fm -Fe$@ $(OBJS) $(RUNTIMELIBDEF) $(SOMLIB)
    33         $(CP) $@ $(PDWIN32_BIN)
     32    $(LD) $(LDFLAGS_ODINCRT) -Fm -Fe$@ $(OBJS) $(RUNTIMELIBDEF) $(SOMLIB)
     33    $(CP) $@ $(PDWIN32_BIN)
    3434
    3535
     36lib: $(TARGET).lib $(PDWIN32_LIB)\$(TARGET).lib
     37
     38$(PDWIN32_LIB)\$(TARGET).lib: $(TARGET).lib
     39    $(CP) $** $@
     40
    3641$(TARGET).lib: $(TARGET).def
    37         $(IMPLIB) $(IMPLIBFLAGS) $@ $**
    38         $(CP) $@ $(PDWIN32_LIB)
     42    $(IMPLIB) $(IMPLIBFLAGS) $@ $**
     43    $(CP) $@ $(PDWIN32_LIB)
    3944
    40 initterm.obj: initterm.cpp $(PDWIN32_INCLUDE)\exitlist.h
    4145
    42 string.obj: string.cpp
     46dep:
     47    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
     48    *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    4349
    44 odincrt.obj: odincrt.asm
     50!ifndef NODEP
     51!include .depend
     52!endif
    4553
    46 file.obj: file.cpp
    4754
    4855clean:
    49         $(RM) *.obj *.lib *.dll *.map *.pch
    50         $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    51         $(RM) $(PDWIN32_LIB)\$(TARGET).lib
     56    $(RM) *.obj *.lib *.dll *.map *.pch \
     57        $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib
    5258
Note: See TracChangeset for help on using the changeset viewer.