Changeset 4729


Ignore:
Timestamp:
Dec 3, 2000, 3:55:14 AM (25 years ago)
Author:
bird
Message:

Corrected PUBLICLIB. It now clean up correctly and the lib rule depends on
the all rule.

Location:
trunk/include
Files:
3 edited

Legend:

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

    r4728 r4729  
    1 # $Id: odin32.post.emx.mk,v 1.5 2000-12-03 01:34:29 bird Exp $
     1# $Id: odin32.post.emx.mk,v 1.6 2000-12-03 02:55:12 bird Exp $
    22
    33#
     
    222222# Localcleanup is default for internal object libraries.
    223223#
     224!ifndef PUBLICLIB
    224225LOCALCLEAN = 1
     226!endif
    225227
    226228
     
    244246#
    245247!ifndef NO_LIB_RULE
     248!ifndef PUBLICLIB
    246249lib:
     250!else
     251lib: all
     252!endif
    247253!endif
    248254
     
    399405        $(ODIN32_LIB)\$(ORGTARGET).lib \
    400406        $(ORGTARGET)exp.def \
     407!ifndef PUBLICLIB
    401408        $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) *.$(TARGET_EXTENSION) \
    402409        $(ODIN32_BIN)\$(TARGET).sym *.sym \
     410!endif
    403411        $(CLEANEXTRAS)
    404412!else
  • trunk/include/odin32.post.vac3.mk

    r4728 r4729  
    1 # $Id: odin32.post.vac3.mk,v 1.5 2000-12-03 01:34:30 bird Exp $
     1# $Id: odin32.post.vac3.mk,v 1.6 2000-12-03 02:55:13 bird Exp $
    22
    33#
     
    217217# Localcleanup is default for internal object libraries.
    218218#
     219!ifndef PUBLICLIB
    219220LOCALCLEAN = 1
     221!endif
    220222
    221223
     
    239241#
    240242!ifndef NO_LIB_RULE
     243!ifndef PUBLICLIB
    241244lib:
     245!else
     246lib: all
     247!endif
    242248!endif
    243249
     
    394400        $(ODIN32_LIB)\$(ORGTARGET).lib \
    395401        $(ORGTARGET)exp.def \
     402!ifndef PUBLICLIB
    396403        $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) *.$(TARGET_EXTENSION) \
    397404        $(ODIN32_BIN)\$(TARGET).sym *.sym \
     405!endif
    398406        $(CLEANEXTRAS)
    399407!else
  • trunk/include/odin32.post.wat.mk

    r4728 r4729  
    1 # $Id: odin32.post.wat.mk,v 1.5 2000-12-03 01:34:30 bird Exp $
     1# $Id: odin32.post.wat.mk,v 1.6 2000-12-03 02:55:14 bird Exp $
    22
    33#
     
    210210# Localcleanup is default for internal object libraries.
    211211#
     212!ifndef PUBLICLIB
    212213LOCALCLEAN = 1
     214!endif
    213215
    214216
     
    228230#
    229231!ifndef NO_LIB_RULE
     232!ifndef PUBLICLIB
    230233lib: .SYMBOLIC
     234!else
     235lib: all .SYMBOLIC
     236!endif
    231237!endif
    232238
     
    379385        $(ODIN32_LIB)\$(ORGTARGET).lib \
    380386        $(ORGTARGET)exp.def \
     387!ifndef PUBLICLIB
    381388        $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) *.$(TARGET_EXTENSION) \
    382389        $(ODIN32_BIN)\$(TARGET).sym *.sym \
     390!endif
    383391        $(CLEANEXTRAS)
    384392!else
Note: See TracChangeset for help on using the changeset viewer.