Subversion Repositories Kolibri OS

Rev

Rev 5039 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5039 clevermous 1
# This is not a independent Makefile; it is auxiliary file
2
# included from main Makefile.
3
 
4
# The arguments of macro pestrip_meta_rule:
5
# $(1) = name of stripped file,
6
# $(2) = name of input file
7
define pestrip_meta_rule
5044 clevermous 8
$(1): $(2) Makefile.pestrip ../common/pestrip.asm
5039 clevermous 9
	EXENAME="$$<" fasm ../common/pestrip.asm "$$@"
10
	kpack --nologo "$$@"
11
endef