Subversion Repositories DevTools

Rev

Rev 4700 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4700 Rev 4701
Line 1070... Line 1070...
1070
            my( $quoted_srcfile ) = quotemeta( $srcfile );
1070
            my( $quoted_srcfile ) = quotemeta( $srcfile );
1071
 
1071
 
1072
            if ( grep /^$quoted_srcfile$/, @::CSRCS ) {
1072
            if ( grep /^$quoted_srcfile$/, @::CSRCS ) {
1073
                push( @LIBCSRC, $srcfile );
1073
                push( @LIBCSRC, $srcfile );
1074
 
1074
 
1075
            } elsif ( grep /^$quoted_srcfile$/, @::CXXSRC ) {
1075
            } elsif ( grep /^$quoted_srcfile$/, @::CXXSRCS ) {
1076
                push( @LIBCXXSRC, $srcfile );
1076
                push( @LIBCXXSRC, $srcfile );
1077
 
1077
 
1078
            }
1078
            }
1079
        }
1079
        }
1080
    }
1080
    }
Line 1159... Line 1159...
1159
            my( $quoted_srcfile ) = quotemeta( $srcfile );
1159
            my( $quoted_srcfile ) = quotemeta( $srcfile );
1160
 
1160
 
1161
            if ( grep /^$quoted_srcfile$/, @::CSRCS ) {
1161
            if ( grep /^$quoted_srcfile$/, @::CSRCS ) {
1162
                push( @SHLIBCSRC, $srcfile );
1162
                push( @SHLIBCSRC, $srcfile );
1163
 
1163
 
1164
            } elsif ( grep /^$quoted_srcfile$/, @::CXXSRC ) {
1164
            } elsif ( grep /^$quoted_srcfile$/, @::CXXSRCS ) {
1165
                push( @SHLIBCXXSRC, $srcfile );
1165
                push( @SHLIBCXXSRC, $srcfile );
1166
 
1166
 
1167
            }
1167
            }
1168
        }
1168
        }
1169
    }
1169
    }
Line 1236... Line 1236...
1236
            my( $quoted_srcfile ) = quotemeta( $srcfile );
1236
            my( $quoted_srcfile ) = quotemeta( $srcfile );
1237
 
1237
 
1238
            if ( grep /^$quoted_srcfile$/, @::CSRCS ) {
1238
            if ( grep /^$quoted_srcfile$/, @::CSRCS ) {
1239
                push( @PROGCSRC, $srcfile );
1239
                push( @PROGCSRC, $srcfile );
1240
 
1240
 
1241
            } elsif ( grep /^$quoted_srcfile$/, @::CXXSRC ) {
1241
            } elsif ( grep /^$quoted_srcfile$/, @::CXXSRCS ) {
1242
                push( @PROGCXXSRC, $srcfile );
1242
                push( @PROGCXXSRC, $srcfile );
1243
 
1243
 
1244
            }
1244
            }
1245
        }
1245
        }
1246
    }
1246
    }