Magellan Linux

Diff of /trunk/core/ppl/ppl-0.12.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12581 by niro, Tue Jun 12 14:08:47 2012 UTC revision 12582 by niro, Tue Jun 12 14:32:31 2012 UTC
# Line 62  src_install() Line 62  src_install()
62   then   then
63   # move the header   # move the header
64   all-abis minstallfile src/ppl.hh /usr/include/ppl-$(mabi).hh || die   all-abis minstallfile src/ppl.hh /usr/include/ppl-$(mabi).hh || die
  all-abis minstallfile src/ppl_c.h /usr/include/ppl_c-$(mabi).h || die  
  all-abis minstallfile src/pwl.hh /usr/include/pwl-$(mabi).hh || die  
65   # move the config program   # move the config program
66   all-abis minstallexec src/.libs/ppl-config /usr/bin/ppl-config-$(mabi) || die   all-abis minstallexec src/.libs/ppl-config /usr/bin/ppl-config-$(mabi) || die
67    
# Line 85  src_install() Line 83  src_install()
83    
84  #endif /* __STUB__PPL_HH__ */  #endif /* __STUB__PPL_HH__ */
85  EOF  EOF
  cat > ${BINDIR}/usr/include/ppl_c.h << "EOF"  
 /* ppl_c.h - Stub Header  */  
 #ifndef __STUB__PPL_C_H__  
 #define __STUB__PPL_C_H__  
86    
 #if defined(__x86_64__) || \  
     defined(__sparc64__) || \  
     defined(__arch64__) || \  
     defined(__powerpc64__) || \  
     defined (__s390x__)  
 # include "ppl_c-m64.h"  
 #else  
 # include "ppl_c-m32.h"  
 #endif  
   
 #endif /* __STUB__PPL_C_H__ */  
 EOF  
  cat > ${BINDIR}/usr/include/ppl.hh << "EOF"  
 /* pwl.hh - Stub Header  */  
 #ifndef __STUB__PWL_HH__  
 #define __STUB__PWL_HH__  
   
 #if defined(__x86_64__) || \  
     defined(__sparc64__) || \  
     defined(__arch64__) || \  
     defined(__powerpc64__) || \  
     defined (__s390x__)  
 # include "pwl-m64.hh"  
 #else  
 # include "pwl-m32.hh"  
 #endif  
   
 #endif /* __STUB__PWL_HH__ */  
 EOF  
87   # install the multiarch-wrapper   # install the multiarch-wrapper
88   minstalldir /usr/bin || die   minstalldir /usr/bin || die
89   mlink multiarch-wrapper /usr/bin/ppl-config || die   mlink multiarch-wrapper /usr/bin/ppl-config || die

Legend:
Removed from v.12581  
changed lines
  Added in v.12582