# This file was made automatically
# by the script `makeit\', based on the
# directory content.
# Please use `makeit\' to compile and
# `makeit clean\' to clean directories.
#
c =  banner basename cksum cut dirname sum uniq wc
#
s =  crt0
#
all: $(s) $(c)
#
clean:
        @rm $(c) $(s) *.o *.assembler 2> /dev/null ; true
        @rm *.symbols 2> /dev/null     ; true
        @pwd
#
$(c):
        @echo $@.c
        @gcc -Wall -c -o $@.o  -I  -I.  -I/mnt/backup-data/new/os16/lib  -I/mnt/backup-data/new/os16/  $@.c
        @rm $@.o
        @bcc -ansi -0 -Mc -S -o $@.assembler  -I  -I.  -I/mnt/backup-data/new/os16/lib  -I/mnt/backup-data/new/os16/  $@.c
        @bcc -ansi -0 -Mc -c -o $@.o  -I  -I.  -I/mnt/backup-data/new/os16/lib  -I/mnt/backup-data/new/os16/  $@.c
#
$(s):
        @echo $@.s
        @as86 -u -0 -o $@.o -s $@.symbols $@.s
