NSIS-ka
A free C++ implementation of NSIS protocols

Changeset 2274

Show
Ignore:
Timestamp:
11/04/06 10:14:24 (7 years ago)
Author:
stud-matfried
Message:

Added an eval subdirectory for benchmarking parts of the natfw implementation.

Location:
natfw-nslp/trunk
Files:
8 added
1 modified

Legend:

Unmodified
Added
Removed
  • natfw-nslp/trunk/Makefile

    r2263 r2274  
    77# make          run the build process (excludes test suite) 
    88# make test     build and run the test suite 
     9# make eval     build the static benchmarks 
    910# make clean    delete all generated output 
    1011# 
     
    2324BENCHMARK       = 1 
    2425 
    25 CLEAN_SUBDIRS =  protlib/src ntlp/src src/msg src test #eval examples doc 
     26CLEAN_SUBDIRS =  protlib/src ntlp/src src/msg src test eval #examples doc 
    2627 
    2728.PHONY: all clean $(CLEAN_SUBDIRS) 
    2829 
    2930 
    30 all: protlib/src ntlp/src src/msg src #eval examples #doc 
     31all: protlib/src ntlp/src src/msg src eval #examples doc 
    3132 
    3233protlib/src: 
     
    4445test: src 
    4546        $(MAKE) -C $@ test 
     47 
     48eval: src 
     49        $(MAKE) -C $@ 
    4650 
    4751doc: