summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2015-06-26major rewrite on build system, make doesn't complain for diffLuke Shumaker
2015-06-26mkdir rvs; mv * rvsLuke Shumaker
2015-06-26update version #s XDLuke Shumaker
2015-06-26fix Makefiles a bitLuke Shumaker
redo the ugly kludge in load_plugins(...) in wrapper/plugin-load.h
2015-06-26bichun!Luke Shumaker
fixed makefiles, moved around files The wrapper is now a hybrid shell-C program. A shell script does the integrated commands, but it calls the C program (`$(libexecdir)/rvs/runcom') to launch plugins Note that right now, it does EVERYTHING BUT launch plugins.
2015-06-26work on tieing it all togetherLuke Shumaker
2015-06-26I don't think this will run, but I think the next step is to turn `rvs.sh' intoLuke Shumaker
`rvs.c', so I'm going to go ahead and commit this.
2015-06-26add dist to makefilesLuke Shumaker
2015-06-260.7.3 -- more robust copyright notices in filesLuke Shumaker
2015-06-26command selection rewrittenLuke Shumaker
2015-06-26update README and HACKING... a little bitLuke Shumaker
2015-06-26it builds!Luke Shumaker
2015-06-26tweak makefilesLuke Shumaker
2015-06-26use the Makefile.in name used by the GNU build systemLuke Shumaker