Annotation of OpenXM_contrib2/asir2000/gc/include/Makefile.am, Revision 1.1
1.1 ! noro 1: #
! 2: #
! 3: # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
! 4: # OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
! 5: #
! 6: # Permission is hereby granted to use or copy this program
! 7: # for any purpose, provided the above notices are retained on all copies.
! 8: # Permission to modify the code and to distribute modified code is granted,
! 9: # provided the above notices are retained, and a notice that the code was
! 10: # modified is included with the above copyright notice.
! 11: #
! 12: # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
! 13:
! 14: ## Process this file with automake to produce Makefile.in.
! 15:
! 16: # installed headers
! 17: #
! 18: pkginclude_HEADERS = gc.h gc_typed.h gc_inl.h \
! 19: gc_inline.h gc_mark.h gc_cpp.h \
! 20: weakpointer.h gc_alloc.h new_gc_alloc.h \
! 21: gc_allocator.h gc_backptr.h \
! 22: gc_gcj.h gc_local_alloc.h leak_detector.h \
! 23: gc_amiga_redirects.h gc_pthread_redirects.h \
! 24: gc_config_macros.h
! 25:
! 26: # headers which are not installed
! 27: #
! 28: dist_noinst_HEADERS = private/gc_hdrs.h \
! 29: private/gc_priv.h private/gcconfig.h \
! 30: private/gc_pmark.h private/gc_locks.h \
! 31: private/solaris_threads.h private/dbg_mlc.h \
! 32: private/specific.h private/cord_pos.h \
! 33: private/pthread_support.h private/pthread_stop_world.h \
! 34: private/darwin_semaphore.h private/darwin_stop_world.h \
! 35: cord.h ec.h javaxfc.h
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>