Differences From Artifact [166a6cf538]:
- File mttroot/gino/Makefile — part of check-in [4668b3f9ab] at 2003-03-24 14:37:55 on branch origin/master — *** empty log message *** (user: gawthrop@users.sourceforge.net, size: 156) [annotate] [blame] [check-ins using] [more...]
To Artifact [9715ccae4b]:
- File gino/Makefile — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 153) [annotate] [blame] [check-ins using] [more...]
- File mttroot/gino/Makefile — part of check-in [0659348b7c] at 2003-03-24 15:10:14 on branch origin/master — Removed erroneous "gino" (user: gawthrop@users.sourceforge.net, size: 153) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | ## Makefile for gino library all: g_funs g_funs: ./create_gino.sh clean: rm -rf g_funs install: g_funs | | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Makefile for gino library all: g_funs g_funs: ./create_gino.sh clean: rm -rf g_funs install: g_funs cp -rf ../gino /usr/share/octave/site/m |