VirtualBox

Changeset 501 in kBuild for vendor/gnumake/current/Makefile.am


Ignore:
Timestamp:
Sep 15, 2006 2:30:32 AM (18 years ago)
Author:
bird
Message:

Load make-3.81/ into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/Makefile.am

    r280 r501  
    11# This is a -*-Makefile-*-, or close enough
     2#
     3# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
     4# Free Software Foundation, Inc.
     5# This file is part of GNU Make.
     6#
     7# GNU Make is free software; you can redistribute it and/or modify it under the
     8# terms of the GNU General Public License as published by the Free Software
     9# Foundation; either version 2, or (at your option) any later version.
     10#
     11# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
     12# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     13# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     14#
     15# You should have received a copy of the GNU General Public License along with
     16# GNU Make; see the file COPYING.  If not, write to the Free Software
     17# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    218
    319AUTOMAKE_OPTIONS = 1.8 dist-bzip2 check-news ansi2knr
    420ACLOCAL_AMFLAGS =  -I config
     21
     22MAKE_HOST =     @MAKE_HOST@
    523
    624# Only process if target is MS-Windows
     
    2543                function.c getopt.c getopt1.c implicit.c job.c main.c \
    2644                misc.c read.c remake.c $(remote) rule.c signame.c \
    27                 variable.c version.c vpath.c hash.c
     45                strcache.c variable.c version.c vpath.c hash.c
    2846
    2947EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cstms.c
     
    5068
    5169# Extra stuff to include in the distribution.
    52 # Note we need all the glob stuff here, rather than in glob/Makefile.am,
    53 # because often that directory isn't built on the systems used by the
    54 # maintainers.
    5570
    5671EXTRA_DIST =    README build.sh.in $(man_MANS) \
     
    6075                README.DOS Makefile.DOS configure.bat dosbuild.bat configh.dos\
    6176                README.W32 NMakefile config.h.W32 build_w32.bat subproc.bat \
     77                make_msvc_net2003.sln make_msvc_net2003.vcproj \
    6278                readme.vms makefile.vms makefile.com config.h-vms \
    6379                vmsdir.h vmsfunctions.c vmsify.c
    6480
    65 MAKE_HOST =     @MAKE_HOST@
     81# This is built during configure, but behind configure's back
    6682
     83DISTCLEANFILES = build.sh
    6784
    6885# Forward targets
     
    137154
    138155# The loadavg function is invoked during "make check" to test getloadavg.
    139 noinst_PROGRAMS = loadavg
     156check_PROGRAMS = loadavg
    140157nodist_loadavg_SOURCES = getloadavg.c
    141158loadavg_CPPFLAGS = -DTEST
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette