symbian-qemu-0.9.1-12/qemu-symbian-svp/pc-bios/Makefile
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 #
       
     2 # NOTE: only compilable with x86 cross compile tools
       
     3 #
       
     4 include ../config-host.mak
       
     5 
       
     6 DEFINES=
       
     7 
       
     8 TARGETS=
       
     9 
       
    10 all: $(TARGETS)
       
    11 
       
    12 %.o: %.S
       
    13 	$(CC) $(DEFINES) -c -o $@ $<
       
    14 
       
    15 clean:
       
    16 	rm -f $(TARGETS) *.o *~