Fix problems with losing tokens in the jobserver, reported by Grant
[make.git] / makefile.vms
blob6ed86c103ffab1976de9b675c25e72ef2ddc8859
1 # Copyright (C) 1988, 1989, 1996, 1997 Free Software Foundation, Inc.
2 # This file is part of GNU Make.
4 # VMS extensions from GNU Make 3.60 imported by
5 #  Klaus Kämpf (kkaempf@rmi.de)
6 # Modified for version 3.78.1 by Hartmut.Becker@compaq.com.
7 # Modified for version 3.80 by zinser@decus.de
8 # Modified for version 3.81 by Hartmut Becker
10 # GNU Make is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; either version 2, or (at your option)
13 # any later version.
15 # GNU Make is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
20 # You should have received a copy of the GNU General Public License
21 # along with GNU Make; see the file COPYING.  If not, write to
22 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 # Boston, MA 02111-1307, USA.
25 CC = cc
26 CP = copy
28 %.obj: %.c
29         $(CC) $(CFLAGS)/obj=$@ $<
31 #       Makefile for GNU Make
34 ifeq ($(CC),cc)
35 CFLAGS = $(defines) /include=([],[.glob])/prefix=(all,except=(glob,globfree))/standard=relaxed
36 else
37 CFLAGS = $(defines) /include=([],[.glob])
38 endif
39 #LDFLAGS = /deb
40 LDFLAGS =
42 ifeq ($(CC),cc)
43 defines = /define=("unlink=remove","HAVE_CONFIG_H","VMS","allocated_variable_expand_for_file=alloc_var_expand_for_file")
44 else
45 ifeq ($(ARCH),VAX)
46 defines = /define=("HAVE_CONFIG_H","GCC_IS_NATIVE","VAX")
47 else
48 defines = /define=("HAVE_CONFIG_H","GCC_IS_NATIVE")
49 endif
50 endif
52 LOAD_AVG = /define="NO_LDAV"
54 # If you don't want archive support, comment these out.
55 ARCHIVES = ,ar.obj,arscan.obj
56 ARCHIVES_SRC = ar.c arscan.c
58 # If your system needs extra libraries loaded in, define them here.
59 # System V probably need -lPW for alloca.
60 # if on vax, uncomment the following line
61 #LOADLIBES = ,c.opt/opt
62 ifeq ($(CC),cc)
63 #LOADLIBES =,sys$$library:vaxcrtl.olb/lib
64 CRT0 =
65 else
66 LOADLIBES =,gnu_cc_library:libgcc.olb/lib
67 endif
69 # If your system doesn't have alloca, or the one provided is bad,
70 # get it from the Emacs distribution and define these.
71 #ALLOCA = ,alloca.obj
72 #ALLOCASRC = alloca.c
74 # If there are remote execution facilities defined,
75 # enable them with switches here (see remote-*.c).
76 REMOTE =
78 # Any extra object files your system needs.
79 extras = ,signame.obj,remote-stub.obj,vmsfunctions.obj,vmsify.obj
80 #,directory.obj
81 # as an alternative:
82 glob = ,[.glob]glob.obj,[.glob]fnmatch.obj
83 getopt = ,getopt.obj,getopt1.obj
84 # Directory to install `make' in.
85 bindir = []
86 # Directory to install the man page in.
87 mandir = []
88 # Number to put on the man page filename.
89 manext = 1
91 objs = commands.obj,job.obj,dir.obj,file.obj,misc.obj,hash.obj,\
92        main.obj,read.obj,remake.obj,rule.obj,implicit.obj,\
93        default.obj,variable.obj,expand.obj,function.obj,\
94        vpath.obj,version.obj$(ARCHIVES)$(ALLOCA)$(extras)$(getopt)$(glob)
95 srcs = commands.c job.c dir.c file.c misc.c  hash.c\
96         main.c read.c remake.c rule.c implicit.c \
97         default.c variable.c expand.c function.c \
98         vpath.c version.c vmsfunctions.c vmsify.c $(ARCHIVES_SRC) $(ALLOCASRC) \
99         commands.h dep.h filedef.h job.h make.h rule.h variable.h
102 .PHONY: all doc
103 all: config.h make.exe
105 doc: make.info make.dvi
108 make.exe: $(objs)
109         $(LD)$(LDFLAGS)/exe=$@ $^$(LOADLIBES)$(CRT0)
111 .PHONY: clean realclean
112 clean:
113         $$ purge [...]
114         -$(RM) make.exe;,*.obj;
115         -$(RM) [.glob]*.obj;
117 # Automatically generated dependencies.
118 commands.obj: commands.c make.h dep.h commands.h filedef.h variable.h job.h
119 job.obj: job.c make.h commands.h job.h filedef.h variable.h
120 dir.obj: dir.c make.h
121 file.obj: file.c make.h commands.h dep.h filedef.h variable.h
122 misc.obj: misc.c make.h dep.h
123 hash.obj: hash.c make.h hash.h
124 main.obj: main.c make.h commands.h dep.h filedef.h variable.h job.h
125 read.obj: read.c make.h commands.h dep.h filedef.h variable.h
126 remake.obj: remake.c make.h commands.h job.h dep.h filedef.h
127 rule.obj: rule.c make.h commands.h dep.h filedef.h variable.h rule.h
128 implicit.obj: implicit.c make.h rule.h dep.h filedef.h
129 default.obj: default.c make.h rule.h dep.h filedef.h commands.h variable.h
130 variable.obj: variable.c make.h commands.h variable.h dep.h filedef.h
131 expand.obj: expand.c make.h commands.h filedef.h variable.h
132 function.obj: function.c make.h variable.h dep.h commands.h job.h
133 vpath.obj: vpath.c make.h filedef.h variable.h
134 version.obj: version.c config.h
135 arscan.obj: arscan.c
136 ar.obj: ar.c make.h filedef.h
137 signame.obj: signame.c
138 remote-stub.obj: remote-stub.c
139 [.glob]glob.obj: [.glob]glob.c
140 [.glob]fnmatch.obj: [.glob]fnmatch.c
141 getopt.obj: getopt.c
142 getopt1.obj: getopt1.c
143 vmsfunctions.obj: vmsfunctions.c make.h vmsdir.h
144 vmsify.obj: vmsify.c make.h
146 config.h: config.h-vms
147         $(CP) $< $@