Subversion Repositories Kolibri OS

Rev

Rev 8351 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8351 Rev 8357
Line 17... Line 17...
17
TDEFS+=   "-DSELECT_ARCHITECTURES=&bfd_i386_arch" 
17
TDEFS+=   "-DSELECT_ARCHITECTURES=&bfd_i386_arch" 
18
SRCS = \
18
SRCS = \
19
	archive.c archures.c bfd.c bfdio.c	\
19
	archive.c archures.c bfd.c bfdio.c	\
20
	binary.c cache.c coff-bfd.c coffgen.c cofflink.c	\
20
	binary.c cache.c coff-bfd.c coffgen.c cofflink.c	\
21
	compress.c corefile.c cpu-i386.c	\
21
	compress.c corefile.c cpu-i386.c	\
22
#	dwarf1.c dwarf2.c elf.c	elf32.c		\
22
	dwarf1.c dwarf2.c elf.c	elf32.c		\
23
	dwarf1.c elf.c	elf32.c		\
-
 
24
	elf32-gen.c elf32-i386.c elf-attrs.c	\
23
	elf32-gen.c elf32-i386.c elf-attrs.c	\
25
	elf-eh-frame.c elf-ifunc.c elflink.c	\
24
	elf-eh-frame.c elf-ifunc.c elflink.c	\
26
	elf-nacl.c elf-strtab.c elf-vxworks.c	\
25
	elf-nacl.c elf-strtab.c elf-vxworks.c	\
27
	format.c hash.c ihex.c init.c libbfd.c	\
26
	format.c hash.c ihex.c init.c libbfd.c	\
28
	linker.c merge.c opncls.c pe-i386.c	\
27
	linker.c merge.c opncls.c pe-i386.c	\
Line 43... Line 42...
43
 
42
 
44
%.o : %.c Makefile
43
%.o : %.c Makefile
Line 45... Line 44...
45
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
44
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
46
 
45
 
Line 47... Line 46...
47
dwarf2.o : dwarf2.c Makefile
46
dwarf2.o : dwarf2.c Makefile
48
	$(CC) $(CFLAGS) $(DEFINES) -DDEBUGDIR='"/home/autobuild/tools/win32/lib/debug\"' $(INCLUDES) -o $@ $<
47
	$(CC) $(CFLAGS) $(DEFINES) -DDEBUGDIR="\"/home/autobuild/tools/win32/lib/debug\"" $(INCLUDES) -o $@ $<