summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/config/winnt/x-winnt
blob: 36e36b9c1a259ba436fc3671576adaab1ae962e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
STMP_FIXPROTO =
OTHER_FIXINCLUDES_DIRS=${srcdir}
RANLIB = :
RANLIB_TEST = false
OLDCC = cl
MAKE = make
SHELL = sh
SYMLINK = cp
INSTALL = $(srcdir)/install.sh -c
.SUFFIXES: .obj
.c.obj:
	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
.adb.obj:
	$(CC) -c $(ALL_ADAFLAGS) $<
.ads.obj:
	$(CC) -c $(ALL_ADAFLAGS) $<
exeext = .exe
objext = .obj

CC = gcc
CLIB = 
LDFLAGS = 

ld.o: $(srcdir)/config/winnt/ld.c
	$(CC) -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/winnt/ld.c
 
ld.exe: ld.o
	$(CC) -o ld.exe ld.o

oldnames.o: $(srcdir)/config/winnt/oldnames.c
	$(CC) -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/winnt/oldnames.c

spawnv.o: $(srcdir)/config/winnt/spawnv.c
	$(CC) -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/winnt/spawnv.c