Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4878
Modified Files:
Makefile.am
Log Message:
Interface source files generated in builddir.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Makefile.am 23 May 2007 15:33:24 -0000 1.18
--- Makefile.am 23 May 2007 17:27:56 -0000 1.19
***************
*** 10,14 ****
lib_LTLIBRARIES = libCBM.la
! libCBM_la_SOURCES = Glue.cpp Glue.h CBM_wrap.cxx
libCBM_la_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la
--- 10,14 ----
lib_LTLIBRARIES = libCBM.la
! libCBM_la_SOURCES = Glue.cpp Glue.h $(top_builddir)/CBM-PI/CBM_wrap.cxx
libCBM_la_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la
***************
*** 43,50 ****
inst_pkgdatadir=@datarootdir@/compbenchmarks/@VERSION@/perl
! $(top_srcdir)/CBM-PI/CBM_wrap.cxx: CBM.i $(CBMPI_DEP_H)
swig -c++ $(INCLUDES) -Wall -proxy -shadow -perl $<
! $(top_srcdir)/CBM-PI/CBM.pm: CBM.i $(CBMPI_DEP_H)
swig -c++ $(INCLUDES) -Wall -proxy -shadow -perl $<
--- 43,50 ----
inst_pkgdatadir=@datarootdir@/compbenchmarks/@VERSION@/perl
! $(top_builddir)/CBM-PI/CBM_wrap.cxx: CBM.i $(CBMPI_DEP_H)
swig -c++ $(INCLUDES) -Wall -proxy -shadow -perl $<
! $(top_builddir)/CBM-PI/CBM.pm: CBM.i $(CBMPI_DEP_H)
swig -c++ $(INCLUDES) -Wall -proxy -shadow -perl $<
|