This repository has been archived on 2021-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
kaneton/export/data/snapshot/boot/loader/ibm-pc.ia32/educational/Makefile

51 lines
980 B
Makefile
Raw Normal View History

2013-02-11 21:04:30 +00:00
#
# ---------- 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_)