source:
soft/giet_vm/applications/raycast/Makefile
@
  734
        
        | Last change on this file since 734 was 708, checked in by , 10 years ago | |
|---|---|
| File size: 554 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | CC = mipsel-unknown-elf-gcc | 
| 3 | AS = mipsel-unknown-elf-as | 
| 4 | LD = mipsel-unknown-elf-ld | 
| 5 | DU = mipsel-unknown-elf-objdump | 
| 6 | AR = mipsel-unknown-elf-ar | 
| 7 | |
| 8 | APP_NAME = raycast | 
| 9 | |
| 10 | OBJS = disp.o game.o raycast.o | 
| 11 | |
| 12 | LIBS = -L../../build/libs -luser -lmath | 
| 13 | |
| 14 | INCLUDES = -I../../giet_libs -I. -I../.. | 
| 15 | |
| 16 | LIB_DEPS = ../../build/libs/libuser.a ../../build/libs/libmath.a | 
| 17 | |
| 18 | appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) | 
| 19 | $(LD) -o $@ -T $(APP_NAME).ld $(OBJS) $(LIBS) | 
| 20 | $(DU) -D $@ > $@.txt | 
| 21 | |
| 22 | %.o: %.c | 
| 23 | $(CC) $(INCLUDES) $(CFLAGS) -c -o $@ $< | 
| 24 | |
| 25 | clean: | 
| 26 | rm -f *.o *.elf *.elf.txt *.pyc | 
Note: See TracBrowser
        for help on using the repository browser.
    ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)
