summaryrefslogtreecommitdiffstats
path: root/winsup/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in: Ignore errors on doc install.Christopher Faylor2014-02-181-1/+1
|
* * Makefile.in: Properly cd to directory sans install_ prefix. Report on errorsChristopher Faylor2013-11-071-3/+3
| | | | on doc install. Only 'all' is special.
* * Makefile.in: Reinstate ignoring of errors for doc target.Christopher Faylor2013-11-061-6/+2
|
* Update copyrightsChristopher Faylor2013-01-211-3/+2
|
* * Makefile.in (Makefile): Rely on 'configure' not 'configure.in'.Christopher Faylor2012-11-261-1/+1
|
* winsup:Corinna Vinschen2012-11-071-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-24 Kai Tietz <ktietz70@googlemail.com>Yaakov Selkowitz2012-10-241-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.
* Add DESTDIR functionality to Makefile.in's.Christopher Faylor2009-02-241-2/+2
|
* update copyrightChristopher Faylor2008-11-261-1/+2
|
* * Makefile.in: Revert erroneous checkin.Christopher Faylor2008-11-261-10/+9
| | | | * Makefile.common: Tweak to work better with new utils/mingw front-end.
* * Makefile.in: Tweak to work better with new utils/mingw front-end.Christopher Faylor2008-10-121-9/+10
| | | | In utils:
* * Makefile.in (install-license): Install COPYING file as well.Corinna Vinschen2008-05-161-2/+4
|
* * Makefile.in (subauth): Drop rule.Corinna Vinschen2006-12-121-2/+0
| | | | | * configure.in: Remove subauth related check. * configure: Regenerate.
* * Makefile.in: Add dependencies for lsaauth.Corinna Vinschen2006-11-271-0/+2
| | | | | * configure.in: Disable building subauth. Add building lsaauth. * configure: Regenerate.
* * Makefile.in: Make install-license .PHONY. Make sure that doc directory isChristopher Faylor2006-08-311-2/+3
| | | | created before copying to it.
* * Makefile.in: Make installation of CYGWIN_LICENSE configurable.Corinna Vinschen2006-08-301-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.
* * Makefile.in (subauth): Add dependency on mingw.Christopher Faylor2006-08-031-0/+2
|
* * Makefile.in: Update copyright. Fix 'check' target so that it will once-againChristopher Faylor2006-07-231-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)
* update to newer autoconfChristopher Faylor2006-05-241-1/+1
|
* * configure.in: Add AC_PROG_INSTALL handling.Corinna Vinschen2006-01-161-1/+6
| | | | | * configure: Regenerate. * Makefile.in (install): Install CYGWIN_LICENSE.
* * Makefile.in: Make cygserver depending on cygwin.Corinna Vinschen2003-11-231-0/+2
|
* preliminary checkinChristopher Faylor2003-07-261-4/+0
|
* preliminary checkinChristopher Faylor2003-07-261-0/+5
|
* * configure.in: Add cygserver subdir.Christopher Faylor2003-07-011-1/+3
| | | | | | * Makefile.in: Ditto. * configure: Regenerate. * Makefile.common: Remove debugging statements.
* * Makefile.in (check): Be more defensive when creating testsuite config.status.Christopher Faylor2002-09-281-1/+1
|
* * configure.in: Remove cinstall target.Christopher Faylor2002-04-251-4/+0
| | | | | * Makefile.in: Ditto. * configure: Regenerate.
* * Makefile.in: Don't attempt to use zlib directory as a dependency if itChristopher Faylor2001-12-191-2/+3
| | | | doesn't exist.
* * Makefile.in: Exit immediately if a sub-make fails.Christopher Faylor2001-12-141-5/+5
|
* * Makefile.in: Force configure in testsuite directory if config.status does notChristopher Faylor2001-11-041-3/+3
| | | | exist.
* * configure.in: Disable subauth directory test.Christopher Faylor2001-11-041-2/+2
| | | | | * configure: Regenerate. * Makefile.in: Use MAKE variable in directory builds.
* * Makefile.in: Add directory dependencies to ensure ordering when using 'makeChristopher Faylor2001-11-041-0/+16
| | | | -jN'.
* * Makefile.in: Propagate 'clean' to subdirs properly.Christopher Faylor2001-10-291-1/+1
|
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-6/+22
| | | | | * configure.in: Remove testsuite from SUBDIRS. * configure: Regenerate.
* * Makefile.common: Extend VERBOSE default.Christopher Faylor2000-10-021-1/+0
| | | | | * Makefile.in: Don't clean the testsuite separately. It's already part of CLEAN_SUBDIRS.
* * Makefile.in: Add new goal "check"Christopher Faylor2000-09-031-1/+5
| | | | | * configure.in: When doing native build do configure in testsuite subdirectory * configure: Regenerate.
* comment changes.Christopher Faylor2000-08-101-1/+1
|
* * Makefile.in: Add dummy info targets.Christopher Faylor2000-06-221-2/+8
|
* * Makefile.in: Work around MAKEOVERRIDES problem with older versions of make.Christopher Faylor2000-04-091-4/+10
| | | | * Makefile.common: Ditto.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+71