equal
deleted
inserted
replaced
5 |
5 |
6 UNAME := $(shell uname) |
6 UNAME := $(shell uname) |
7 DEPS_DEBUG = libprofiler |
7 DEPS_DEBUG = libprofiler |
8 CFLAGS = -O2 |
8 CFLAGS = -O2 |
9 CFLAGS_DEBUG = -DDEBUG -DPROG='"volta (debugmode)"' -ggdb -ansi -Wall |
9 CFLAGS_DEBUG = -DDEBUG -DPROG='"volta (debugmode)"' -ggdb -ansi -Wall |
10 LIBS = -lcdb |
10 LIBS = -lcdb -llua -lm |
11 OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) |
11 OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) |
12 |
12 |
13 .PHONY : parsegraph profile clean clobber release |
13 .PHONY : parsegraph profile clean clobber release |
14 |
14 |
15 # Ubuntu: perftools doesn't currently register a .pc file |
15 # Ubuntu: perftools doesn't currently register a .pc file |