mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
New non-GUI version, written by Lorenzo Colitti, with some changes by me.
Sat Sep 24 00:01:42 2005 Soeren Sandmann <sandmann@redhat.com> * Nakefile.am, sysprof-text.c: New non-GUI version, written by Lorenzo Colitti, with some changes by me. * signal-handler.[ch]: New files that provide a way to get UNIX signals into a glib main loop. * README: add Lorenzo to credits
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
03feea82e4
commit
e2fb3b2985
24
Makefile.am
24
Makefile.am
@ -1,7 +1,7 @@
|
||||
SUBDIRS = module
|
||||
DIST_SUBDIRS = module
|
||||
|
||||
bin_PROGRAMS = sysprof
|
||||
bin_PROGRAMS = sysprof sysprof-text
|
||||
pkgdata_DATA = sysprof.glade sysprof-icon.png
|
||||
|
||||
sysprof_SOURCES = \
|
||||
@ -22,8 +22,30 @@ sysprof_SOURCES = \
|
||||
watch.h \
|
||||
watch.c
|
||||
|
||||
sysprof_text_SOURCES = \
|
||||
binfile.h \
|
||||
binfile.c \
|
||||
process.h \
|
||||
process.c \
|
||||
profile.h \
|
||||
profile.c \
|
||||
sfile.h \
|
||||
sfile.c \
|
||||
stackstash.h \
|
||||
stackstash.c \
|
||||
module/sysprof-module.h \
|
||||
signal-handler.h \
|
||||
signal-handler.c \
|
||||
sysprof-text.c \
|
||||
treeviewutils.h \
|
||||
treeviewutils.c \
|
||||
watch.h \
|
||||
watch.c
|
||||
|
||||
sysprof_LDADD = $(DEP_LIBS)
|
||||
|
||||
sysprof_text_LDADD = $(DEP_LIBS)
|
||||
|
||||
INCLUDES = \
|
||||
$(DEP_CFLAGS) \
|
||||
-DDATADIR=\"$(pkgdatadir)\" \
|
||||
|
||||
Reference in New Issue
Block a user