Pristine Ack-5.5
[Ack-5.5.git] / first / util_comp
1
2 # compiler set for producing runnable binaries (possibly using $(UTIL_HOME)).
3 # This must describe the compiler with which $(UTIL_HOME) has been compiled.
4 # If $(TARGET_HOME) is identical to $(UTIL_HOME), which usually will be
5 # the case, this part does not have to be changed. Otherwise (when you are
6 # cross-compiling ACK), you will have to change this part. Probable
7 # replacements are given in comments. Maybe the installation script
8 # has already changed them, but they should be checked to be sure.
9
10 UCC=$(CC)
11 #UCC=cc#                        # compiler to be used
12
13 UCOPTIONS=$(COPTIONS)
14 #UCOPTIONS=-O#                  # always passed to $(UCC) -c.
15
16 ULDOPTIONS=$(LDOPTIONS)
17 #ULDOPTIONS=#                   # always passed to $(UCC) when linking
18
19 USUF=$(SUF)
20 #USUF=o#                        # suffix of files produced with $(UCC) -c
21
22 ULIBSUF=$(LIBSUF)
23 #ULIBSUF=a#                     # suffix of object libraries for $(UCC)