summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Make lib/ non-recursive.P. J. McDermott2013-05-051-78/+0
|
* Add the archtab as dependency in the build system.P. J. McDermott2012-11-061-1/+3
|
* Move common load/init logic into libopkhelper.P. J. McDermott2012-10-221-0/+2
|
* Write "buildsystem" library module.P. J. McDermott2012-10-211-1/+2
|
* Add "common" and "load" library modules.P. J. McDermott2012-10-211-1/+1
|
* Add support for a libopkhelper to build system.P. J. McDermott2012-10-211-0/+73
|
* Delete opkhelper library.P. J. McDermott2012-10-091-76/+0
| | | | libopkbuild.1 is the library now.
* 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
|
* Fix case of libdir makefile macro.P. J. McDermott2012-08-021-1/+1
|
* 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.
* Write oh_cache().P. J. McDermott2012-08-021-0/+1
|
* Update lib and man input makefiles.P. J. McDermott2012-08-021-22/+26
|
* Add oh-parsechangelog.P. J. McDermott2012-07-261-1/+1
|
* Write a messages library.P. J. McDermott2012-04-241-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-3/+4
|
* Add distribution targets to build system.P. J. McDermott2012-02-131-0/+11
|
* Extract compressed source archives.P. J. McDermott2012-01-301-1/+1
|
* Write lib/architecture.P. J. McDermott2012-01-291-1/+1
|
* Fix installation path in 'lib/Makefile.in'.P. J. McDermott2012-01-291-2/+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