Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-10 | Build system reworked to one global Makefile with includes and no nesting | Jan Moskyto Matejka | |
Also removed the lib-dir merging with sysdep. Updated #include's accordingly. Fixed make doc on recent Debian together with moving generated doc into objdir. Moved Makefile.in into root dir Retired all.o and birdlib.a Linking the final binaries directly from all the .o files. | |||
2004-05-31 | Delete autom4te.cache in 'make distclean'. | Ondrej Filip | |
2000-06-09 | Proper building and installation of documentation in the Makefiles. | Martin Mares | |
2000-06-08 | When distcleaning, clean up doc as well. | Martin Mares | |
2000-05-31 | Make documentation targets available from the top-level makefile as well, | Martin Mares | |
but not with separate object tree yet. | |||
2000-05-08 | Autoconf is *evil*. The sysconfdir and similar variables are unusable in | Martin Mares | |
C includes as they contain substitutions specific to make. Worked around by creating sysconf/paths.h which is created from the Makefile instead of by the configure script. | |||
2000-05-08 | `make install' now works. | Martin Mares | |
2000-05-05 | Connected the `doc' subtree to global makefiles. | Martin Mares | |
All documentation is built in obj/doc (resp. doc/ if you do a stand-alone build). Use `make docs' to make the whole documentation or `make userdocs' resp. `make progdocs' for user manual resp. developer's guide. | |||
1999-05-31 | Added missing quotes. | Martin Mares | |
1999-04-11 | Added new target "tags" to generate a tag table for Emacs. | Martin Mares | |
Also made "depend" work before the tree is compiled first time. | |||
1999-04-01 | First few FreeBSD portability fixes. | Martin Mares | |
1999-01-15 | Propagate "depend" target to real top-level Makefile. | Martin Mares | |
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares | |