summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* PR10617: make "make uninstall" workFrank Ch. Eigler2009-09-081-2/+1
| | | | | * Makefile.am (uninstall-local): Don't rm libexecdir but remove doc/exmaples. * Makefile.in: Regenerated.
* Make sure we pick up our own sdt.h, not the (maybe not installed) system one.Mark Wielaard2009-08-031-1/+1
| | | | | * Makefile.am (AM_CPPFLAGS): Add -I$(srcdir)/includes. * Makefile.in: Regenerated.
* Explicitly link with nss3 nspr4 and plc4 when used.Mark Wielaard2009-07-251-4/+4
| | | | | | | | | | | | GNU gold depends on all libraries providing symbols being explicitly linked in (PR 10238). And it is pedantically more correct indeed. * Makefile.am (stap_LD_ADD): Add -lnspr4 when HAVE_NSS. (staprun_LDADD): Likewise. (stap_client_connect_LDADD): Add -lnss3 -lnspr4 -lplc4 when BUILD_SERVER. (stap_server_connect_LDADD): Likewise. * Makefile.in: Regenerated. * aclocal.m4: Likewise.
* PR10209: extend configury for --disable-translatorElliott Baron2009-06-051-16/+26
| | | | | | | | | | | | * configure.ac: Added --disable-translator feature, creates AM_CONDITIONAL BUILD_TRANSLATOR. * Makefile.am: Only build runtime components (staprun, stapio) if BUILD_TRANSLATOR == FALSE. * configure: Regenerated. * Makefile.in: Likewise. * aclocal.m4: Likewise. * config.in: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise.
* Suggest rpms to install using debuginfo-install.William Cohen2009-05-271-2/+2
| | | | | | | | | The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm".
* Move dfwlpp into its own fileJosh Stone2009-05-121-1/+1
| | | | | It's not a terribly clean split, but moving it helps reveals some of the knots that need to be untangled.
* Separate the utrace tapsetJosh Stone2009-05-071-1/+1
|
* Separate task_finder and the itrace tapsetJosh Stone2009-05-071-1/+2
|
* Separate the kernel.mark tapsetJosh Stone2009-05-071-1/+1
|
* Separate the permon tapsetJosh Stone2009-05-071-1/+2
|
* Separate the procfs tapsetJosh Stone2009-05-061-1/+1
|
* Separate the begin/end/error/never tapsetsJosh Stone2009-05-061-1/+1
|
* Separate built-in timer tapsetsJosh Stone2009-05-061-1/+2
| | | | | | All of the timer.* tapsets are now built and handled in their own tapset-timers.cxx, as the first step of many to pare down the current monolithic tapsets.cxx.
* Replace entire default path for stap_exec_prefix.Dave Brolley2009-05-061-1/+1
|
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-4/+14
|
* PR 9821: Use genuine strftime in staprun/stapioMasami Hiramatsu2009-04-221-2/+2
| | | | | | | | | | * Makefile.am: Add -fno-builtin-strftime to stapio_CFLAGS. * Makefile.in: Ditto. * runtime/staprun/common.c (stap_strfloctime): Use strftime(3). (parse_args): Remove strftime format limitation message. * main.cxx (usage): Ditto. * stap.1.in: Ditto. * staprun.8.in: Ditto.
* Finish moving grapher into a subdirectoryTim Moore2009-04-201-2/+2
| | | | | | | | | | * configure.ac (GRAPHER): Configuration prefix for variables defined by PKG_CHECK_MODULES macro. (BUILD_GRAPHER): New conditional variable (enable-grapher): New option (AC_CONFIG_FILES): Add grapher/Makefile * Makefile.am (SUBDIRS): Add grapher * grapher/Makefile.am: New file
* Move grapher to subdirectoryTim Moore2009-04-201-6/+2
|
* graphing widget and test harnessTim Moore2009-04-151-1/+5
|
* PR9953: split up the two process.* tapsetsJosh Stone2009-04-141-1/+1
| | | | | | | The overlapping process.* tapsets are now separated. Those probe points documented in stapprobes(3stap) remain the same. Those that were formerly in stapprobes.process(3stap) have been renamed to kprocess, to reflect their kernel perspective on processes.
* Make install-scripts depend on install-binSCRIPTSEugeniy Meshcheryakov2009-04-061-1/+2
| | | | This is needed for running make with -j. Fixes Debian bug #522800.
* Move man pages from man5 to man3 (3stap).Will Cohen2009-03-241-1/+9
|
* PR9875: Remove sduprobesWenji Huang2009-03-031-5/+0
| | | | | | | | | | | | Impact: cleanup Since sdt.h is in git tree, sduprobes is no longer needed. * Makefile.am: Remove sduprobes. * Makefile.in: Regenerated. * doc/Makefile.in: Ditto. * runtime/sduprobes.c: Removed. Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
* Kill all ChangeLogsJosh Stone2009-02-191-1/+2
| | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together.
* Clean up extraneous build warningsJosh Stone2009-02-191-2/+3
| | | | | | | | | | The testsuite Makefile doesn't have any useful targets except check and installcheck, and those two are invoked directly by the top-level Makefile. So, I'm removing testsuite from automake's SUBDIRS, but keeping it in DIST_SUBDIRS for cleanup. I also renamed our top-level check target to check-local, so it cooperates with automake's check instead of overriding it.
* Move sdt.h to includes/sys and use in tests.Mark Wielaard2009-02-171-2/+3
|
* More security checking for client/server. Set exec_prefix and sysconfdir at ↵Dave Brolley2009-01-301-0/+11
| | | | install time.
* Create PIECFLAGS and PIECXXFLAGS, like PIELDFLAGS.Mark Wielaard2009-01-211-6/+7
|
* Only muck with CPPFLAGS when actually building with bundled elfutils.Mark Wielaard2009-01-211-0/+2
|
* Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean.Mark Wielaard2009-01-211-0/+1
|
* Create the rpm subpackage systemtap-sdt-develStan Cox2009-01-131-0/+3
|
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-01-091-5/+15
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am Makefile.in testsuite/ChangeLog
| * Add --enable-server configure option.Mark Wielaard2009-01-071-5/+17
| |
* | New framework for creating/using certificate databases for client/server.Dave Brolley2009-01-091-18/+0
|/
* COnfigure nss and nspr using PKG_CHECK_MODULES.Dave Brolley2008-12-301-2/+2
|
* Check for existence of $(builddir)/ssl before installing it.Dave Brolley2008-12-301-8/+10
|
* build fix for ssl code: install into $prefix rather than /etcFrank Ch. Eigler2008-12-291-5/+5
|
* Disable automatic building of stamp-ssl for now.Dave Brolley2008-12-261-2/+2
|
* Complete previous commit.Dave Brolley2008-12-241-1/+3
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-3/+30
|
* Add static uprobe support (static library variant)Stan Cox2008-11-171-0/+5
|
* Add a version of uprobes that works with the 2.6.27 version of utrace.Jim Keniston2008-11-031-0/+2
|
* stap-report script packaging & tweaksFrank Ch. Eigler2008-10-171-1/+1
|
* gcc 4.4 build compatibility tweaksFrank Ch. Eigler2008-09-121-2/+2
|
* remove capabilities logic, cont'dFrank Ch. Eigler2008-09-051-5/+9
|
* New man page for the systemtap client/server and related utilities.Dave Brolley2008-08-291-1/+1
|
* Simplified "rpm" target a bit.David Smith2008-08-261-2/+2
| | | | | | | 2008-08-26 David Smith <dsmith@redhat.com> * Makefile.am: Simplified "rpm" target a bit. * Makefile.in: Regenerated.
* Moved tar archive creation step from "rpm" target to "dist-gzip" target.David Smith2008-08-261-1/+4
| | | | | | | | 2008-08-26 David Smith <dsmith@redhat.com> * Makefile.am: Moved tar archive creation step from "rpm" target into "dist-gzip" target. * Makefile.in: Regenerated.
* remove support for "make dist" since git-archive does as well;Frank Ch. Eigler2008-08-251-30/+21
| | | | "make rpm" remains for private testing
* Robustness improvements for the stap client/serverDave Brolley2008-08-251-1/+1
|