summaryrefslogtreecommitdiff
path: root/tools/Makefile-top.in
AgeCommit message (Collapse)Author
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan 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-31Delete autom4te.cache in 'make distclean'.Ondrej Filip
2000-06-09Proper building and installation of documentation in the Makefiles.Martin Mares
2000-06-08When distcleaning, clean up doc as well.Martin Mares
2000-05-31Make documentation targets available from the top-level makefile as well,Martin Mares
but not with separate object tree yet.
2000-05-08Autoconf is *evil*. The sysconfdir and similar variables are unusable inMartin 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-05Connected 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-31Added missing quotes.Martin Mares
1999-04-11Added 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-01First few FreeBSD portability fixes.Martin Mares
1999-01-15Propagate "depend" target to real top-level Makefile.Martin Mares
1999-01-10New makefiles. Includes support for out-of-source-tree builds.Martin Mares