*** empty log message ***

This commit is contained in:
Søren Sandmann Pedersen
2004-11-17 23:37:44 +00:00
parent 38891db079
commit 3b6a53efaf
6 changed files with 157 additions and 111 deletions

View File

@ -7,7 +7,7 @@ else
CFLAGS := $(shell pkg-config --cflags gtk+-2.0 libglade-2.0) -Wall -g
LIBS := $(shell pkg-config --libs gtk+-2.0 libglade-2.0) -lbfd -liberty
C_FILES := sysprof.c binfile.c stackstash.c watch.c process.c profile.c treeviewutils.c
C_FILES := sysprof.c binfile.c stackstash.c watch.c process.c profile.c treeviewutils.c sfile.c
OBJS := $(addsuffix .o, $(basename $(C_FILES)))
BINARY := sysprof
MODULE := sysprof-module