Signed-off-by: Robert Richter <[EMAIL PROTECTED]>
---
 Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 53960c9..84f7086 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,8 @@ ifeq ($(SYS),Linux)
 DIRS +=libpfms
 endif
 
+.PHONY: all clean distclean depend tar tarcvs install install_examples
+
 all: 
        @echo Compiling for \'$(ARCH)\' target
        @set -e ; for d in $(DIRS) ; do $(MAKE) -C $$d $@ ; done
@@ -56,4 +58,6 @@ tarcvs: clean
        a=`basename $$PWD`; cd ..; tar --exclude=CVS -zcf $$a.tar.gz $$a; echo 
generated ../$$a.tar.gz;
 install: 
        @set -e ; for d in $(DIRS) ; do $(MAKE) -C $$d $@ ; done
+install_examples:
+       $(MAKE) -C examples $@
 # DO NOT DELETE
-- 
1.5.3.7



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
perfmon2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to