head     1.1;
branch   1.1.1;
access   ;
symbols  unknown:1.1.1.1 orion:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2008.01.09.19.34.17;  author chessman;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2008.01.09.19.34.17;  author chessman;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# Makefile

include $(MK_TEMPLATE_ROOT)/symbol.mk


_MK_CMD=make -f make/$(MK_MAKEFILE).mk

null :
	$(_MK_CMD)

clean:
	$(_MK_CMD) clean

debug:
	$(_MK_CMD) debug

package: etc/$(MK_MAKEFILE).pkg
	make -f $(MK_TEMPLATE)/package.mk build_package

etc/$(MK_MAKEFILE).pkg : make/$(MK_MAKEFILE).mk
	rm -f etc/$(MK_MAKEFILE).pkg
	make -f make/$(MK_MAKEFILE).mk package
	make -f make/$(MK_MAKEFILE).mk package_common

clean_execute:
	$(_MK_CMD) clean_execute

clean_shared:
	$(_MK_CMD) clean_shared

clean_static:
	$(_MK_CMD) clean_static

# end of makefile

@


1.1.1.1
log
@make
@
text
@@
