QUARK
0.9.0
QUARK-QUeuingAndRuntimeforKernels
Main Page
Modules
Data Types List
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
make.inc
Go to the documentation of this file.
1
###
2
#
3
# @file Makefile
4
#
5
# PLASMA is a software package provided by Univ. of Tennessee,
6
# Univ. of California Berkeley and Univ. of Colorado Denver
7
#
8
# @version 2.4.5
9
# @author Asim YarKhan
10
# @date 2010-11-15
11
#
12
###
13
14
prefix=./install
15
CC=cc
16
CFLAGS=-O2
17
AR=ar
18
ARFLAGS=cr
19
RANLIB=ranlib
20
LD=${CC}
21
LDLIBS=-lpthread
22
23
.c.o:
24
$(CC) $(CFLAGS) -c $< -o $@
quark-0.9.0
make.inc
Generated on Wed Jun 27 2012 12:20:20 for QUARK by
1.8.1