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

Diff of /hurd/hurd/Makefile

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

revision 1.25 by roland, Sun Jan 24 22:52:59 1999 UTC revision 1.26 by roland, Thu May 23 20:14:46 2002 UTC
# Line 1  Line 1 
1  #  #
2  #   Copyright (C) 1993, 94, 95, 96, 99 Free Software Foundation  #   Copyright (C) 1993,94,95,96,99,2002 Free Software Foundation
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 33  $(includedir)/hurd/%: $(srcdir)/%; $(INS Line 33  $(includedir)/hurd/%: $(srcdir)/%; $(INS
33    
34  $(includedir)/hurd:;mkdir -p $@  $(includedir)/hurd:;mkdir -p $@
35    
36    %.msgids: $(srcdir)/%.defs
37            if grep -q '^subsystem' $<; \
38            then $(CPP) $(CPPFLAGS) $< | $(MIGCOM) -n -list $@; \
39            else > $@; fi
40    hurd.msgids: $(patsubst %.defs,%.msgids,$(filter %.defs,$(INSTHDRS)))
41            cat $^ > $@
42    
43  #  #
44  # The following rules assist in creating an `Xioctl.defs' file  # The following rules assist in creating an `Xioctl.defs' file

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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