Subversion Repositories Kolibri OS

Rev

Rev 4763 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4763 Rev 4764
Line 17... Line 17...
17
.asm.o:
17
.asm.o:
18
	$(NASM) $*.asm -o $*.o -f $(ASMFMT)
18
	$(NASM) $*.asm -o $*.o -f $(ASMFMT)
Line 19... Line 19...
19
	
19
	
20
.s.o:
20
.s.o:
21
	$(CPP) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
21
	$(CPP) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
22
	as $*.sx $(AS32OPT) -o $*.o
22
	$(AS) $*.sx $(AS32OPT) -o $*.o
Line 23... Line 23...
23
	$(RM) $*.sx
23
	$(RM) $*.sx
24
 
24
 
25
ATHIS_LIBC_OBJS += $(subst .c,.o,$(filter %.c,$(THIS_SRCS))) \
25
ATHIS_LIBC_OBJS += $(subst .c,.o,$(filter %.c,$(THIS_SRCS))) \