summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-13 20:58:42 +0000
committerRoland McGrath <roland@gnu.org>2002-06-13 20:58:42 +0000
commit3a1409628acbc1fd83710799f1fe60887746d245 (patch)
tree37f3972f1945178ea484dda5d470cd2b144c1869 /libtrivfs
parent4c6fd3cf0e699fdc3844f6a7ec13bd465d548f89 (diff)
2002-06-13 Roland McGrath <roland@frob.com>
* Makefile (mig-sheader-prefix): New variable. (installhdrs): Add trivfs_*_S.h for fs, io, fsys (server stub headers). ($(MIGSTUBS:%Server.o=%.sdefsi)): Give dep $(srcdir)/fsmutations.h.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 7d6cff68..197cca66 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994,95,96,97,99,2001 Free Software Foundation, Inc.
+# Copyright (C) 1994,95,96,97,99,2001,02 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -51,6 +51,9 @@ OBJS= $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS))
LCLHDRS = trivfs.h fsmutations.h priv.h
MIGSFLAGS=-imacros $(srcdir)/fsmutations.h
MIGCOMSFLAGS = -prefix trivfs_
-installhdrs = trivfs.h
+installhdrs := trivfs.h $(patsubst %,trivfs_%_S.h,fs io fsys)
+mig-sheader-prefix = trivfs_
include ../Makeconf
+
+$(MIGSTUBS:%Server.o=%.sdefsi): $(srcdir)/fsmutations.h