Home | History | Annotate | Download | only in include
      1 
      2 # The "nobase" means that the vki/ path on some of them will be preserved
      3 # when they are installed into $(includedir)/valgrind.
      4 nobase_pkginclude_HEADERS = \
      5 	pub_tool_basics.h 		\
      6 	pub_tool_basics_asm.h 		\
      7 	pub_tool_aspacehl.h 		\
      8 	pub_tool_aspacemgr.h 		\
      9 	pub_tool_clientstate.h		\
     10 	pub_tool_clreq.h		\
     11 	pub_tool_cpuid.h 		\
     12 	pub_tool_debuginfo.h 		\
     13 	pub_tool_errormgr.h 		\
     14 	pub_tool_execontext.h 		\
     15 	pub_tool_gdbserver.h 		\
     16 	pub_tool_hashtable.h 		\
     17 	pub_tool_libcbase.h 		\
     18 	pub_tool_libcassert.h 		\
     19 	pub_tool_libcfile.h 		\
     20 	pub_tool_libcprint.h 		\
     21 	pub_tool_libcproc.h 		\
     22 	pub_tool_libcsetjmp.h 		\
     23 	pub_tool_libcsignal.h 		\
     24 	pub_tool_machine.h 		\
     25 	pub_tool_mallocfree.h 		\
     26 	pub_tool_options.h 		\
     27 	pub_tool_oset.h 		\
     28 	pub_tool_redir.h		\
     29 	pub_tool_replacemalloc.h	\
     30 	pub_tool_seqmatch.h		\
     31 	pub_tool_signals.h 		\
     32 	pub_tool_sparsewa.h		\
     33 	pub_tool_stacktrace.h 		\
     34 	pub_tool_threadstate.h 		\
     35 	pub_tool_tooliface.h 		\
     36 	pub_tool_vki.h			\
     37 	pub_tool_vkiscnums.h		\
     38 	pub_tool_vkiscnums_asm.h	\
     39 	pub_tool_wordfm.h		\
     40 	pub_tool_xarray.h		\
     41 	valgrind.h			\
     42 	vki/vki-linux.h			\
     43 	vki/vki-darwin.h		\
     44 	vki/vki-posixtypes-amd64-linux.h \
     45 	vki/vki-posixtypes-ppc32-linux.h \
     46 	vki/vki-posixtypes-ppc64-linux.h \
     47 	vki/vki-posixtypes-x86-linux.h	 \
     48 	vki/vki-posixtypes-arm-linux.h	 \
     49 	vki/vki-posixtypes-s390x-linux.h \
     50 	vki/vki-amd64-linux.h		\
     51 	vki/vki-ppc32-linux.h		\
     52 	vki/vki-ppc64-linux.h		\
     53 	vki/vki-x86-linux.h		\
     54 	vki/vki-arm-linux.h		\
     55 	vki/vki-s390x-linux.h		\
     56 	vki/vki-scnums-amd64-linux.h	\
     57 	vki/vki-scnums-ppc32-linux.h	\
     58 	vki/vki-scnums-ppc64-linux.h	\
     59 	vki/vki-scnums-x86-linux.h	\
     60 	vki/vki-scnums-arm-linux.h	\
     61 	vki/vki-scnums-s390x-linux.h	\
     62 	vki/vki-scnums-darwin.h
     63