# 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@ include @TOP_OBJDIR@/src/config/Makefile.config include @TOP_OBJDIR@/src/config/Makefile.pthread INCLS=${TOP_INCDIR}/afs/gtxobjects.h \ ${TOP_INCDIR}/afs/gtxwindows.h \ ${TOP_INCDIR}/afs/gtxcurseswin.h \ ${TOP_INCDIR}/afs/gtxdumbwin.h \ ${TOP_INCDIR}/afs/gtxX11win.h \ ${TOP_INCDIR}/afs/gtxobjects.h \ ${TOP_INCDIR}/afs/gtxlightobj.h \ ${TOP_INCDIR}/afs/gtxtextobj.h \ ${TOP_INCDIR}/afs/gtxobjdict.h \ ${TOP_INCDIR}/afs/keys.h \ ${TOP_INCDIR}/afs/cellconfig.h \ ${TOP_INCDIR}/afs/cmd.h LIBS=\ $(top_builddir)/src/fsprobe/liboafs_fsprobe.la \ $(top_builddir)/src/gtx/liboafs_gtx.la \ $(top_builddir)/src/rxkad/liboafs_rxkad.la \ $(top_builddir)/src/fsint/liboafs_fsint.la \ $(top_builddir)/src/cmd/liboafs_cmd.la \ $(top_builddir)/src/util/liboafs_util.la \ $(top_builddir)/src/opr/liboafs_opr.la \ $(top_builddir)/src/lwp/liboafs_lwpcompat.la \ $(top_builddir)/src/volser/liboafs_volser.la \ all: scout # # Build targets # scout.o: scout.c ${INCLS} AFS_component_version_number.c scout: scout.o $(LIBS) $(LT_LDRULE_static) scout.o $(LIBS) $(LIB_roken) ${LIB_curses} ${XLIBS} # # Installation targets # install: scout ${INSTALL} -d ${DESTDIR}${bindir} ${INSTALL_PROGRAM} scout ${DESTDIR}${bindir}/scout dest: scout ${INSTALL} -d ${DEST}/bin ${INSTALL_PROGRAM} scout ${DEST}/bin/scout # # Misc targets # clean: $(RM) -f *.o scout core AFS_component_version_number.c include ../config/Makefile.version