/[PAMELA software]/chewbacca/event/Makefile
ViewVC logotype

Diff of /chewbacca/event/Makefile

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

revision 1.1 by mocchiut, Tue Sep 23 07:19:54 2008 UTC revision 1.2 by mocchiut, Tue Sep 23 07:57:55 2008 UTC
# Line 1  Line 1 
1  #*****************************************************************************  #*****************************************************************************
2  #  #
3  # FILE NAME:    $Id: Makefile,v 1.5 2008-04-02 13:30:54 messineo Exp $      # FILE NAME:    $Id: Makefile,v 1.1.1.1 2008/09/23 07:19:54 mocchiut Exp $    
4  # VERSION:        # VERSION:      
5  # AUTHOR:       Nergal S.r.l.  # AUTHOR:       Nergal S.r.l.
6  # DATE:  # DATE:
# Line 96  static: libyoda.a Line 96  static: libyoda.a
96    
97  libyoda.so.0.0.0: $(TARGETLIB) $(EXTLIB)  libyoda.so.0.0.0: $(TARGETLIB) $(EXTLIB)
98          $(CXX) \          $(CXX) \
99          $PAM_BIT -o $@ \          $(PAM_BIT) -o $@ \
100          -shared -nostdlib \          -shared -nostdlib \
101          -Wl,-soname \          -Wl,-soname \
102          -Wl,libyoda.so.0 \          -Wl,libyoda.so.0 \
         -Wl,--whole-archive \  
103          /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crti.o  \          /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crti.o  \
104          /usr/lib/gcc/i386-redhat-linux/3.4.6/crtbeginS.o \          /usr/lib/gcc/i386-redhat-linux/3.4.6/crtbeginS.o \
105          /usr/lib/gcc/i386-redhat-linux/3.4.6/crtendS.o \          /usr/lib/gcc/i386-redhat-linux/3.4.6/crtendS.o \
106          /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crtn.o \          /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crtn.o \
107            -Wl,--whole-archive \
108          $^ \          $^ \
109          -Wl,--no-whole-archive          -Wl,--no-whole-archive
110    
# Line 119  libyoda.a: $(TARGETLIB) $(EXTLIB) Line 119  libyoda.a: $(TARGETLIB) $(EXTLIB)
119          /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crti.o  \          /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crti.o  \
120          /usr/lib/gcc/i386-redhat-linux/3.4.6/crtbeginS.o \          /usr/lib/gcc/i386-redhat-linux/3.4.6/crtbeginS.o \
121          /usr/lib/gcc/i386-redhat-linux/3.4.6/crtendS.o \          /usr/lib/gcc/i386-redhat-linux/3.4.6/crtendS.o \
122          /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crtn.o \          /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crtn.o
123  #       $(AR) -scrv libyoda.a *.o    #       $(AR) -scrv libyoda.a *.o  
124    
125    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23