Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Makefile.am 343 B

12345678910111213141516171819202122
  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