[svn] / ecrypt / trunk / test / compiler.mk  

svn: ecrypt/trunk/test/compiler.mk

Diff for /ecrypt/trunk/test/compiler.mk between version 60 and 79

version 60, Mon Aug 15 21:48:48 2005 UTC version 79, Sun Aug 21 16:13:31 2005 UTC
Line 6 
Line 6 
   CC = $(cc) -nologo    CC = $(cc) -nologo
   version = $(cc)    version = $(cc)
   
   opt ?= /Ox    opt ?= -Ox
   
   obj = .obj    obj = .obj
   exe = .exe    exe = .exe
Line 30 
Line 30 
   opt ?= -O2 -fomit-frame-pointer    opt ?= -O2 -fomit-frame-pointer
 endif  endif
   
   ifeq ($(comp),cc)
     CC = $(cc)
   
     ifeq ($(shell uname),HP-UX)
       version = ($(cc) -V -E - < /dev/null > /dev/null)
     else
       version = $(cc) -V
     endif
   
     opt ?= -fast
   endif
   
 obj ?= .o  obj ?= .o
 exe ?=  exe ?=
   
Line 38 
Line 50 
   
 %$(id)$(exe): %$(obj)  %$(id)$(exe): %$(obj)
         $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ -o $@          $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ -o $@
         strip $@  
   
 version:  version:
         @$(version) 2>&1          @$(version) 2>&1


Generate output suitable for use with a patch program
Legend:
Removed from v.60  
changed lines
  Added in v.79

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help