/[hurd]/hurd/include/Makefile
ViewVC logotype

Diff of /hurd/include/Makefile

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

revision 1.2 by mib, Sun Jul 14 01:02:41 1996 UTC revision 1.3 by roland, Mon Mar 11 08:43:36 2002 UTC
# Line 1  Line 1 
1  #  # Makefile for include subdirectory.
2  #   Copyright (C) 1996 Free Software Foundation, Inc.  #
3    #   Copyright (C) 1996,2002 Free Software Foundation, Inc.
4  #   Written by Michael I. Bushnell, p/BSG.  #   Written by Michael I. Bushnell, p/BSG.
5  #  #
6  #   This file is part of the GNU Hurd.  #   This file is part of the GNU Hurd.
# Line 21  Line 22 
22  dir := include  dir := include
23  makemode := misc  makemode := misc
24    
25  DIST_FILES = $(notdir $(wildcard $(srcdir)/*.h))  installhdrs := sys/procfs.h
26    
27    LCLHDRS := $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.h $(srcdir)/*/*.h))
28    
29  include ../Makeconf  include ../Makeconf
30    
31    install-headers: $(installhdrs:%=$(includedir)/%)
32    $(includedir)/%: $(srcdir)/%
33            @$(MKINSTALLDIRS) $(@D)
34            $(INSTALL_DATA) $< $@

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