/[hurd]/hurd/libpthread/Makefile
ViewVC logotype

Diff of /hurd/libpthread/Makefile

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

revision 1.2 by marco_g, Wed Aug 20 20:40:06 2003 UTC revision 1.3 by neal, Tue Feb 8 15:01:39 2005 UTC
# Line 1  Line 1 
1  #  #
2  #   Copyright (C) 1994,95,96,97,2000,02 Free Software Foundation, Inc.  #   Copyright (C) 1994,95,96,97,2000,02, 2004 Free Software Foundation, Inc.
3  #  #
4  #   This program is free software; you can redistribute it and/or  #   This program is free software; you can redistribute it and/or
5  #   modify it under the terms of the GNU General Public License as  #   modify it under the terms of the GNU General Public License as
# Line 181  install-headers: $(addprefix $(includedi Line 181  install-headers: $(addprefix $(includedi
181  .PHONY: $(libdir)/libpthread.a $(libdir)/libpthread_pic.a  .PHONY: $(libdir)/libpthread.a $(libdir)/libpthread_pic.a
182    
183  # XXX: These rules are a hack.  But it is better than messing with  # XXX: These rules are a hack.  But it is better than messing with
184  # ../Makeconf at the moment.  # ../Makeconf at the moment.  Note that the linker scripts
185    # $(srcdir)/libpthread.a and $(srcdir)/libpthread_pic.a get overwritten
186    # when building in $(srcdir) and not a seperate build directory.
187  $(libdir)/libpthread2.a: $(libdir)/libpthread.a  $(libdir)/libpthread2.a: $(libdir)/libpthread.a
188          mv $< $@          mv $< $@
189          $(INSTALL_DATA) libpthread.a $<          $(INSTALL_DATA) $(srcdir)/libpthread.a $<
190    
191  $(libdir)/libpthread2_pic.a: $(libdir)/libpthread_pic.a  $(libdir)/libpthread2_pic.a: $(libdir)/libpthread_pic.a
192          mv $< $@          mv $< $@
193          $(INSTALL_DATA) libpthread_pic.a $<          $(INSTALL_DATA) $(srcdir)/libpthread_pic.a $<
194    
195  .PHONY: $(addprefix $(includedir)/, $(sysdeps_headers))  .PHONY: $(addprefix $(includedir)/, $(sysdeps_headers))
196    

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26