[svn] / ecrypt / trunk / submissions / sfinks / sync-ae / Makefile  

svn: ecrypt/trunk/submissions/sfinks/sync-ae/Makefile

Diff for /ecrypt/trunk/submissions/sfinks/sync-ae/Makefile between version 39 and 40

version 39, Mon Aug 1 16:44:52 2005 UTC version 40, Mon Aug 1 17:05:32 2005 UTC
Line 1 
Line 1 
   
 name = sfinks  name = sfinks
 type = sync-ae  type = sync-ae
   
 root = $(ECRYPT_ROOT)  
 api = ecrypt-$(type).h  
   
 ifdef STD  
   std = $(STD)  
 else  
   std = -ansi    std = -ansi
 endif  
   
 ifdef OPT  
   opt = $(OPT)  
 else  
   opt = -O3  
 endif  
   
 CFLAGS = -Wall -pedantic $(opt) $(std)  
 CPPFLAGS = -DECRYPT_API=$(api) -I $(root)/include -I .  
 VPATH = $(root)/test:$(root)/api:$(root)/include  
   
 ecrypt-test: ecrypt-test.o ecrypt-$(type).o $(name).o  
   
 $(api): ecrypt-config.h ecrypt-machine.h ecrypt-portable.h  
   
 ecrypt-test.o: $(api)  root := $(shell \
 ecrypt-$(type).o: $(api)    root="."; \
     while [ "$$PWD" != "/" ]; do \
       if [ -r "$$PWD/test/ecrypt-test.mk" ]; then  \
         echo $$root; exit; \
       fi; \
       cd ..; root="$$root"/..; \
     done; \
     echo ".")
   
 $(name).o: $(api)  include $(root)/test/ecrypt-test.mk
   
 clean:  
         $(RM) ecrypt-test *.o  


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help