Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

23 lignes
343 B

  1. include $(top_srcdir)/build/autotools/common.am
  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.h \
  11. $(NULL)
  12. libkernel_la_LDFLAGS = -no-undefined
  13. clean: clean-local
  14. clean-local:
  15. rm -f bootsect.bin kern.bin kernel.map