summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2015-06-26I'm commiting these partial changes in case I ever need to come back to it.Luke Shumaker
See, I just had a brain-gasm on how I can make the module system better.
2015-06-26maybe this helps?Luke Shumaker
2015-06-26Rework rvs a lot (no longer needs complex C dependency tracker!)Luke Shumaker
Rework ./configure, and how it uses `srcdir'. Probably broke all the other packages. Oh well, everything only half-works right now.
2015-06-26I'm really not sure, these are uncommited changes, and I haven't touched it ↵Luke Shumaker
in a while.
2015-06-26It appears I'd previously edited other files, but as far as I knew a moment ago:Luke Shumaker
The Makefiles have had support for DESTDIR for some time. I just realised configure didn't Which lead me to find some bugs in configure's option handling.
2015-06-26rework rvs's build system, currently, it doesn't build :(Luke Shumaker
it fails on the plugins, the wrapper works fine
2015-06-26rvs builds! nicely!Luke Shumaker
2015-06-26hmm. I kind of screwed up rvs plugins.Luke Shumaker
Worst, it was just a command I typed wrong that crippled a few files
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