Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1689 → Rev 379

/shark/trunk/ports/didma/Makefile
File deleted
/shark/trunk/ports/didma/makefile
0,0 → 1,18
# The DIDMA library
 
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = didma
 
OBJS_PATH = $(BASE)/ports/didma
 
# Object files
OTHERINCL=-I ./include
OBJS = didma.o
 
include $(BASE)/config/lib.mk