aboutsummaryrefslogtreecommitdiff
path: root/winsup/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2016-03-20respect datarootdirPeter Foley1-0/+1
Recent versions of autoconf define datadir/infodir in terms of datarootdir. Add it. winsup/ChangeLog * Makefile.in: define datarootdir Signed-off-by: Peter Foley <pefoley2@pefoley.com>
2014-02-18* Makefile.in: Ignore errors on doc install.Christopher Faylor1-1/+1
2013-11-07* Makefile.in: Properly cd to directory sans install_ prefix. Report on errorsChristopher Faylor1-3/+3
on doc install. Only 'all' is special.
2013-11-06* Makefile.in: Reinstate ignoring of errors for doc target.Christopher Faylor1-6/+2
2013-01-21Update copyrightsChristopher Faylor1-3/+2
2012-11-26* Makefile.in (Makefile): Rely on 'configure' not 'configure.in'.Christopher Faylor1-1/+1
2012-11-07winsup:Corinna Vinschen1-6/+0
* Makefile.common (zlib_source): Remove. (zlib_build): Remove. (bz2lib_source): Remove. (bz2lib_build): Remove. (w32api_source): Remove. (w32api_build): Remove. (w32api_lib): Remove. (mingw_build): Remove. (mingw_source): Remove. ($(w32api_lib)/%.a): Remove rule. * Makefile.in (ZLIB): Remove. ($(SUBDIRS)): Drop mingw check. (mingw): Remove rule. (install_mingw): Ditto. * configure.in: Remove support for mingw as build target. * configure: Regenerate. utils: * Makefile.in ($(MINGW_BINS)): Drop -B$(mingw_build)/ from build expression.
2012-10-242012-10-24 Kai Tietz <ktietz70@googlemail.com>Yaakov Selkowitz1-5/+5
Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Corinna Vinschen <corinna@vinschen.de> * configure.in [cygwin*]: Always build cygserver, lsaauth, utils, and doc. Do not build mingw or w32api. [mingw*]: Build w32api if present. * configure: Regenerate. * Makefile.common: Remove references to mingw and w32api directories. (MINGW_LDFLAGS): Redefine as -static to force static linking with libgcc and libstdc++. * Makefile.in: Remove references to mingw and w32api directories from Cygwin targets.
2009-02-24Add DESTDIR functionality to Makefile.in's.Christopher Faylor1-2/+2
2008-11-26update copyrightChristopher Faylor1-1/+2
2008-11-26* Makefile.in: Revert erroneous checkin.Christopher Faylor1-10/+9
* Makefile.common: Tweak to work better with new utils/mingw front-end.
2008-10-12* Makefile.in: Tweak to work better with new utils/mingw front-end.Christopher Faylor1-9/+10
In utils:
2008-05-16 * Makefile.in (install-license): Install COPYING file as well.Corinna Vinschen1-2/+4
2006-12-12 * Makefile.in (subauth): Drop rule.Corinna Vinschen1-2/+0
* configure.in: Remove subauth related check. * configure: Regenerate.
2006-11-27 * Makefile.in: Add dependencies for lsaauth.Corinna Vinschen1-0/+2
* configure.in: Disable building subauth. Add building lsaauth. * configure: Regenerate.
2006-08-31* Makefile.in: Make install-license .PHONY. Make sure that doc directory isChristopher Faylor1-2/+3
created before copying to it.
2006-08-30 * Makefile.in: Make installation of CYGWIN_LICENSE configurable.Corinna Vinschen1-1/+5
* aclocal.m4: Regenerate. * configure.in: Add GCC_NO_EXECUTABLES call. Add configuration for INSTALL_LICENSE. Make cygwin subdirectory optional. Add sanity check for cygwin resp. mingw subdirectories dependent of the target. * configure: Regenerate.
2006-08-03* Makefile.in (subauth): Add dependency on mingw.Christopher Faylor1-0/+2
2006-07-23* Makefile.in: Update copyright. Fix 'check' target so that it will once-againChristopher Faylor1-2/+7
create a working testsuite directory. Add a comment this time to explain the unusual behavior. (Previous ChangeLog checkin did not include accompanying Makefile.in)
2006-05-24update to newer autoconfChristopher Faylor1-1/+1
2006-01-16 * configure.in: Add AC_PROG_INSTALL handling.Corinna Vinschen1-1/+6
* configure: Regenerate. * Makefile.in (install): Install CYGWIN_LICENSE.
2003-11-23 * Makefile.in: Make cygserver depending on cygwin.Corinna Vinschen1-0/+2
2003-07-26preliminary checkinChristopher Faylor1-4/+0
2003-07-26preliminary checkinChristopher Faylor1-0/+5
2003-07-01* configure.in: Add cygserver subdir.Christopher Faylor1-1/+3
* Makefile.in: Ditto. * configure: Regenerate. * Makefile.common: Remove debugging statements.
2002-09-28* Makefile.in (check): Be more defensive when creating testsuite config.status.Christopher Faylor1-1/+1
2002-04-25* configure.in: Remove cinstall target.Christopher Faylor1-4/+0
* Makefile.in: Ditto. * configure: Regenerate.
2001-12-19* Makefile.in: Don't attempt to use zlib directory as a dependency if itChristopher Faylor1-2/+3
doesn't exist.
2001-12-14* Makefile.in: Exit immediately if a sub-make fails.Christopher Faylor1-5/+5
2001-11-04* Makefile.in: Force configure in testsuite directory if config.status does notChristopher Faylor1-3/+3
exist.
2001-11-04* configure.in: Disable subauth directory test.Christopher Faylor1-2/+2
* configure: Regenerate. * Makefile.in: Use MAKE variable in directory builds.
2001-11-04* Makefile.in: Add directory dependencies to ensure ordering when using 'makeChristopher Faylor1-0/+16
-jN'.
2001-10-29* Makefile.in: Propagate 'clean' to subdirs properly.Christopher Faylor1-1/+1
2001-10-24* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor1-6/+22
* configure.in: Remove testsuite from SUBDIRS. * configure: Regenerate.
2000-10-02* Makefile.common: Extend VERBOSE default.Christopher Faylor1-1/+0
* Makefile.in: Don't clean the testsuite separately. It's already part of CLEAN_SUBDIRS.
2000-09-03* Makefile.in: Add new goal "check"Christopher Faylor1-1/+5
* configure.in: When doing native build do configure in testsuite subdirectory * configure: Regenerate.
2000-08-10comment changes.Christopher Faylor1-1/+1
2000-06-22* Makefile.in: Add dummy info targets.Christopher Faylor1-2/+8
2000-04-09* Makefile.in: Work around MAKEOVERRIDES problem with older versions of make.Christopher Faylor1-4/+10
* Makefile.common: Ditto.
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+71