Changeset 503 for trunk/src/gmake/Makefile.ami
- Timestamp:
- Sep 15, 2006, 7:09:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/Makefile.ami
r53 r503 1 # -*-Makefile-*- for GNU make on Amiga 2 # 1 3 # NOTE: If you have no `make' program at all to process this makefile, run 2 4 # `build.sh' instead. 3 5 # 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. 5 8 # This file is part of GNU Make. 6 9 # 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. 21 21 22 22 # … … 120 120 objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \ 121 121 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 \ 123 123 remote-$(REMOTE).o $(GETOPT) $(ALLOCA) $(extras) 124 124 srcs = $(srcdir)commands.c $(srcdir)job.c $(srcdir)dir.c \ … … 129 129 $(srcdir)vpath.c $(srcdir)version.c $(srcdir)hash.c \ 130 130 $(srcdir)remote-$(REMOTE).c \ 131 $(srcdir)ar.c $(srcdir)arscan.c 131 $(srcdir)ar.c $(srcdir)arscan.c $(srcdir)strcache.c \ 132 132 $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \ 133 133 $(srcdir)commands.h $(srcdir)dep.h $(srcdir)filedep.h \ … … 295 295 commands.h amiga.h 296 296 vpath.o: vpath.c make.h filedef.h variable.h 297 strcache.o: strcache.c make.h hash.h 297 298 version.o: version.c 298 299 ar.o: ar.c make.h filedef.h dep.h
Note:
See TracChangeset
for help on using the changeset viewer.