Revision: 81255 http://trac.macports.org/changeset/81255 Author: cal@macports.org Date: 2011-07-28 01:38:30 -0700 (Thu, 28 Jul 2011) Log Message: ----------- rev-upgrade: Removed file now generated by autoconf and added svn:ignore for it Removed Paths: ------------- branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile Property Changed: ---------------- branches/gsoc11-rev-upgrade/base/src/machista1.0/ Property changes on: branches/gsoc11-rev-upgrade/base/src/machista1.0 ___________________________________________________________________ Modified: svn:ignore - machista.dylib pkgIndex.tcl + machista.dylib pkgIndex.tcl Makefile Deleted: branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile =================================================================== --- branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile 2011-07-28 08:36:47 UTC (rev 81254) +++ branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile 2011-07-28 08:38:30 UTC (rev 81255) @@ -1,40 +0,0 @@ -OBJS= libmachista.o hashmap.o machista_wrap.o -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 - -SWIG_IFACE = machista.i -SWIG_SRCS = ${SWIG_IFACE:%.i=%_wrap.c} -SWIG_OBJS = ${SWIG_SRCS:%.c=%.o} - -TESTS = ./tests/libmachista-test - -include ../../Mk/macports.autoconf.mk -include ../../Mk/macports.tea.mk - -CFLAGS+= -fPIC -std=c99 -pedantic -Werror - -${SWIG_SRCS}:: ${SWIG_IFACE} - ${SWIG} ${SWIG_FLAGS} $< - -${SWIG_OBJS}:: ${SWIG_SRCS} - -${PKG_INDEX}:: ${SWIG_SHLIB} - $(SILENT) ../pkg_mkindex.sh $< || ( rm -rf $@ && exit 1 ) - -clean:: - rm -f ${SWIG_SRCS} ${SWIG_OBJS} ${PKG_INDEX} - rm -f ${TESTS} - rm -rf ${TESTS:%=%.dSYM} - -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 $< -
participants (1)
-
cal@macports.org