|
From: Petr M. <mi...@ph...> - 2011-04-11 09:27:03
|
> Those have more recent versions, which build out-of-tree. But they may still be in use: > > config/ > makefile.cyg: Cygwin, superseded by config/cygwin/Makefile > makefile.mgw: MinGW, superseded by config/mingw/Makefile > makefile.wc, config.wc, config.oww: Watcom, superseded by config/watcom/* I wonder about creation of the 3 new directores config/mingw/, config/cygwin/, config/watcom/ ... but not for all other makefiles. Until now all makefiles, including unixish ./configure + make, put all .o into src/, and nobody complains. Thus, either all supported makefiles should get their own directory, or no one. BTW, other no longer updated files, are: 1. makefile.g 2. makefile.unx It says it is for: # GNUPLOT 3.0 Makefile (Unix X11 support) for # Apollo/Sun/Dec5000/IBM-RS6000/HP9000/SGI/3B1/386IX/Cray 3. makefile.vms Does gnuplot 4.x compiled under VMS? --- PM |