2010-02-16 15:41:33 +01:00
|
|
|
# Makefile for libend
|
|
|
|
|
2010-02-24 12:58:05 +01:00
|
|
|
.include "Makefile.inc"
|
|
|
|
|
2010-02-16 15:41:33 +01:00
|
|
|
LIB=end
|
|
|
|
|
|
|
|
SRCS= \
|
2010-03-03 15:27:30 +01:00
|
|
|
edata.S \
|
|
|
|
em_end.S \
|
|
|
|
end.S \
|
|
|
|
etext.S
|
2010-02-16 15:41:33 +01:00
|
|
|
|
2010-02-24 12:58:05 +01:00
|
|
|
.if ${COMPILER_TYPE} == "gnu"
|
2010-02-16 15:41:33 +01:00
|
|
|
.include "${.CURDIR}/gnu/Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <minix.lib.mk>
|