Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

13 linhas
209 B

  1. # $Id: Makefile.am 326 2006-03-06 20:57:14Z sam $
  2. lib_LTLIBRARIES = libkernel.la
  3. libkernel_la_SOURCES = \
  4. kernel.c \
  5. kernel.h \
  6. multiboot.S \
  7. multiboot.h \
  8. $(NULL)
  9. libkernel_la_LDFLAGS = -no-undefined