|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/mnemoc/boehm-gc/install_private_headers.diff
|
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version. A copy of the GNU General Public
|
|
# License can be found at Documentation/COPYING.
|
|
#
|
|
# Many people helped and are helping developing ROCK Linux. Please
|
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
|
|
# file for details.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
--- ./include/Makefile.in.orig 2003-08-30 11:53:46.000000000 -0400
|
|
+++ ./include/Makefile.in 2003-08-30 13:00:06.000000000 -0400
|
|
@@ -124,12 +124,7 @@
|
|
gc_allocator.h gc_backptr.h \
|
|
gc_gcj.h gc_local_alloc.h leak_detector.h \
|
|
gc_amiga_redirects.h gc_pthread_redirects.h \
|
|
- gc_config_macros.h
|
|
-
|
|
-
|
|
-# headers which are not installed
|
|
-#
|
|
-dist_noinst_HEADERS = private/gc_hdrs.h \
|
|
+ gc_config_macros.h private/gc_hdrs.h \
|
|
private/gc_priv.h private/gcconfig.h \
|
|
private/gc_pmark.h private/gc_locks.h \
|
|
private/solaris_threads.h private/dbg_mlc.h \
|
|
@@ -138,6 +133,8 @@
|
|
private/darwin_semaphore.h private/darwin_stop_world.h \
|
|
cord.h ec.h javaxfc.h
|
|
|
|
+dist_noinst_HEADERS =
|
|
+
|
|
subdir = include
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_CLEAN_FILES =
|
|
@@ -168,11 +165,11 @@
|
|
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
|
|
+ $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)/private
|
|
@list='$(pkginclude_HEADERS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
- f="`echo $$p | sed -e 's|^.*/||'`"; \
|
|
- echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
|
|
- $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
|
|
+ echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
|
|
+ $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
|
|
done
|
|
|
|
uninstall-pkgincludeHEADERS:
|