summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAge
* Provide a pkg-config file for zephyrGravatar Alex Chernyakhovsky2013-08-08
| | | | | | | | | | | | | | | | Previously, it was difficult to detect the presence of the zephyr library in autoconf, and required custom macros. However, the world has since developed pkg-config, which is a simple tool for detecting the presence of a package, its compile-time flags, and its link-time flags, even in the presence of recursive dependencies. This adds "zephyr.pc" as a file generated by the build process, and installs it into the appropriate directory, allowing the target system to use PKG_CHECK_MODULES([ZEPHYR], [zephyr]) AC_SUBST([ZEPHYR_CFLAGS]) AC_SUBST([ZEPHYR_LIBS]) to detect all necessary information to incorporate the zephyr library.
* Don't create directory 755 on make installGravatar David Benjamin2013-03-27
| | | | It's -m 755, but that's the default anyway.
* Mark build as a .PHONY targetGravatar David Benjamin2013-03-27
|
* New version propagation to replace keyword substitution, part 1Gravatar Karl Ramm2011-11-25
|
* Retool our use of configure such that we track it like everyone else doesGravatar Karl Ramm2011-10-23
| | | | | i.e. don't keep generated or foreign stuff in our source tree. As a side effect, this lets us use a libtool, etc. from this century
* Have the makefiles support explicit target directories properly, courtesy ↵Gravatar Karl Ramm2010-11-06
| | | | wthrowe@mit.edu
* With xzwrite gone, we don't need libdyn.Gravatar Karl Ramm2009-10-10
|
* not sense in these being distinctGravatar Karl Ramm2009-08-01
|
* "make check" is too sensitive to various infrastructure issues to be theGravatar Karl Ramm2009-08-01
| | | | default.
* run the tests from makeGravatar Karl Ramm2009-04-14
|
* add defs for datarootdir so configure will Shut UpGravatar Karl Ramm2009-04-13
| | | | | | | | | | Rearrange what libraries get pulled in where, so dpkg-shlibdeps doesn't whine (see a theme here?) (Also so that, say, znol, doesn't have to link with Everything.) This will break platforms that don't do shared-library dependencies.
* debian patch applied and reconciled, version unfinalizedGravatar Karl Ramm2007-07-20
|
* Move acl directory to sysconfdir/zephyr.Gravatar Greg Hudson1998-06-11
|
* Move files from datadir back to datadir/zephyr.Gravatar Greg Hudson1998-04-30
|
* Stop generating zephyr.h from configure; it's always the same now.Gravatar Greg Hudson1997-09-24
|
* confdir became sysconfdir.Gravatar Greg Hudson1997-09-23
| | | | lib/dyn moved to libdyn and zwgc moved back to the top level.
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
detailed change information.