|
|
1.1 ! root 1: STMP_FIXPROTO = ! 2: OTHER_FIXINCLUDES_DIRS=${srcdir} ! 3: RANLIB = : ! 4: RANLIB_TEST = false ! 5: OLDCC = cl ! 6: MAKE = make ! 7: SHELL = sh ! 8: SYMLINK = cp ! 9: INSTALL = $(srcdir)/install.sh -c ! 10: .SUFFIXES: .obj ! 11: .c.obj: ! 12: $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< ! 13: .adb.obj: ! 14: $(CC) -c $(ALL_ADAFLAGS) $< ! 15: .ads.obj: ! 16: $(CC) -c $(ALL_ADAFLAGS) $< ! 17: exeext = .exe ! 18: objext = .obj ! 19: ! 20: CC = gcc ! 21: CLIB = ! 22: LDFLAGS = ! 23: ! 24: ld.o: $(srcdir)/config/winnt/ld.c ! 25: $(CC) -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/winnt/ld.c ! 26: ! 27: ld.exe: ld.o ! 28: $(CC) -o ld.exe ld.o ! 29: ! 30: oldnames.o: $(srcdir)/config/winnt/oldnames.c ! 31: $(CC) -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/winnt/oldnames.c ! 32: ! 33: spawnv.o: $(srcdir)/config/winnt/spawnv.c ! 34: $(CC) -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/winnt/spawnv.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.