projects
/
dyninst.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgrades for performanceConsultant thread.
[dyninst.git]
/
make.config
1
2
IFLAGS = -I. -I../..
3
4
SUFFIX = .C:sC
5
6
VPATH = ../src
7
8
LIBDIR = -L../../../lib/$(PLATFORM)
9
10
YFLAGS = -d
11
12
.SUFFIXES: .I .c .C .o
13
14
DEST = .
15
16
CFLAGS = $(IFLAGS) -g -Wall
17
18
CC = g++
19
20
.C.o:
21
$(CC) -c $(CFLAGS) $<