Ignore:
Timestamp:
Oct 1, 2015, 4:09:25 PM (9 years ago)
Author:
alain
Message:

Adapt the following application to the POSIX threads API

  • convol
  • classif
  • raycast
  • coproc
  • display
  • gameoflife
  • transpose
  • shell
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/convol/Makefile

    r589 r708  
     1
     2CC = mipsel-unknown-elf-gcc
     3AS = mipsel-unknown-elf-as
     4LD = mipsel-unknown-elf-ld
     5DU = mipsel-unknown-elf-objdump
     6AR = mipsel-unknown-elf-ar
    17
    28APP_NAME = convol
    39
    4 OBJS= main.o
     10OBJS= convol.o
    511
    612LIBS= -L../../build/libs -luser
    713
    8 INCLUDES = -I../../giet_libs -I. -I../..
     14INCLUDES = -I../../giet_libs -I. -I../.. -I../../giet_xml
    915
    1016LIB_DEPS = ../../build/libs/libuser.a
Note: See TracChangeset for help on using the changeset viewer.