Changeset 609 for branches/GNU/src/binutils/gas/makefile.vms
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gas/makefile.vms
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 46 46 write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,macro.obj,ehopt.obj 47 47 48 GASPOBJS = gasp.obj,macro.obj,sb.obj,hash.obj49 50 48 LIBIBERTY = [-.libiberty]libiberty.olb 51 49 … … 60 58 endif 61 59 62 all: config.status $(BFDDEP) as.exe gasp.exe60 all: config.status $(BFDDEP) as.exe 63 61 64 62 as.exe: $(OBJS) $(LIBOPCODES) $(LIBBFD) $(LIBIBERTY) … … 67 65 else 68 66 link$(LFLAGS)/exe=$@ $(OBJS),$(LIBIBERTY)/lib$(LIBS) 69 endif70 71 gasp.exe: $(GASPOBJS) $(LIBBFD) $(LIBIBERTY)72 ifeq ($(ARCH),ALPHA)73 link$(LFLAGS)/exe=$@ $(GASPOBJS),$(LIBBFD)/lib,$(LIBIBERTY)/lib$(LIBS)74 else75 link$(LFLAGS)/exe=$@ $(GASPOBJS),$(LIBIBERTY)/lib$(LIBS)76 67 endif 77 68 … … 109 100 $(CD) [-.gas] 110 101 111 install: as.exe gasp.exe102 install: as.exe 112 103 $(CP) $^ GNU_ROOT\:[BIN] 113 104 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.