25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
316 B

  1. # $Id: Makefile.am 326 2006-03-06 20:57:14Z sam $
  2. EXTRA_DIST = bootsect.S
  3. lib_LTLIBRARIES = $(libkernel_la)
  4. if USE_KERNEL
  5. libkernel_la = libkernel.la
  6. endif
  7. libkernel_la_SOURCES = \
  8. kernel.c \
  9. kernel.h \
  10. multiboot.S \
  11. multiboot.h \
  12. $(NULL)
  13. libkernel_la_LDFLAGS = -no-undefined
  14. AM_CPPFLAGS = -I$(top_srcdir)