Subversion Repositories shark

Rev

Rev 1681 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
141 trimarchi 1
# The DIDMA library
2
 
3
ifndef BASE
4
BASE=../..
5
endif
6
 
7
include $(BASE)/config/config.mk
8
 
9
LIBRARY = didma
10
 
11
OBJS_PATH = $(BASE)/ports/didma
12
 
13
# Object files
14
OTHERINCL=-I ./include
15
OBJS = didma.o
16
 
17
include $(BASE)/config/lib.mk
18