Edit

kc3-lang/libevent/test/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Niels Provos
    Date : 2004-07-20 06:12:30
    Hash : 6f2f98bd
    Message : make it compile on solaris svn:r112

  • test/Makefile.am
  • AUTOMAKE_OPTIONS = foreign no-dependencies
    
    LDADD = -L.. -levent
    CPPFPLAGS = -I.. 
    CFLAGS = -I../compat @CFLAGS@
    
    noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench
    
    test_init_sources = test-init.c
    test_eof_sources = test-eof.c
    test_weof_sources = test-weof.c
    test_time_sources = test-time.c
    regress_sources = regress.c
    bench_sources = bench.c
    
    DISTCLEANFILES = *~
    
    all:	test
    
    test: test-init test-eof test-weof test-time regress
    	@./test.sh
    
    bench test-init test-eof test-weof test-time regress: ../libevent.a