# 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 =  du
#
s =  crt0.mer crt0.sep
#
all: $(s) $(c)
#
clean:
        @rm *~ *.o *.ELF *.text  *.rodata *.rodata-space  *.data $(c) 2> /dev/null ; pwd
#
$(s):
        @echo $@.s
        @as -o $@.o $@.s
#
$(c):
        @echo $@.c
        @gcc -O0 -Wall -Werror  -Wno-unused-but-set-variable -g -o $@.o -c $@.c -nostdinc -nostdlib  -nostartfiles -nodefaultlibs -I  -I.  -I/mnt/backup-data/new/os32/lib  -I/mnt/backup-data/new/os32/  -I../include -I../../include  -I../../../include
