You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
2.2 KiB
57 lines
2.2 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../boehm-gc/install_private_headers.diff |
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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. |
|
# --- SDE-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:
|
|
|