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.
|
- # $Id: Makefile.am 326 2006-03-06 20:57:14Z sam $
-
- EXTRA_DIST = bootsect.S
-
- lib_LTLIBRARIES = $(libkernel_la)
-
- if USE_KERNEL
- libkernel_la = libkernel.la
- endif
-
- libkernel_la_SOURCES = \
- kernel.c \
- kernel.h \
- multiboot.S \
- multiboot.h \
- $(NULL)
- libkernel_la_LDFLAGS = -no-undefined
- AM_CPPFLAGS = -I$(top_srcdir)
|