Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/Makefile.ami

    r53 r503  
     1# -*-Makefile-*- for GNU make on Amiga
     2#
    13# NOTE: If you have no `make' program at all to process this makefile, run
    24# `build.sh' instead.
    35#
    4 # Copyright (C) 1988, 89, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
     6# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     7# 2005, 2006 Free Software Foundation, Inc.
    58# This file is part of GNU Make.
    69#
    7 # GNU Make is free software; you can redistribute it and/or modify
    8 # it under the terms of the GNU General Public License as published by
    9 # the Free Software Foundation; either version 2, or (at your option)
    10 # any later version.
    11 #
    12 # GNU Make is distributed in the hope that it will be useful,
    13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15 # GNU General Public License for more details.
    16 #
    17 # You should have received a copy of the GNU General Public License
    18 # along with GNU Make; see the file COPYING.  If not, write to
    19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    20 # Boston, MA 02111-1307, USA.
     10# GNU Make is free software; you can redistribute it and/or modify it under the
     11# terms of the GNU General Public License as published by the Free Software
     12# Foundation; either version 2, or (at your option) any later version.
     13#
     14# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
     15# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     16# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     17#
     18# You should have received a copy of the GNU General Public License along with
     19# GNU Make; see the file COPYING.  If not, write to the Free Software
     20# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    2121
    2222#
     
    120120objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o      \
    121121       rule.o implicit.o default.o variable.o expand.o function.o       \
    122        vpath.o version.o ar.o arscan.o signame.o hash.o                 \
     122       vpath.o version.o ar.o arscan.o signame.o strcache.o hash.o      \
    123123       remote-$(REMOTE).o $(GETOPT) $(ALLOCA) $(extras)
    124124srcs = $(srcdir)commands.c $(srcdir)job.c $(srcdir)dir.c             \
     
    129129       $(srcdir)vpath.c $(srcdir)version.c $(srcdir)hash.c           \
    130130       $(srcdir)remote-$(REMOTE).c                                     \
    131        $(srcdir)ar.c $(srcdir)arscan.c                                \
     131       $(srcdir)ar.c $(srcdir)arscan.c $(srcdir)strcache.c              \
    132132       $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC)            \
    133133       $(srcdir)commands.h $(srcdir)dep.h $(srcdir)filedep.h            \
     
    295295 commands.h amiga.h
    296296vpath.o: vpath.c make.h filedef.h variable.h
     297strcache.o: strcache.c make.h hash.h
    297298version.o: version.c
    298299ar.o: ar.c make.h filedef.h dep.h
Note: See TracChangeset for help on using the changeset viewer.