Changeset 501 in kBuild for vendor/gnumake/current/Makefile.am
- Timestamp:
- Sep 15, 2006 2:30:32 AM (18 years ago)
- File:
-
- 1 edited
-
vendor/gnumake/current/Makefile.am (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/Makefile.am
r280 r501 1 1 # 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. 2 18 3 19 AUTOMAKE_OPTIONS = 1.8 dist-bzip2 check-news ansi2knr 4 20 ACLOCAL_AMFLAGS = -I config 21 22 MAKE_HOST = @MAKE_HOST@ 5 23 6 24 # Only process if target is MS-Windows … … 25 43 function.c getopt.c getopt1.c implicit.c job.c main.c \ 26 44 misc.c read.c remake.c $(remote) rule.c signame.c \ 27 variable.c version.c vpath.c hash.c45 strcache.c variable.c version.c vpath.c hash.c 28 46 29 47 EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cstms.c … … 50 68 51 69 # 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 the54 # maintainers.55 70 56 71 EXTRA_DIST = README build.sh.in $(man_MANS) \ … … 60 75 README.DOS Makefile.DOS configure.bat dosbuild.bat configh.dos\ 61 76 README.W32 NMakefile config.h.W32 build_w32.bat subproc.bat \ 77 make_msvc_net2003.sln make_msvc_net2003.vcproj \ 62 78 readme.vms makefile.vms makefile.com config.h-vms \ 63 79 vmsdir.h vmsfunctions.c vmsify.c 64 80 65 MAKE_HOST = @MAKE_HOST@ 81 # This is built during configure, but behind configure's back 66 82 83 DISTCLEANFILES = build.sh 67 84 68 85 # Forward targets … … 137 154 138 155 # The loadavg function is invoked during "make check" to test getloadavg. 139 noinst_PROGRAMS = loadavg156 check_PROGRAMS = loadavg 140 157 nodist_loadavg_SOURCES = getloadavg.c 141 158 loadavg_CPPFLAGS = -DTEST
Note:
See TracChangeset
for help on using the changeset viewer.

