From: Alan W. I. <ai...@us...> - 2002-11-22 21:19:45
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv11001/examples/c Modified Files: Tag: AT plcdemos.h tutor.c x01c.c x02c.c x03c.c x04c.c x05c.c x06c.c x07c.c x08c.c x09c.c x10c.c x11c.c x12c.c x13c.c x14c.c x15c.c x16c.c x17c.c x18c.c x19c.c x20c.c Log Message: AT changes to make xwin and ps dynamic drivers work on Linux. Here are some details for the various files: * .cvsignore files: convenience changes. * Makefile.am: reorder src first, then drivers (since dynamic drivers depend on src). Will take care of static drivers later. * acconfig.h: ENABLE_DYNDRIVERS DRIVERS_DB, and switch the old drivers list to a new complete devices list. * configure.in: incorporate HEAD static and dynamic driver handling from old cf/configure.in. Changed DATA_DIR back to current standard ENABLE_DYNDRIVERS, DRIVERS_DB. Current standard for dynamic driver names. * drivers/Makefile.am: Current static drivers don't work, but added working versions of xwin and ps dynamic drivers. * drivers/ps.c: PLPLOT_VERSION ==> VERSION * examples/c/*.c examples/c/*.h: change to old include style without the "plplot/". * src/Makefile.am: completed list of files to include in libplplot; hacked in -lm -ldl -lfreetype (freetype should be option); and disabled use of convenience library for static drivers (to be revisited later). |