grim/gplate

Rewrote GPlatePrintFunction to treat non-quoted strings as variables.
trying_to_get_includes_working
2008-02-19, grim
00fd8a59b7b2
Rewrote GPlatePrintFunction to treat non-quoted strings as variables.
Removed the GetContents override in GPlateVariableTag since GPlatePrintFunction is smart enough now to know the difference between a string and a variable.
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/gplate-1.0
Name: libgplate
Description: GPlate template library
Version: @VERSION@
Libs: -L${libdir} -lgplate
Cflags: -I${includedir}