Initial snapshot
This commit is contained in:
commit
fee4dd4e6d
373 changed files with 62144 additions and 0 deletions
47
boot/loader/Makefile
Normal file
47
boot/loader/Makefile
Normal file
|
@ -0,0 +1,47 @@
|
|||
#
|
||||
# ---------- header -----------------------------------------------------------
|
||||
#
|
||||
# project kaneton
|
||||
#
|
||||
# license kaneton
|
||||
#
|
||||
# file /home/mycure/kaneton/boot/loader/Makefile
|
||||
#
|
||||
# created julien quintard [sun jun 10 14:54:43 2007]
|
||||
# updated julien quintard [sat dec 18 11:15:05 2010]
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- dependencies -----------------------------------------------------
|
||||
#
|
||||
|
||||
include ../../environment/env.mk
|
||||
|
||||
#
|
||||
# ---------- directives -------------------------------------------------------
|
||||
#
|
||||
|
||||
.PHONY: main clear prototypes headers
|
||||
|
||||
#
|
||||
# ---------- variables --------------------------------------------------------
|
||||
#
|
||||
|
||||
SUBDIRS := ${_LOADER_DIR_}
|
||||
|
||||
#
|
||||
# ---------- rules ------------------------------------------------------------
|
||||
#
|
||||
|
||||
main:
|
||||
|
||||
clear:
|
||||
for d in $(SUBDIRS) ; do \
|
||||
$(call env_launch,$${d}/Makefile,clear,) ; \
|
||||
done
|
||||
|
||||
$(call env_purge,)
|
||||
|
||||
prototypes:
|
||||
|
||||
headers:
|
50
boot/loader/ibm-pc.ia32/educational/Makefile
Normal file
50
boot/loader/ibm-pc.ia32/educational/Makefile
Normal file
|
@ -0,0 +1,50 @@
|
|||
#
|
||||
# ---------- header -----------------------------------------------------------
|
||||
#
|
||||
# project kaneton
|
||||
#
|
||||
# license kaneton
|
||||
#
|
||||
# file /home/mycure/kane.../loader/ibm-pc.ia32/educational/Makefile
|
||||
#
|
||||
# created julien quintard [tue jun 12 20:34:41 2007]
|
||||
# updated julien quintard [sat feb 5 11:09:53 2011]
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- component --------------------------------------------------------
|
||||
#
|
||||
|
||||
component := loader
|
||||
|
||||
#
|
||||
# ---------- dependencies -----------------------------------------------------
|
||||
#
|
||||
|
||||
include ../../../../environment/env.mk
|
||||
|
||||
#
|
||||
# ---------- directives -------------------------------------------------------
|
||||
#
|
||||
|
||||
.PHONY: main clear prototypes headers
|
||||
|
||||
#
|
||||
# ---------- rules ------------------------------------------------------------
|
||||
#
|
||||
ifeq ($(behaviour),default)
|
||||
|
||||
main:
|
||||
|
||||
prototypes:
|
||||
|
||||
headers:
|
||||
|
||||
dependencies:
|
||||
|
||||
endif
|
||||
#
|
||||
# ---------- dependencies -----------------------------------------------------
|
||||
#
|
||||
|
||||
-include ./$(_DEPENDENCY_MK_)
|
BIN
boot/loader/ibm-pc.ia32/educational/loader
Executable file
BIN
boot/loader/ibm-pc.ia32/educational/loader
Executable file
Binary file not shown.
Reference in a new issue