[cgma-dev] r2593 - cgm/trunk/itaps
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Wed Jan 28 17:53:58 CST 2009
Author: kraftche
Date: 2009-01-28 17:53:58 -0600 (Wed, 28 Jan 2009)
New Revision: 2593
Modified:
cgm/trunk/itaps/Makefile.am
Log:
make iGeom_protos.h generation a little more robust
Modified: cgm/trunk/itaps/Makefile.am
===================================================================
--- cgm/trunk/itaps/Makefile.am 2009-01-28 23:47:33 UTC (rev 2592)
+++ cgm/trunk/itaps/Makefile.am 2009-01-28 23:53:58 UTC (rev 2593)
@@ -85,7 +85,7 @@
CLEANFILES = iGeom-Defs.inc
FPFX=iGeom
-SEDEXPR = 's/^[[:space:]]*void[[:space:]][[:space:]]*$(FPFX)_\([a-z][_a-zA-Z0-9]*\)(.*$$/$(FPFX)_\1/p'
+SEDEXPR = 's/^[[:space:]]*void[[:space:]][[:space:]]*$(FPFX)_\([a-z][_a-zA-Z0-9]*\)[[:space:]]*(.*$$/$(FPFX)_\1/p'
iGeom_protos.h: iGeom.h
echo '#include "iBase_FCDefs.h"' > $@
echo '#ifdef FC_FUNC_' >> $@
More information about the cgma-dev
mailing list