# Copyright 2000, International Business Machines Corporation and others. # All Rights Reserved. # # This software has been released under the terms of the IBM Public # License. For details, see the LICENSE file in the top-level source # directory or online at http://www.openafs.org/dl/license10.html srcdir=@srcdir@/../ubik include @TOP_OBJDIR@/src/config/Makefile.config INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ HELPER_SPLINT=@HELPER_SPLINT@ CCRULE=${MT_CC} ${CFLAGS} ${MT_CFLAGS} -c $? RX=../rx UTIL=../util LIBOBJS=disk.o remote.o beacon.o recovery.o ubik.o vote.o lock.o phys.o \ ubik_int.cs.o ubik_int.ss.o ubik_int.xdr.o ubikcmd.o \ ubikclient.o uerrors.o uinit.o INCLS=${TOP_INCDIR}/lwp.h ${TOP_INCDIR}/lock.h \ ${TOP_INCDIR}/rx/rx.h ${TOP_INCDIR}/rx/xdr.h \ ${TOP_INCDIR}/lock.h ubik.h ubik_int.h utst_int.h RXOBJS = rx_pthread.o UTILOBJS=assert.o uuid.o serverLog.o fileutil.o netutils.o dirpath.o \ volparse.o flipbase64.o softsig.o hostparse.o snprintf.o pthread_glock.o LIBS=${RXOBJS} ${UTILOBJS} ${TOP_LIBDIR}/libafsrpc.a ${TOP_LIBDIR}/liblwp.a \ ${TOP_LIBDIR}/libcom_err.a ${TOP_LIBDIR}/libcmd.a \ ${TOP_LIBDIR}/libsys.a ${XLIBS} \ ${LDFLAGS} ${MT_LIBS} all: depinstall ${TOP_LIBDIR}/libubik_pthread.a udebug utst_server utst_client depinstall: \ ubik_int.cs.c ubik_int.xdr.c \ ${TOP_INCDIR}/ubik.h \ ${TOP_INCDIR}/ubik_int.h # # get the pthreaded rx stuff compiled here # rx_pthread.o: ${RX}/rx_pthread.c ${CCRULE} -DDPF_FSLOG # # get the pthreaded util stuff compiled here. we do this instead of # using the non-pthreaded libutil.a. There probably should be a # pthreaded version of this library, as we are doing with ubik itself, but... # assert.o: ${UTIL}/assert.c ${CCRULE} uuid.o: ${UTIL}/uuid.c ${CCRULE} serverLog.o: ${UTIL}/serverLog.c ${CCRULE} fileutil.o: ${UTIL}/fileutil.c ${CCRULE} volparse.o: ${UTIL}/volparse.c ${CCRULE} flipbase64.o: ${UTIL}/flipbase64.c ${CCRULE} netutils.o: ${UTIL}/netutils.c ${CCRULE} dirpath.o: ${UTIL}/dirpath.c ${CCRULE} softsig.o: ${UTIL}/softsig.c ${CCRULE} hostparse.o: ${UTIL}/hostparse.c ${CCRULE} snprintf.o: ${UTIL}/snprintf.c ${CCRULE} pthread_glock.o: ${UTIL}/pthread_glock.c ${CCRULE} # # insert comments here # utst_server: utst_server.o utst_int.ss.o utst_int.xdr.o libubik_pthread.a ${RXOBJS} ${UTILOBJS} ${CC} ${CFLAGS} -o utst_server utst_server.o utst_int.ss.o utst_int.xdr.o libubik_pthread.a $(LIBS) utst_client: utst_client.o utst_int.cs.o utst_int.xdr.o libubik_pthread.a ${RXOBJS} ${UTILOBJS} ${CC} ${CFLAGS} -o utst_client utst_client.o utst_int.cs.o utst_int.xdr.o libubik_pthread.a $(LIBS) udebug: udebug.o libubik_pthread.a ${RXOBJS} ${UTILOBJS} ${CC} ${CFLAGS} -o udebug udebug.o libubik_pthread.a $(LIBS) ubik_int.cs.c: ${srcdir}/ubik_int.xg ${RXGEN} -x -C -o $@ ${srcdir}/ubik_int.xg ubik_int.ss.c: ${srcdir}/ubik_int.xg ${RXGEN} -x -S -o $@ ${srcdir}/ubik_int.xg ubik_int.xdr.c: ${srcdir}/ubik_int.xg ${RXGEN} -x -c -o $@ ${srcdir}/ubik_int.xg ubik_int.h: ${srcdir}/ubik_int.xg ${RXGEN} -x -h -o $@ ${srcdir}/ubik_int.xg ubik_int.cs.c: ubik_int.h ubik_int.ss.c: ubik_int.h ubik_int.xdr.c: ubik_int.h Kubik_int.cs.c: ${srcdir}/ubik_int.xg Kubik_int.h ${RXGEN} -x -k -C -o Kubik_int.cs.c ${srcdir}/ubik_int.xg Kubik_int.xdr.c: ${srcdir}/ubik_int.xg ${RXGEN} -x -k -c -o Kubik_int.xdr.c ${srcdir}/ubik_int.xg Kubik_int.h: ${srcdir}/ubik_int.xg ${RXGEN} -x -k -h -o Kubik_int.h ${srcdir}/ubik_int.xg #utst_int.ss.o: utst_int.ss.c utst_int.xdr.c # ${CCRULE} #utst_int.cs.o: utst_int.cs.c utst_int.xdr.c # ${CCRULE} #utst_int.xdr.o: utst_int.xdr.c utst_int.h # ${CCRULE} utst_int.cs.c: ${srcdir}/utst_int.xg ${RXGEN} -C -o $@ ${srcdir}/utst_int.xg utst_int.ss.c: ${srcdir}/utst_int.xg ${RXGEN} -S -o $@ ${srcdir}/utst_int.xg utst_int.xdr.c: ${srcdir}/utst_int.xg ${RXGEN} -c -o $@ ${srcdir}/utst_int.xg utst_int.h: ${srcdir}/utst_int.xg ${RXGEN} -h -o $@ ${srcdir}/utst_int.xg utst_int.cs.c: utst_int.h utst_int.ss.c: utst_int.h utst_int.xdr.c: utst_int.h utst_server.o: ${srcdir}/utst_server.c ${CCRULE} utst_client.o: ${srcdir}/utst_client.c ${CCRULE} udebug.o: ${srcdir}/udebug.c ${CCRULE} # ${CC} ${CFLAGS} -I. -I${TOP_INCDIR} -I${TOP_INCDIR}/afs -c ${srcdir}/udebug.c uerrors.o: uerrors.c ${CCRULE} uerrors.c ubik.h: ${srcdir}/uerrors.et ${srcdir}/ubik.p.h $(RM) -f ubik.h uerrors.c ${COMPILE_ET} -p ${srcdir} uerrors -h ubik libubik_pthread.a: ${INCLS} ${LIBOBJS} AFS_component_version_number.o -$(RM) -f $@ $(AR) crc $@ ${LIBOBJS} AFS_component_version_number.o $(RANLIB) $@ disk.o: ${srcdir}/disk.c ${CCRULE} uinit.o: ${srcdir}/uinit.c ${CCRULE} remote.o: ${srcdir}/remote.c ${CCRULE} beacon.o: ${srcdir}/beacon.c ${CCRULE} lock.o: ${srcdir}/lock.c ${CCRULE} recovery.o: ${srcdir}/recovery.c ${CCRULE} ubik.o: ${srcdir}/ubik.c ${CCRULE} phys.o: ${srcdir}/phys.c ${CCRULE} vote.o: ${srcdir}/vote.c ${CCRULE} ubikcmd.o: ${srcdir}/ubikcmd.c ${CCRULE} ubikclient.o: ${srcdir}/ubikclient.c ${CCRULE} ubik_int.ss.o: ubik_int.ss.c ${CCRULE} ubik_int.cs.o: ubik_int.cs.c ${CCRULE} ubik_int.xdr.o: ubik_int.xdr.c ${CCRULE} utst_int.ss.o: utst_int.ss.c ${CCRULE} utst_int.cs.o: utst_int.cs.c ${CCRULE} utst_int.xdr.o: utst_int.xdr.c ${CCRULE} # # Installation targets # test: all install: \ ${DESTDIR}${libdir}/libubik_pthread.a \ ${DESTDIR}${bindir}/udebug \ ${DESTDIR}${afssrvbindir}/udebug ${DEST}/bin/udebug ${DEST}/root.server/usr/afs/bin/udebug: udebug ${INSTALL} $? $@ ${DEST}/lib/libubik_pthread.a: libubik_pthread.a ${INSTALL} $? $@ ${DEST}/include/ubik.h: ubik.h ${INSTALL} $? $@ ${DEST}/include/ubik_int.h: ubik_int.h ${INSTALL} $? $@ # # Misc. targets # clean: $(RM) -f *.o utst_server utst_client udebug *.a *.cs.c *.ss.c *.xdr.c $(RM) -f utst_int.h ubik_int.h uerrors.c ubik.h core AFS_component_version_number.c Kubik_int.h include ../config/Makefile.version ${DESTDIR}${libdir}/libubik_pthread.a: libubik_pthread.a ${INSTALL} $? $@ ${TOP_LIBDIR}/libubik_pthread.a: libubik_pthread.a ${INSTALL} $? $@ ${DESTDIR}${includedir}/ubik.h: ubik.h ${INSTALL} $? $@ ${TOP_INCDIR}/ubik.h: ubik.h ${INSTALL} $? $@ ${DESTDIR}${includedir}/ubik_int.h: ubik_int.h ${INSTALL} $? $@ ${TOP_INCDIR}/ubik_int.h: ubik_int.h ${INSTALL} $? $@ ${DESTDIR}${bindir}/udebug: udebug ${INSTALL} $? $@ ${DESTDIR}${afssrvbindir}/udebug: udebug ${INSTALL} $? $@ dest: \ ${DEST}/lib/libubik_pthread.a \ ${DEST}/bin/udebug \ ${DEST}/root.server/usr/afs/bin/udebug