# 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 MODULE_CFLAGS=$(LDIRS) $(LIBS) all: testproc smail-notifier install: # # Build targets # testproc: testproc.c $(CC) $(AFS_LDFLAGS) $(AFS_CFLAGS) -o testproc testproc.c smail-notifier: smail-notifier.c $(CC) $(AFS_LDFLAGS) $(AFS_CFLAGS) -o smail-notifier smail-notifier.c # # Misc targets # clean: $(RM) -f *.a *.o testproc smail-notifier core dest: