Makefile
changeset 22 822094314703
parent 18 d4ce82194b64
child 24 d3b6f9ccbe20
equal deleted inserted replaced
21:3510b50c6694 22:822094314703
     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