Changeset 1133 for trunk/dll


Ignore:
Timestamp:
Aug 30, 2008, 6:27:29 AM (17 years ago)
Author:
Steven Levine
Message:

Optimize makefiles
Change from dllsyms to syms target for consistency
Avoid extra work for wmake -a dist
Pass FORTIFY options to subordinate makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1054 r1133  
    2828# 03 Jul 07 SHL Change DEBUG semantics to ifdef/ifndef
    2929# 04 Jul 07 SHL Pass DEBUG settings to sub-make
    30 # 04 Jul 07 SHL Add missing .AUTODEPEND
     30# 04 Jul 07 SHL Add missing .autodepend
    3131# 06 Aug 07 SHL Tweak CFLAGS for DEBUG builds
    3232# 26 Aug 07 SHL Clean *.lrf
     
    4040# 05 May 08 SHL Add FORTIFY support
    4141# 26 May 08 SHL Update WARNALL to warn about more
     42# 22 Jul 08 SHL Change from dllsyms to syms target for consistency
    4243
    4344# Environment:
     
    163164
    164165!ifndef MAKERES
    165 .c.obj: .AUTODEPEND
     166.c.obj: .autodepend
    166167  $(CC) $(CFLAGS) $*.c
    167168!else
     
    202203     fm3res.str
    203204
    204 dllsyms: $(SYMS) .symbolic
     205syms: $(SYMS) .symbolic
    205206
    206207$(BASE).dll $(BASE).lib: $(OBJS) $(BASE).def $(BASE).lrf
     
    253254  cd..
    254255
    255 $(BASERES).obj: $(BASERES).c .AUTODEPEND
     256$(BASERES).obj: $(BASERES).c .autodepend
    256257  $(CC) $(CFLAGSR) $(BASERES).c
    257258
Note: See TracChangeset for help on using the changeset viewer.