]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added Makefile.am for tests/unused.
authorNicholas Nethercote <njn25@cam.ac.uk>
Mon, 23 Sep 2002 16:32:40 +0000 (16:32 +0000)
committerNicholas Nethercote <njn25@cam.ac.uk>
Mon, 23 Sep 2002 16:32:40 +0000 (16:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1102

coregrind/Makefile.am
tests/Makefile.am
tests/unused/Makefile.am [new file with mode: 0644]

index 98a7de9e1c11257607bd9fcefa7522650c51ad4c..e31ee15d93d67445b5591b27b17db29c99e99e97 100644 (file)
@@ -1,5 +1,5 @@
 
-SUBDIRS = demangle .
+SUBDIRS = demangle . docs
 
 CFLAGS = $(WERROR) -DVG_LIBDIR="\"$(libdir)"\" \
                -Winline -Wall -Wshadow -O -fomit-frame-pointer @PREFERRED_STACK_BOUNDARY@ -g
index 6da595ce349fa45fe031f6a0407f92c22f18aa3e..f92830ecff713a340ae4db147ff08e60bf6e1133 100644 (file)
@@ -1,4 +1,6 @@
 
+SUBDIRS = . unused
+
 noinst_SCRIPTS = \
        filter_addresses \
        filter_discards \
diff --git a/tests/unused/Makefile.am b/tests/unused/Makefile.am
new file mode 100644 (file)
index 0000000..8336371
--- /dev/null
@@ -0,0 +1,19 @@
+
+EXTRA_DIST = \
+       oneparam.c      
+       pth_signal2.c
+       pth_threadpool.c        
+       pth_cancel1.c   
+       pth_pause.c     
+       pth_semaphore1.c        
+       pth_signal_gober.c      
+       pth_signal1.c   
+       pth_sigpending.c        
+       pth_simple_mutex.c      
+       pth_simple_threads.c    
+       pth_yield.c
+       signal1.c
+       signal3.c
+       sigwait_all.c
+       twoparams.c
+       twoparams.s