2 include $(TOP)/config/make.cfg
4 # Architecture-dependant files dosboot.c and aros.c are removed
5 # Nothing left here, so the whole thing is commented out.
6 # Revisit or remove this file. - Pavel Fedin <sonic_amiga@rambler.ru>
8 #USER_INCLUDES := -I$(GENINCDIR)
9 #USER_CFLAGS := -I$(TOP)/rom/dos -I..
10 #%build_archspecific \
11 # mainmmake=kernel-dos maindir=rom/dos \
12 # arch=darwin files="dosboot aros"
23 runprocess : runprocess.c ../exec/stackswap.c
24 $(CC) -DTEST -DNO_MAIN $(CFLAGS) -c ../exec/stackswap.c -o ss.o
25 $(CC) -DTEST $(CFLAGS) $< ss.o -o $@