Changeset 4732


Ignore:
Timestamp:
Dec 3, 2000, 6:14:29 AM (24 years ago)
Author:
bird
Message:

Added support for ADDITIONAL_ALL.

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/odin32.post.emx.mk

    r4729 r4732  
    1 # $Id: odin32.post.emx.mk,v 1.6 2000-12-03 02:55:12 bird Exp $
     1# $Id: odin32.post.emx.mk,v 1.7 2000-12-03 05:14:29 bird Exp $
    22
    33#
     
    3232#    Main bin is /bin. Compiler specific bin is /bin/debug, /bin/debug.vac36, etc.
    3333# Define ADDITIONAL_DEP to add dependencies rules.
     34# Define ADDITIONAL_ALL to add targets all should depend on.
    3435#
    3536# Define MAKEFILE if the name of the makefile isn't "makefile".
     
    115116        $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \
    116117        $(ODIN32_BIN)\$(TARGET).sym \
    117         lib
     118        lib \
     119        $(ADDITIONAL_ALL)
    118120!endif
    119121
     
    172174        $(OBJDIR)\$(TARGET).sym \
    173175        $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \
    174         $(ODIN32_BIN)\$(TARGET).sym
     176        $(ODIN32_BIN)\$(TARGET).sym \
     177        $(ADDITIONAL_ALL)
    175178!endif
    176179
     
    234237        $(INTLIBS) \
    235238!ifndef PUBLICLIB
    236         $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION)
    237 !else
    238239        $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \
    239         $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION)
     240        $(ADDITIONAL_ALL)
     241!else
     242        $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \
     243        $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION) \
     244        $(ADDITIONAL_ALL)
    240245!endif
    241246!endif
  • TabularUnified trunk/include/odin32.post.vac3.mk

    r4729 r4732  
    1 # $Id: odin32.post.vac3.mk,v 1.6 2000-12-03 02:55:13 bird Exp $
     1# $Id: odin32.post.vac3.mk,v 1.7 2000-12-03 05:14:29 bird Exp $
    22
    33#
     
    2727#    Main bin is /bin. Compiler specific bin is /bin/debug, /bin/debug.vac36, etc.
    2828# Define ADDITIONAL_DEP to add dependencies rules.
     29# Define ADDITIONAL_ALL to add targets all should depend on.
    2930#
    3031# Define MAKEFILE if the name of the makefile isn't "makefile".
     
    110111        $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \
    111112        $(ODIN32_BIN)\$(TARGET).sym \
    112         lib
     113        lib \
     114        $(ADDITIONAL_ALL)
    113115!endif
    114116
     
    167169        $(OBJDIR)\$(TARGET).sym \
    168170        $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \
    169         $(ODIN32_BIN)\$(TARGET).sym
     171        $(ODIN32_BIN)\$(TARGET).sym \
     172        $(ADDITIONAL_ALL)
    170173!endif
    171174
     
    229232        $(INTLIBS) \
    230233!ifndef PUBLICLIB
    231         $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION)
    232 !else
    233234        $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \
    234         $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION)
     235        $(ADDITIONAL_ALL)
     236!else
     237        $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \
     238        $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION) \
     239        $(ADDITIONAL_ALL)
    235240!endif
    236241!endif
  • TabularUnified trunk/include/odin32.post.wat.mk

    r4729 r4732  
    1 # $Id: odin32.post.wat.mk,v 1.6 2000-12-03 02:55:14 bird Exp $
     1# $Id: odin32.post.wat.mk,v 1.7 2000-12-03 05:14:29 bird Exp $
    22
    33#
     
    2727#    Main bin is /bin. Compiler specific bin is /bin/debug, /bin/debug.vac36, etc.
    2828# Define ADDITIONAL_DEP to add dependencies rules.
     29# Define ADDITIONAL_ALL to add targets all should depend on.
    2930#
    3031# Define MAKEFILE if the name of the makefile isn't "makefile".
     
    103104        $(ODIN32_BIN)\$(TARGET).sym \
    104105        lib \
     106        $(ADDITIONAL_ALL) \
    105107        .SYMBOLIC
    106108!endif
     
    159161        $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \
    160162        $(ODIN32_BIN)\$(TARGET).sym \
     163        $(ADDITIONAL_ALL) \
    161164        .SYMBOLIC
    162165!endif
     
    221224all:    $(OBJDIR) \
    222225        $(INTLIBS) \
     226!ifndef PUBLICLIB
    223227        $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \
     228        $(ADDITIONAL_ALL) \
    224229        .SYMBOLIC
     230!else
     231        $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \
     232        $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION) \
     233        $(ADDITIONAL_ALL) \
     234        .SYMBOLIC
     235!endif
    225236!endif
    226237
Note: See TracChangeset for help on using the changeset viewer.