pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Add some more relevant directories to PRINT_PLIS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24df657ace0e
branches:  trunk
changeset: 481158:24df657ace0e
user:      rh <rh%pkgsrc.org@localhost>
date:      Mon Sep 27 00:36:32 2004 +0000

description:
Add some more relevant directories to PRINT_PLIST_AWK.

diffstat:

 devel/gnustep-base/buildlink3.mk |  40 +++++++++++++++-
 devel/gnustep-make/buildlink3.mk |  98 ++++++++++++++++++++++++++++++++++++---
 2 files changed, 128 insertions(+), 10 deletions(-)

diffs (166 lines):

diff -r 7c7205fcad7c -r 24df657ace0e devel/gnustep-base/buildlink3.mk
--- a/devel/gnustep-base/buildlink3.mk  Mon Sep 27 00:32:18 2004 +0000
+++ b/devel/gnustep-base/buildlink3.mk  Mon Sep 27 00:36:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/09/24 01:56:53 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2004/09/27 00:36:32 rh Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GNUSTEP_BASE_BUILDLINK3_MK:=   ${GNUSTEP_BASE_BUILDLINK3_MK}+
@@ -14,6 +14,44 @@
 BUILDLINK_DEPENDS.gnustep-base+=       gnustep-base>=1.9.1
 BUILDLINK_RECOMMENDED.gnustep-base+=   gnustep-base>=1.10.0
 BUILDLINK_PKGSRCDIR.gnustep-base?=     ../../devel/gnustep-base
+
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers\/Foundation$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers\/GNUstepBase$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers\/GNUstepBase\/unicode$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers\/gnustep$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers\/gnustep\/base$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers\/gnustep\/unicode$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/English.lproj$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/French.lproj$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/German.lproj$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/Italian.lproj$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/Languages$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/NSCharacterSets$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/NSTimeZones$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/NSTimeZones\/zones$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/DTDs$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Documentation\/man\/man1$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Documentation\/man\/man8$$/ { print "@comment in devel/gnustep-base: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/DTDs$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Documentation\/man\/man1$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Documentation\/man\/man8$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/Foundation$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/GNUstepBase$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/GNUstepBase\/unicode$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/gnustep$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/gnustep\/base$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/gnustep\/unicode$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/English.lproj$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/French.lproj$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/German.lproj$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/Italian.lproj$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/Languages$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/NSCharacterSets$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/NSTimeZones$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-base\/NSTimeZones\/zones$$/ { next; }
+
 .endif # GNUSTEP_BASE_BUILDLINK3_MK
 
 .include "../../converters/libiconv/buildlink3.mk"
diff -r 7c7205fcad7c -r 24df657ace0e devel/gnustep-make/buildlink3.mk
--- a/devel/gnustep-make/buildlink3.mk  Mon Sep 27 00:32:18 2004 +0000
+++ b/devel/gnustep-make/buildlink3.mk  Mon Sep 27 00:36:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2004/09/20 14:50:28 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2004/09/27 00:36:32 rh Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GNUSTEP_MAKE_BUILDLINK3_MK:=   ${GNUSTEP_MAKE_BUILDLINK3_MK}+
@@ -19,14 +19,94 @@
 BUILDLINK_LIBDIRS.gnustep-make=        lib ${GNUSTEP_BLDIRS}
 BUILDLINK_INCDIRS.gnustep-make=        include ${GNUSTEP_BIDIRS}
 
-PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Applications$$/ { print "@comment in gnustep-make: " $$0; next; }
-PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Headers$$/ { print "@comment in gnustep-make: " $$0; next; }
-PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library$$/ { print "@comment in gnustep-make: " $$0; next; }
-PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Headers$$/ { print "@comment in gnustep-make: " $$0; next; }
-PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Libraries$$/ { print "@comment in gnustep-make: " $$0; next; }
-PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library$$/ { print "@comment in gnustep-make: " $$0; next; }
-PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers$$/ { print "@comment in gnustep-make: " $$0; next; }
-PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries$$/ { print "@comment in gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Applications$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Bundles$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Frameworks$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Headers$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Libraries$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Network$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Applications$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/ApplicationSupport$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Bundles$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/ColorPickers$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Colors$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/DocTemplates$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Documentation$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Documentation\/Developer$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Documentation\/User$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Documentation\/info$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Documentation\/man$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Fonts$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Frameworks$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Images$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/KeyBindings$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Java$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Makefiles$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Makefiles\/Additional$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Makefiles\/Auxiliary$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Makefiles\/Instance$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Makefiles\/Instance\/Documentation$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Makefiles\/Instance\/Shared$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Makefiles\/Master$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/PostScript$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Services$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Sounds$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Tools$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Tools\/Java$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Tools\/Resources$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/share$$/ { print "@comment in devel/gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/Local$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/Local\/Applications$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/Local\/Library$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/Local\/Library\/Bundles$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/Local\/Library\/Frameworks$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/Local\/Library\/Headers$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/Local\/Library\/Libraries$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/Network$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Applications$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/ApplicationSupport$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Bundles$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/ColorPickers$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Colors$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/DocTemplates$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Documentation$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Documentation\/Developer$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Documentation\/User$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Documentation\/info$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Documentation\/man$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Fonts$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Frameworks$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Images$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/KeyBindings$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Java$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Makefiles$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Makefiles\/Additional$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Makefiles\/Auxiliary$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Makefiles\/Instance$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Makefiles\/Instance\/Documentation$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Makefiles\/Instance\/Shared$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Makefiles\/Master$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/PostScript$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Services$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Sounds$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Tools$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Tools\/Java$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Tools\/Resources$$/ { next; }
+PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/share$$/ { next; }
 
 .endif # GNUSTEP_MAKE_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index