[81176] branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile
cal at macports.org
cal at macports.org
Tue Jul 26 07:43:12 PDT 2011
Revision: 81176
http://trac.macports.org/changeset/81176
Author: cal at macports.org
Date: 2011-07-26 07:43:10 -0700 (Tue, 26 Jul 2011)
Log Message:
-----------
rev-upgrade: Fixed path to tests, added TODO and FIXME notes
Modified Paths:
--------------
branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile
Modified: branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile
===================================================================
--- branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile 2011-07-26 11:46:06 UTC (rev 81175)
+++ branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile 2011-07-26 14:43:10 UTC (rev 81176)
@@ -2,6 +2,7 @@
SHLIB_NAME= machista${SHLIB_SUFFIX}
INSTALLDIR= ${DESTDIR}${datadir}/macports/Tcl/machista1.0
+# TODO: Find SWIG via configure
SWIG = /usr/bin/swig
SWIG_FLAGS = -tcl -pkgversion 1.0 -namespace
SWIG_LDFLAGS = -ltcl
@@ -10,7 +11,7 @@
SWIG_SRCS = ${SWIG_IFACE:%.i=%_wrap.c}
SWIG_OBJS = ${SWIG_SRCS:%.c=%.o}
-TESTS = ./test/libmachista-test
+TESTS = ./tests/libmachista-test
include ../../Mk/macports.autoconf.mk
include ../../Mk/macports.tea.mk
@@ -33,6 +34,7 @@
test:: ${TESTS}
${TESTS}
+# FIXME: This is broken
tests/libmachista-test: tests/libmachista-test.c libmachista.h libmachista$(SHLIB_SUFFIX)
$(CC) $(CFLAGS) -D_POSIX_SOURCE -o $@ -I. -L. -lmachista $<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110726/5eec8623/attachment.html>
More information about the macports-changes
mailing list