summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Update oh-strip (a no-op for now).P. J. McDermott2012-08-031-0/+1
|
* Update oh-checkbuilddeps (a no-op for now).P. J. McDermott2012-08-031-0/+1
|
* Better describe paths in output of object targets.P. J. McDermott2012-08-021-1/+1
|
* Get rid of old INSTALL macros.P. J. McDermott2012-08-021-2/+0
|
* Portably install, set better file modes.P. J. McDermott2012-08-021-1/+3
| | | | | | | The install utility is not required by POSIX, and it's easily replaced by mkdir, cp, and chmod. Libraries, locales, and manual pages should not be executable.
* Start rewriting build system.P. J. McDermott2012-08-021-25/+28
|
* Add oh-parsechangelog.P. J. McDermott2012-07-261-1/+1
|
* Fix $(OBJS) targets in build system.P. J. McDermott2012-03-061-1/+2
|
* Translate from 'SRCS' to 'OBJS' in build system.P. J. McDermott2012-03-061-5/+7
|
* Add distribution targets to build system.P. J. McDermott2012-02-131-0/+11
|
* Write and document oh-installdocs.P. J. McDermott2012-01-301-1/+2
|
* Write oh-copyconfig.P. J. McDermott2012-01-291-2/+2
|
* Write oh-checkbuilddeps.P. J. McDermott2012-01-271-1/+1
|
* Add oh-applypatches to the build system.P. J. McDermott2012-01-251-1/+2
|
* Fix uninstallation.P. J. McDermott2012-01-251-1/+1
| | | | | * Read installation configuration file. * Correctly spell macro names.
* Recurse into subdirectories in build system.P. J. McDermott2012-01-251-13/+13
|
* Start trying to modularize the makefiles.P. J. McDermott2012-01-241-0/+58