[MOAB-dev] r3047 - MOAB/trunk/tools/iMesh

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Jul 22 11:01:44 CDT 2009


Author: kraftche
Date: 2009-07-22 11:01:44 -0500 (Wed, 22 Jul 2009)
New Revision: 3047

Modified:
   MOAB/trunk/tools/iMesh/Makefile.am
Log:
fix broken make dist

Modified: MOAB/trunk/tools/iMesh/Makefile.am
===================================================================
--- MOAB/trunk/tools/iMesh/Makefile.am	2009-07-22 05:41:47 UTC (rev 3046)
+++ MOAB/trunk/tools/iMesh/Makefile.am	2009-07-22 16:01:44 UTC (rev 3047)
@@ -21,7 +21,7 @@
 
 # stuff for c test program
 check_PROGRAMS = testc_cbind
-EXTRA_DIST = brick.vtk quad9.cub
+EXTRA_DIST = brick.vtk quad9.cub mkprotos.sh
 
 libiMesh_la_SOURCES = \
 	iMesh_MOAB.cpp \
@@ -64,8 +64,6 @@
 
 libiMesh_la_LIBADD = $(top_builddir)/libMOAB.la
 
-EXTRA_DIST = mkprotos.sh
-
 # Automake doesn't seem to have a directory defined for
 # platform-dependent data (or include) files. So put 
 # in $(libdir).  Define a $(cfgdir) to get around automake's
@@ -84,11 +82,11 @@
 	echo "IMESH_LIBDIR=${libdir}" >> $(DESTDIR)$(cfgdir)/iMesh-Defs.inc
 	echo "MOAB_LIBDIR=${libdir}" >> $(DESTDIR)$(cfgdir)/iMesh-Defs.inc
 
-iMesh_protos.h: iMesh.h
+iMesh_protos.h: iMesh.h mkprotos.sh
 	$(srcdir)/mkprotos.sh iMesh $< $@
 
-iMesh_extensions_protos.h: iMesh_extensions.h
+iMesh_extensions_protos.h: iMesh_extensions.h mkprotos.sh
 	$(srcdir)/mkprotos.sh iMesh $< $@
 
-iMeshP_protos.h: iMeshP.h
+iMeshP_protos.h: iMeshP.h mkprotos.sh
 	$(srcdir)/mkprotos.sh iMeshP $< $@



More information about the moab-dev mailing list