]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - hurd/Makefile
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / hurd / Makefile
index 5d99429f7911c42e84edb1f2a282eef23a68d7e7..1d4038e7f932e1b1ac11b865bd3a7bab1fe6ea5f 100644 (file)
@@ -1,5 +1,4 @@
-# Copyright (C) 1991,92,93,94,95,96,97,98,99,2001,2002,2004
-#      Free Software Foundation, Inc.
+# Copyright (C) 1991-2015 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
 # Lesser General Public License for more details.
 
 # You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
 
 subdir := hurd
 
-all:
-
-# Some things below (but before including Rules) use configuration variables.
 include ../Makeconfig
 
-
 headers = hurd.h $(interface-headers) \
          $(addprefix hurd/,fd.h id.h port.h signal.h sigpreempt.h ioctl.h\
                            userlink.h resource.h threadvar.h lookup.h)
 
 inline-headers = hurd.h $(addprefix hurd/,fd.h signal.h \
-                                         userlink.h threadvar.h port.h)
+                                         userlink.h threadvar.h port.h)
 
 # The RPC interfaces go in a separate library.
 interface-library := libhurduser
@@ -46,7 +40,7 @@ server-interfaces     := hurd/msg faultexc
 
 routines = hurdstartup hurdinit \
           hurdid hurdpid hurdrlimit hurdprio hurdexec hurdselect \
-          hurdlookup lookup-retry \
+          hurdlookup lookup-retry lookup-at \
           get-host set-host \
           path-lookup \
           setauth \
@@ -68,15 +62,12 @@ dtable      = dtable port2fd new-fd alloc-fd intern-fd \
          getdport openport \
          fd-close fd-read fd-write hurdioctl ctty-input ctty-output
 inlines = $(inline-headers:%.h=%-inlines)
-distribute = hurdstartup.h hurdfault.h hurdhost.h \
-            faultexc.defs intr-rpc.defs intr-rpc.h intr-msg.h Notes
 
 # XXX this is a temporary hack; see hurdmalloc.h
 routines += hurdmalloc
-distribute += hurdmalloc.h
 
 # Binary compatibility for libc.so.0.2[GLIBC_2.0].
-ifeq ($(versioning),yes)
+ifeq ($(build-shared),yes)
 routines += compat-20
 endif