mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
592 B
24 lines
592 B
OBJECTS = SysGen.com Survey.com \
|
|
SysCopy.COM Assign.COM Format.COM Talk.COM OSLdr.COM Mode.COM RTC.COM \
|
|
Timer.COM IntTest.COM
|
|
OTHERS = *.hex *.com
|
|
SUBDIRS = XM FDU FAT
|
|
# Tune - left out for now
|
|
DEST = ../../Binary/Apps
|
|
TOOLS =../../Tools
|
|
RELPATH = Source/Apps
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
%.COM: %.asm
|
|
$(TASM) $< $@
|
|
|
|
foo:
|
|
echo treeroot: $(TREEROOT) here: $(HERE) relpath: $(RELPATH1)
|
|
|
|
#diff::
|
|
# -for i in $(OBJECTS) ; do \
|
|
# sf=$$($(CASEFN) $$i) ; df=$$($(CASEFN) $(DIFFTO)/$(RELPATH)/$$i) ; \
|
|
# echo diffing $$sf and $$df ; \
|
|
# diff $$sf $$df ; \
|
|
# done
|
|
|