* config/monitor.exp: Detect the "Couldn't establish connection"
[deliverable/binutils-gdb.git] / makefile.vms
CommitLineData
c9b727f9
ILT
1#
2# makefile for bfd, binutils and gas
3#
4# Created by Klaus K"ampf (kkaempf@progis.de)
5#
6# You must use Version 3.75p (proGIS enhanced) of GNU Make
7#
8#
9CC = gcc
10
11all:
12 $$ @setup
13 $(CD) [.bfd]
14 gmake "CC=$(CC)"
15 $(CD) [-.opcodes]
16 gmake "CC=$(CC)"
17 $(CD) [-.libiberty]
18 gmake "CC=$(CC)"
19 $(CD) [-.binutils]
20 gmake "CC=$(CC)"
21 $(CD) [-.gas]
22 $$ @conf-a-gas
23 gmake "CC=$(CC)"
24 $(CD) [-]
25
26clean:
27 $(CD) [.bfd]
28 gmake clean
29 $(CD) [-.opcodes]
30 gmake clean
31 $(CD) [-.libiberty]
32 gmake clean
33 $(CD) [-.binutils]
34 gmake clean
35 $(CD) [-.gas]
36 gmake clean
37 $(CD) [-]
38
This page took 0.024954 seconds and 4 git commands to generate.