]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - mk-0th.awk
ncurses 5.9 - patch 20111210
[ncurses.git] / mk-0th.awk
index fe91cca689f65883f5eb2fe3e3a9f72a294d722a..5a0bf4583ad8c2a0a818a6d7c211d569b33b2517 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: mk-0th.awk,v 1.17 2005/01/22 16:31:40 tom Exp $
+# $Id: mk-0th.awk,v 1.18 2010/01/09 21:45:41 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2004,2005 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2005,2010 Free Software Foundation, Inc.                #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -27,7 +27,7 @@
 # authorization.                                                             #
 ##############################################################################
 #
-# Author: Thomas E. Dickey <dickey@clark.net> 1996,1997
+# Author: Thomas E. Dickey 1996-on
 #
 # Generate list of sources for a library, together with lint/lintlib rules
 #
 #      subsets (is used here to decide if wide-character code is used)
 #
 BEGIN  {
+               which = libname;
                using = 0;
                found = 0;
        }
+       /^@/ {
+               which = $0;
+       }
        !/^[@#]/ {
                if (using == 0)
                {
@@ -57,7 +61,11 @@ BEGIN        {
                        print  ""
                        using = 1;
                }
-               if ( $0 != "" && $1 != "link_test" )
+               if (which ~ /port_/ )
+               {
+                       # skip win32 source
+               }
+               else if ( $0 != "" && $1 != "link_test" )
                {
                        if ( found == 0 )
                        {