summaryrefslogtreecommitdiff
path: root/Makefile
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-26whoop, should have proably commited a momemnt agoLuke 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-26add .gitignoreLuke Shumaker
clean up Makefile a bit add comments on `bashisms' in configure Add a `make commit' bit. Won't really be usefull to others, but is way more convenient for me than make distclean git add -A git commit -a
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-26I am happy with how ptranslate buildsLuke Shumaker
2015-06-26oops, this is the real commitLuke Shumaker
2015-06-26major rewrite on build system, make doesn't complain for diffLuke Shumaker
2015-06-26ptranslate builds without make throwing errorsLuke Shumaker
2015-06-26build-system-ish thing works at the meta-package levelLuke Shumaker