From: Alan W. I. <ir...@be...> - 2002-11-22 19:01:47
|
For the historical record, this is how I resurrected Rafael's AM-LT work for the new AT branch. N.B. There is much more to come today because I made *a lot* of progress on AT on my home copy of the repository. These changes have to be systematically transferred to the SF repository AT branch, then I will comment on what is now possible with that revised AT branch. Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ #Initial merge and commit: #Do merge with HEAD on 20021122 10:28 Pacific Time (UTC-8) cvs checkout -d HEAD plplot cd HEAD cvs tag bp_AT cvs tag -b AT cd .. cvs checkout -r AT -d AT plplot cd AT # am_lt_files contains the following: ************ .cvsignore AUTHORS COPYING ChangeLog Makefile.am TODO.AM-LT acconfig.h acinclude.m4 bindings/.cvsignore bindings/Makefile.am bindings/c++/.cvsignore bindings/c++/Makefile.am bindings/f77/.cvsignore bindings/f77/Makefile.am bootstrap.sh configure.in drivers/.cvsignore drivers/Makefile.am include/.cvsignore include/Makefile.am lib/.cvsignore lib/Makefile.am src/.cvsignore src/Makefile.am ****************** foreach tmp (`cat ../am_lt_files` ) cvs update -kk -j AM-LT $tmp end # Generated file cvs remove -f Makefile cp cf/plDevs.h.in include cvs add include/plDevs.h.in # replace.pl is Rafael's infamous (;-)) script to do search and replace. ../replace.pl '#include "plplot\/' '#include "' \ src/*.c drivers/*.c include/*.h \ bindings/c++/*.cc \ bindings/c++/*.h \ bindings/f77/*.c \ bindings/f77/*.h # The following files have PLPLOT_VERSION changed to VERSION jed src/plargs.c src/plcore.c #Now commit the changes for first checkin of AT. cvs commit |