make-storedata-use-unsigned-values-so-quota-cant-get-corrupted-20011203
[openafs.git] / src / fsint / Makefile.in
index 2869fe1..e1ebeb6 100644 (file)
@@ -5,44 +5,44 @@
 # License.  For details, see the LICENSE file in the top-level source
 # directory or online at http://www.openafs.org/dl/license10.html
 
-DEST=@DEST@
-TOP_INCDIR=@TOP_INCDIR@
-TOP_LIBDIR=@TOP_LIBDIR@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-bindir=@bindir@
-sbindir=@sbindir@
-libexecdir=@libexecdir@
-libdir=@libdir@
-includedir=@includedir@
-mandir=@mandir@
-afssrvbindir=@afssrvbindir@
-afssrvsbindir=@afssrvsbindir@
-afssrvlibexecdir=@afssrvlibexecdir@
-COMPILE_ET=${TOP_SRCDIR}/comerr/compile_et
-RXGEN=${TOP_SRCDIR}/rxgen/rxgen
-TOP_SRCDIR=@TOP_SRCDIR@
-SYS_NAME=@AFS_SYSNAME@
-
-
-include ../config/Makefile.${SYS_NAME}
-SHELL = /bin/sh
-KERNELDIR = ../libafs/
-UKERNELDIR = ../libuafs/
+srcdir=@srcdir@
+include @TOP_OBJDIR@/src/config/Makefile.config
 
 OBJS=afsaux.o afscbint.cs.o afscbint.ss.o afscbint.xdr.o afsint.cs.o afsint.ss.o afsint.xdr.o
-CFLAGS=${DBUG} -I${TOP_SRCDIR}/config -I${TOP_INCDIR} ${XCFLAGS}
-KDSRCS=Kcallback.ss.c Kcallback.h Kvice.cs.c Kvice.h Kvice.xdr.c afscbint.h \
-afsint.h
-KSRCS=${KDSRCS} afsaux.c
-UKSRCS=${KSRCS}
-UTILS=${RXGEN}
-
-include ../config/Makefile.version
+CFLAGS=-I. -I${srcdir} ${DBUG} -I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} ${XCFLAGS}
 
-noversion: install
+KSRCS=Kcallback.ss.c Kcallback.h Kvice.cs.c Kvice.h Kvice.xdr.c \
+       afscbint.h afsint.h afsaux.c
+UKSRCS=${KSRCS}
 
-all: kinstall ukinstall ${TOP_LIBDIR}/libafsint.a ${TOP_INCDIR}/afs/afsint.h ${TOP_INCDIR}/afs/afscbint.h
+all: \
+       ${TOP_LIBDIR}/libafsint.a \
+       ${TOP_INCDIR}/afs/afsint.h \
+       ${TOP_INCDIR}/afs/afscbint.h \
+       ${KERNELDIR}/afsint \
+       ${KERNELDIR}/afsint/rxgen_consts.h \
+       ${KERNELDIR}/afsint/rx.h \
+       ${KERNELDIR}/afsint/afscbint.h \
+       ${UKERNELDIR}/afsint \
+       ${UKERNELDIR}/afsint/rxgen_consts.h \
+       ${UKERNELDIR}/afsint/rx.h \
+       ${UKERNELDIR}/afsint/afscbint.h \
+       ${KERNELDIR}/afsint/Kcallback.ss.c \
+       ${KERNELDIR}/afsint/Kcallback.h \
+       ${KERNELDIR}/afsint/Kvice.cs.c \
+       ${KERNELDIR}/afsint/Kvice.h \
+       ${KERNELDIR}/afsint/Kvice.xdr.c \
+       ${KERNELDIR}/afsint/afscbint.h \
+       ${KERNELDIR}/afsint/afsint.h \
+       ${KERNELDIR}/afsint/afsaux.c \
+       ${UKERNELDIR}/afsint/Kcallback.ss.c \
+       ${UKERNELDIR}/afsint/Kcallback.h \
+       ${UKERNELDIR}/afsint/Kvice.cs.c \
+       ${UKERNELDIR}/afsint/Kvice.h \
+       ${UKERNELDIR}/afsint/Kvice.xdr.c \
+       ${UKERNELDIR}/afsint/afscbint.h \
+       ${UKERNELDIR}/afsint/afsint.h \
+       ${UKERNELDIR}/afsint/afsaux.c
 
 libafsint.a: ${OBJS} AFS_component_version_number.o
        -$(RM) -f $@
@@ -51,110 +51,173 @@ libafsint.a: ${OBJS} AFS_component_version_number.o
 
 afsaux.o: afsaux.c afsint.h
 
-Kcallback.cs.c: common.xg afscbint.xg Kvice.h Kcallback.h $(UTILS)
-       ${RXGEN} -x -k -C -o Kcallback.cs.c afscbint.xg
+Kcallback.cs.c: common.xg afscbint.xg Kvice.h Kcallback.h
+       ${RXGEN} -x -k -C -o Kcallback.cs.c ${srcdir}/afscbint.xg
+
+Kcallback.ss.c: common.xg afscbint.xg Kvice.h Kcallback.h
+       ${RXGEN} -x -k -S -o Kcallback.ss.c ${srcdir}/afscbint.xg
+
+Kcallback.xdr.c: common.xg afscbint.xg Kvice.h Kcallback.h
+       ${RXGEN} -x -k -y -c -o Kcallback.xdr.c ${srcdir}/afscbint.xg
+
+Kvice.cs.c: common.xg afsint.xg Kvice.h
+       ${RXGEN} -x -k -C -o Kvice.cs.c ${srcdir}/afsint.xg
+
+Kvice.ss.c: common.xg afsint.xg Kvice.h
+       ${RXGEN} -x -k -S -o Kvice.ss.c ${srcdir}/afsint.xg
 
-Kcallback.ss.c: common.xg afscbint.xg Kvice.h Kcallback.h $(UTILS)
-       ${RXGEN} -x -k -S -o Kcallback.ss.c afscbint.xg
+Kvice.xdr.c: common.xg afsint.xg
+       ${RXGEN} -x -k -c -o Kvice.xdr.c ${srcdir}/afsint.xg
 
-Kcallback.xdr.c: common.xg afscbint.xg Kvice.h Kcallback.h $(UTILS)
-       ${RXGEN} -x -k -y -c -o Kcallback.xdr.c afscbint.xg
+Kvice.h: common.xg afsint.xg
+       ${RXGEN} -x -k -h -o Kvice.h ${srcdir}/afsint.xg
 
-Kvice.cs.c: common.xg afsint.xg Kvice.h  $(UTILS)
-       ${RXGEN} -x -k -C -o Kvice.cs.c afsint.xg
+Kcallback.h: common.xg afscbint.xg
+       ${RXGEN} -x -k -h -o Kcallback.h ${srcdir}/afscbint.xg
 
-Kvice.ss.c: common.xg afsint.xg Kvice.h $(UTILS)
-       ${RXGEN} -x -k -S -o Kvice.ss.c afsint.xg
+afscbint.cs.c: common.xg afscbint.xg afsint.h afscbint.h 
+       ${RXGEN} -x -C -o afscbint.cs.c ${srcdir}/afscbint.xg
 
-Kvice.xdr.c: common.xg afsint.xg $(UTILS)
-       ${RXGEN} -x -k -c -o Kvice.xdr.c afsint.xg
+afscbint.ss.c: common.xg afscbint.xg afsint.h afscbint.h
+       ${RXGEN} -x -S -o afscbint.ss.c ${srcdir}/afscbint.xg
 
-Kvice.h: common.xg afsint.xg $(UTILS)
-       ${RXGEN} -x -k -h -o Kvice.h afsint.xg
+afscbint.xdr.c: common.xg afscbint.xg afsint.h afscbint.h
+       ${RXGEN} -x -y -c -o afscbint.xdr.c ${srcdir}/afscbint.xg
 
-Kcallback.h: common.xg afscbint.xg $(UTILS)
-       ${RXGEN} -x -k -h -o Kcallback.h afscbint.xg
+afsint.cs.c: common.xg afsint.xg afsint.h
+       ${RXGEN} -x -C -o afsint.cs.c ${srcdir}/afsint.xg
 
-afscbint.cs.c: common.xg afscbint.xg afsint.h afscbint.h $(UTILS)
-       ${RXGEN} -x -C -o afscbint.cs.c afscbint.xg
+afsint.ss.c: common.xg afsint.xg afsint.h
+       ${RXGEN} -x -S -o afsint.ss.c ${srcdir}/afsint.xg
 
-afscbint.ss.c: common.xg afscbint.xg afsint.h afscbint.h $(UTILS)
-       ${RXGEN} -x -S -o afscbint.ss.c afscbint.xg
+afsint.xdr.c: common.xg afsint.xg
+       ${RXGEN} -x -c -o afsint.xdr.c ${srcdir}/afsint.xg
 
-afscbint.xdr.c: common.xg afscbint.xg afsint.h afscbint.h $(UTILS)
-       ${RXGEN} -x -y -c -o afscbint.xdr.c afscbint.xg
+afsint.h: common.xg afsint.xg
+       ${RXGEN} -x -h -o afsint.h ${srcdir}/afsint.xg
 
-afsint.cs.c: common.xg afsint.xg afsint.h $(UTILS)
-       ${RXGEN} -x -C -o afsint.cs.c afsint.xg
+afscbint.h: common.xg afscbint.xg
+       ${RXGEN} -x -h -o afscbint.h ${srcdir}/afscbint.xg
 
-afsint.ss.c: common.xg afsint.xg afsint.h $(UTILS)
-       ${RXGEN} -x -S -o afsint.ss.c afsint.xg
+#
+# Installation targets
+#
+${TOP_LIBDIR}/libafsint.a: libafsint.a
+       ${INSTALL} $? $@
 
-afsint.xdr.c: common.xg afsint.xg $(UTILS)
-       ${RXGEN} -x -c -o afsint.xdr.c afsint.xg
+${TOP_INCDIR}/afs/afsint.h: afsint.h
+       ${INSTALL} $? $@
 
-afsint.h: common.xg afsint.xg $(UTILS)
-       ${RXGEN} -x -h -o afsint.h afsint.xg
+${TOP_INCDIR}/afs/afscbint.h: afscbint.h
+       ${INSTALL} $? $@
 
-afscbint.h: common.xg afscbint.xg $(UTILS)
-       ${RXGEN} -x -h -o afscbint.h afscbint.xg
+${KERNELDIR}/afsint/rxgen_consts.h: ${TOP_INCDIR}/afs/rxgen_consts.h
+       ${INSTALL} $? $@
 
-system: install
+${KERNELDIR}/afsint/rx.h: ${KERNELDIR}/rx/rx.h
+       ${INSTALL} $? $@
 
-kinstall: ${KSRCS} ${KERNELDIR}/afsint
-       ${INSTALL} $(KSRCS) ${KERNELDIR}/afsint
-       ${INSTALL} ${TOP_INCDIR}/afs/rxgen_consts.h ${KERNELDIR}/afsint
-       -${INSTALL} ${KERNELDIR}/rx/rx.h ${KERNELDIR}/afsint/rx.h
-       ${INSTALL} afscbint.h ${KERNELDIR}/afs
+${KERNELDIR}/afs/afscbint.h: afscbint.h
+       ${INSTALL} $? $@
 
 ${KERNELDIR}/afsint:
        mkdir -p $@
 
-ukinstall webinstall: ${UKERNELDIR}/afsint ${UKSRCS}
-       ${INSTALL} $(UKSRCS) ${UKERNELDIR}/afsint
-       ${INSTALL} ${TOP_INCDIR}/afs/rxgen_consts.h ${UKERNELDIR}/afsint
-       -${INSTALL} ${UKERNELDIR}/rx/rx.h ${UKERNELDIR}/afsint/rx.h
-       ${INSTALL} afscbint.h ${UKERNELDIR}/afs
-
 ${UKERNELDIR}/afsint:
        mkdir -p $@
 
-install:    ${DESTDIR}${libdir}/afs/libafsint.a ${DESTDIR}${includedir}/afs/afsint.h ${DESTDIR}${includedir}/afs/afscbint.h
+${UKERNELDIR}/afsint/rxgen_consts.h: ${TOP_INCDIR}/afs/rxgen_consts.h
+       ${INSTALL} $? $@
 
-clean:
-       $(RM) -f *.o *.cs.c *.ss.c *.er.c afsint.h afsint.xdr.c libafsint.a $(KDSRCS) core AFS_component_version_number.c afscbint.xdr.c
-${DEST}/lib/afs/libafsint.a: libafsint.a
+${UKERNELDIR}/afsint/rx.h: ${UKERNELDIR}/rx/rx.h
        ${INSTALL} $? $@
 
-${DESTDIR}${libdir}/afs/libafsint.a: libafsint.a
+${UKERNELDIR}/afs/afscbint.h: afscbint.h
        ${INSTALL} $? $@
 
+${KERNELDIR}/afsint/Kcallback.ss.c: Kcallback.ss.c
+       ${INSTALL} $? $@
 
-${TOP_LIBDIR}/libafsint.a: libafsint.a
+${KERNELDIR}/afsint/Kcallback.h: Kcallback.h
        ${INSTALL} $? $@
 
+${KERNELDIR}/afsint/Kvice.cs.c: Kvice.cs.c
+       ${INSTALL} $? $@
 
-${DEST}/include/afs/afsint.h: afsint.h
+${KERNELDIR}/afsint/Kvice.h: Kvice.h
        ${INSTALL} $? $@
 
-${DESTDIR}${includedir}/afs/afsint.h: afsint.h
+${KERNELDIR}/afsint/Kvice.xdr.c: Kvice.xdr.c
        ${INSTALL} $? $@
 
+${KERNELDIR}/afsint/afscbint.h: afscbint.h
+       ${INSTALL} $? $@
 
-${TOP_INCDIR}/afs/afsint.h: afsint.h
+${KERNELDIR}/afsint/afsint.h: afsint.h
        ${INSTALL} $? $@
 
+${KERNELDIR}/afsint/afsaux.c: afsaux.c
+       ${INSTALL} $? $@
 
-${DEST}/include/afs/afscbint.h: afscbint.h
+${UKERNELDIR}/afsint/Kcallback.ss.c: Kcallback.ss.c
+       ${INSTALL} $? $@
+
+${UKERNELDIR}/afsint/Kcallback.h: Kcallback.h
+       ${INSTALL} $? $@
+
+${UKERNELDIR}/afsint/Kvice.cs.c: Kvice.cs.c
+       ${INSTALL} $? $@
+
+${UKERNELDIR}/afsint/Kvice.h: Kvice.h
+       ${INSTALL} $? $@
+
+${UKERNELDIR}/afsint/Kvice.xdr.c: Kvice.xdr.c
+       ${INSTALL} $? $@
+
+${UKERNELDIR}/afsint/afscbint.h: afscbint.h
+       ${INSTALL} $? $@
+
+${UKERNELDIR}/afsint/afsint.h: afsint.h
+       ${INSTALL} $? $@
+
+${UKERNELDIR}/afsint/afsaux.c: afsaux.c
+       ${INSTALL} $? $@
+
+install: \
+       ${DESTDIR}${libdir}/afs/libafsint.a \
+       ${DESTDIR}${includedir}/afs/afsint.h \
+       ${DESTDIR}${includedir}/afs/afscbint.h
+
+${DESTDIR}${libdir}/afs/libafsint.a: libafsint.a
+       ${INSTALL} $? $@
+
+${DESTDIR}${includedir}/afs/afsint.h: afsint.h
        ${INSTALL} $? $@
 
 ${DESTDIR}${includedir}/afs/afscbint.h: afscbint.h
        ${INSTALL} $? $@
 
+dest: \
+       ${DEST}/lib/afs/libafsint.a \
+       ${DEST}/include/afs/afsint.h \
+       ${DEST}/include/afs/afscbint.h
 
-${TOP_INCDIR}/afs/afscbint.h: afscbint.h
+${DEST}/lib/afs/libafsint.a: libafsint.a
        ${INSTALL} $? $@
 
+${DEST}/include/afs/afscbint.h: afscbint.h
+       ${INSTALL} $? $@
 
-dest:    ${DEST}/lib/afs/libafsint.a ${DEST}/include/afs/afsint.h ${DEST}/include/afs/afscbint.h
+${DEST}/include/afs/afsint.h: afsint.h
+       ${INSTALL} $? $@
+
+#
+# Misc targets
+#
+
+clean:
+       $(RM) -f *.o *.cs.c *.ss.c *.er.c *.a *.xdr.c core \
+               afsint.h afscbint.h AFS_component_version_number.c 
+
+include ../config/Makefile.version