Subversion Repositories HelenOS

Rev

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

Rev 3969 Rev 3978
Line 38... Line 38...
38
LIBS = $(LIBC_PREFIX)/libc.a
38
LIBS = $(LIBC_PREFIX)/libc.a
39
 
39
 
40
## Sources
40
## Sources
41
#
41
#
42
 
42
 
43
OUTPUT = fhc
43
OUTPUT = obio
44
SOURCES = \
44
SOURCES = \
45
	fhc.c
45
	obio.c
46
 
46
 
47
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
47
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
48
 
48
 
49
.PHONY: all clean depend disasm
49
.PHONY: all clean depend disasm
50
 
50