kolibrios/data/eng/Makefile.pestrip

12 lines
346 B
Makefile
Raw Normal View History

# This is not a independent Makefile; it is auxiliary file
# included from main Makefile.
# The arguments of macro pestrip_meta_rule:
# $(1) = name of stripped file,
# $(2) = name of input file
define pestrip_meta_rule
$(1): $(2) Makefile.pestrip ../common/pestrip.asm
EXENAME="$$<" fasm ../common/pestrip.asm "$$@"
kpack --nologo "$$@"
endef