mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
415279457b
The geos-apple target will build that library if it doesn't exist.
15 lines
421 B
Makefile
15 lines
421 B
Makefile
DEPS += ../wrk/$(TARGET)/convert.d
|
|
|
|
../wrk/$(TARGET)/convert.o: TARGET = apple2enh
|
|
|
|
../wrk/$(TARGET)/convert.o: $(SRCDIR)/targetutil/convert.c | ../wrk/$(TARGET)
|
|
$(COMPILE_recipe)
|
|
|
|
../lib/apple2enh.lib:
|
|
@$(MAKE) --no-print-directory apple2enh
|
|
|
|
../targetutil/convert.system: ../wrk/$(TARGET)/convert.o ../lib/apple2enh.lib | ../targetutil
|
|
$(LD) -o $@ -C apple2enh-system.cfg $^
|
|
|
|
$(TARGET): ../targetutil/convert.system
|