Changeset 503 for trunk/src/gmake/Makefile.DOS
- Timestamp:
- Sep 15, 2006, 7:09:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/Makefile.DOS
r151 r503 1 1 # -*-Makefile-*- template for DJGPP 2 2 # Makefile.in generated automatically by automake 1.2 from Makefile.am 3 4 # Copyright (C) 1994, 1995-1998, 1999, 2002 Free Software Foundation, Inc. 5 # This Makefile.DOS is free software; the Free Software Foundation 6 # gives unlimited permission to copy, distribute and modify it. 7 3 # 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 5 # 2004, 2005, 2006 Free Software Foundation, Inc. 6 # This file is part of GNU Make. 7 # 8 # GNU Make is free software; you can redistribute it and/or modify it under the 9 # terms of the GNU General Public License as published by the Free Software 10 # Foundation; either version 2, or (at your option) any later version. 11 # 12 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 14 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 15 # 16 # You should have received a copy of the GNU General Public License along with 17 # GNU Make; see the file COPYING. If not, write to the Free Software 18 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 8 19 9 20 SHELL = /bin/sh … … 61 72 RANLIB = ranlib 62 73 REMOTE = stub 63 VERSION = 3.81 beta174 VERSION = 3.81 64 75 65 76 AUTOMAKE_OPTIONS = 1.2 … … 67 78 bin_PROGRAMS = make$(EXEEXT) 68 79 69 make_SOURCES = ar.c arscan.c commands.c default.c dir.c expand.c file.c function.c getopt.c getopt1.c implicit.c job.c main.c misc.c read.c remake.c rule.c signame.c variable.c version.c vpath.c hash.c remote-$(REMOTE).c80 make_SOURCES = ar.c arscan.c commands.c default.c dir.c expand.c file.c function.c getopt.c getopt1.c implicit.c job.c main.c misc.c read.c remake.c rule.c signame.c strcache.c variable.c version.c vpath.c hash.c remote-$(REMOTE).c 70 81 # This should include the glob/ prefix 71 82 libglob_a_SOURCES = glob/fnmatch.c glob/glob.c glob/fnmatch.h glob/glob.h … … 94 105 LDFLAGS = 95 106 LIBS = 96 make_OBJECTS = ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o variable.o version.o vpath.o hash.o remote-$(REMOTE).o107 make_OBJECTS = ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-$(REMOTE).o 97 108 make_DEPENDENCIES = glob/libglob.a 98 109 make_LDFLAGS = … … 535 546 # --------------- DEPENDENCIES 536 547 # 548 549 # .deps/alloca.Po 537 550 # dummy 551 552 # .deps/ar.Po 553 ar.o ar.o: ar.c make.h config.h \ 554 getopt.h \ 555 gettext.h filedef.h hash.h dep.h \ 556 557 # .deps/arscan.Po 558 arscan.o arscan.o: arscan.c make.h config.h \ 559 getopt.h \ 560 gettext.h \ 561 562 # .deps/commands.Po 563 commands.o commands.o: commands.c make.h config.h \ 564 getopt.h \ 565 gettext.h dep.h filedef.h hash.h variable.h \ 566 job.h commands.h 567 568 # .deps/default.Po 569 default.o default.o: default.c make.h config.h \ 570 getopt.h \ 571 gettext.h filedef.h hash.h variable.h rule.h \ 572 dep.h job.h commands.h 573 574 # .deps/dir.Po 575 dir.o dir.o: dir.c make.h config.h \ 576 getopt.h \ 577 gettext.h hash.h \ 578 579 # .deps/expand.Po 580 expand.o expand.o: expand.c make.h config.h \ 581 getopt.h \ 582 gettext.h filedef.h hash.h \ 583 job.h commands.h \ 584 variable.h rule.h 585 586 # .deps/file.Po 587 file.o file.o: file.c make.h config.h \ 588 getopt.h \ 589 gettext.h dep.h filedef.h \ 590 hash.h job.h commands.h \ 591 variable.h debug.h 592 593 # .deps/function.Po 594 function.o function.o: function.c make.h config.h \ 595 getopt.h \ 596 gettext.h filedef.h hash.h variable.h dep.h \ 597 job.h commands.h debug.h 598 599 # .deps/getloadavg.Po 538 600 # dummy 539 ar.o : \ 540 ar.c make.h config.h \ 541 getopt.h \ 542 gettext.h filedef.h \ 543 hash.h dep.h 544 arscan.o : \ 545 arscan.c make.h config.h \ 546 getopt.h \ 547 gettext.h \ 548 549 commands.o : \ 550 commands.c make.h config.h \ 551 getopt.h \ 552 gettext.h dep.h \ 553 filedef.h hash.h variable.h job.h \ 554 commands.h 555 default.o : \ 556 default.c make.h config.h \ 557 getopt.h \ 558 gettext.h filedef.h \ 559 hash.h variable.h rule.h dep.h job.h \ 560 commands.h 561 dir.o : \ 562 dir.c make.h config.h \ 563 getopt.h \ 564 gettext.h hash.h \ 565 566 expand.o : \ 567 expand.c make.h config.h \ 568 getopt.h \ 569 gettext.h \ 570 filedef.h hash.h job.h \ 571 commands.h variable.h rule.h 572 file.o : \ 573 file.c make.h config.h \ 574 getopt.h \ 575 gettext.h \ 576 dep.h filedef.h hash.h job.h \ 577 commands.h variable.h \ 578 debug.h 579 function.o : \ 580 function.c make.h config.h \ 581 getopt.h \ 582 gettext.h filedef.h \ 583 hash.h variable.h dep.h job.h \ 584 commands.h debug.h 585 getopt.o : \ 586 getopt.c config.h \ 587 588 getopt1.o : \ 589 getopt1.c config.h getopt.h \ 590 591 hash.o : \ 592 hash.c make.h config.h \ 593 getopt.h \ 594 gettext.h hash.h 595 implicit.o : \ 596 implicit.c make.h config.h \ 597 getopt.h \ 598 gettext.h filedef.h \ 599 hash.h rule.h dep.h debug.h 600 job.o : \ 601 job.c make.h config.h \ 602 getopt.h \ 603 gettext.h \ 604 job.h \ 605 debug.h filedef.h hash.h commands.h \ 606 variable.h \ 607 608 loadavg-getloadavg.o : \ 609 getloadavg.c config.h \ 610 make.h \ 611 getopt.h \ 612 gettext.h \ 613 614 main.o : \ 615 main.c make.h config.h \ 616 getopt.h \ 617 gettext.h dep.h \ 618 filedef.h hash.h variable.h job.h \ 619 commands.h rule.h debug.h \ 620 621 misc.o : \ 622 misc.c make.h config.h \ 623 getopt.h \ 624 gettext.h dep.h \ 625 debug.h 626 read.o : \ 627 read.c make.h config.h \ 628 getopt.h \ 629 gettext.h \ 630 dep.h filedef.h hash.h \ 631 job.h commands.h \ 632 variable.h rule.h debug.h 633 remake.o : \ 634 remake.c make.h config.h \ 635 getopt.h \ 636 gettext.h filedef.h \ 637 hash.h job.h \ 638 commands.h dep.h variable.h debug.h 601 602 # .deps/getopt.Po 603 getopt.o getopt.o: getopt.c config.h \ 604 605 # .deps/getopt1.Po 606 getopt1.o getopt1.o: getopt1.c config.h getopt.h \ 607 608 # .deps/hash.Po 609 hash.o hash.o: hash.c make.h config.h \ 610 getopt.h \ 611 gettext.h hash.h 612 613 # .deps/implicit.Po 614 implicit.o implicit.o: implicit.c make.h config.h \ 615 getopt.h \ 616 gettext.h filedef.h hash.h rule.h dep.h debug.h \ 617 variable.h job.h \ 618 commands.h 619 620 # .deps/job.Po 621 job.o job.o: job.c make.h config.h \ 622 getopt.h \ 623 gettext.h job.h \ 624 debug.h filedef.h hash.h \ 625 commands.h variable.h \ 626 627 # .deps/loadavg-getloadavg.Po 628 loadavg-getloadavg.o loadavg-getloadavg.o: getloadavg.c config.h \ 629 make.h \ 630 getopt.h \ 631 gettext.h \ 632 633 # .deps/main.Po 634 main.o main.o: main.c make.h config.h \ 635 getopt.h \ 636 gettext.h dep.h filedef.h hash.h variable.h \ 637 job.h commands.h rule.h \ 638 debug.h getopt.h \ 639 640 # .deps/misc.Po 641 misc.o misc.o: misc.c make.h config.h \ 642 getopt.h \ 643 gettext.h dep.h debug.h 644 645 # .deps/read.Po 646 read.o read.o: read.c make.h config.h \ 647 getopt.h \ 648 gettext.h \ 649 dep.h filedef.h hash.h job.h \ 650 commands.h variable.h rule.h debug.h \ 651 652 # .deps/remake.Po 653 remake.o remake.o: remake.c make.h config.h \ 654 getopt.h \ 655 gettext.h filedef.h hash.h job.h \ 656 commands.h dep.h \ 657 variable.h debug.h 658 659 # .deps/remote-cstms.Po 639 660 # dummy 640 remote-stub.o : \ 641 remote-stub.c make.h config.h \ 642 getopt.h \ 643 gettext.h filedef.h \ 644 hash.h job.h \ 645 commands.h 646 rule.o : \ 647 rule.c make.h config.h \ 648 getopt.h \ 649 gettext.h dep.h \ 650 filedef.h hash.h job.h \ 651 commands.h variable.h rule.h 652 signame.o : \ 653 signame.c make.h config.h \ 654 getopt.h \ 655 gettext.h 656 variable.o : \ 657 variable.c make.h config.h \ 658 getopt.h \ 659 gettext.h dep.h \ 660 filedef.h hash.h job.h \ 661 commands.h variable.h rule.h 662 version.o : \ 663 version.c config.h 664 vpath.o : \ 665 vpath.c make.h config.h \ 666 getopt.h \ 667 gettext.h filedef.h \ 668 hash.h variable.h 661 662 # .deps/remote-stub.Po 663 remote-stub.o remote-stub.o: remote-stub.c make.h config.h \ 664 getopt.h \ 665 gettext.h filedef.h hash.h job.h \ 666 commands.h 667 668 # .deps/rule.Po 669 rule.o rule.o: rule.c make.h config.h \ 670 getopt.h \ 671 gettext.h dep.h filedef.h hash.h job.h \ 672 commands.h variable.h \ 673 rule.h 674 675 # .deps/signame.Po 676 signame.o signame.o: signame.c make.h config.h \ 677 getopt.h \ 678 gettext.h 679 680 # .deps/strcache.Po 681 strcache.o strcache.o: strcache.c make.h config.h \ 682 getopt.h \ 683 gettext.h hash.h 684 685 # .deps/variable.Po 686 variable.o variable.o: variable.c make.h config.h \ 687 getopt.h \ 688 gettext.h dep.h filedef.h \ 689 hash.h job.h commands.h \ 690 variable.h rule.h 691 692 # .deps/version.Po 693 version.o version.o: version.c config.h 694 695 # .deps/vmsjobs.Po 696 # dummy 697 698 # .deps/vpath.Po 699 vpath.o vpath.o: vpath.c make.h config.h \ 700 getopt.h \ 701 gettext.h filedef.h hash.h variable.h
Note:
See TracChangeset
for help on using the changeset viewer.