New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81176


Ignore:
Timestamp:
07/26/11 07:43:10 (4 years ago)
Author:
cal@…
Message:

rev-upgrade: Fixed path to tests, added TODO and FIXME notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile

    r80740 r81176  
    33INSTALLDIR=     ${DESTDIR}${datadir}/macports/Tcl/machista1.0 
    44 
     5# TODO: Find SWIG via configure 
    56SWIG         = /usr/bin/swig 
    67SWIG_FLAGS   = -tcl -pkgversion 1.0 -namespace 
     
    1112SWIG_OBJS  = ${SWIG_SRCS:%.c=%.o} 
    1213 
    13 TESTS = ./test/libmachista-test 
     14TESTS = ./tests/libmachista-test 
    1415 
    1516include ../../Mk/macports.autoconf.mk 
     
    3435        ${TESTS} 
    3536 
     37# FIXME: This is broken 
    3638tests/libmachista-test: tests/libmachista-test.c libmachista.h libmachista$(SHLIB_SUFFIX) 
    3739        $(CC) $(CFLAGS) -D_POSIX_SOURCE -o $@ -I. -L. -lmachista $< 
Note: See TracChangeset for help on using the changeset viewer.