imapext-2007

diff tools/Makefile @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tools/Makefile	Mon Sep 14 15:17:45 2009 +0900
     1.3 @@ -0,0 +1,36 @@
     1.4 +# ========================================================================
     1.5 +# Copyright 1988-2006 University of Washington
     1.6 +#
     1.7 +# Licensed under the Apache License, Version 2.0 (the "License");
     1.8 +# you may not use this file except in compliance with the License.
     1.9 +# You may obtain a copy of the License at
    1.10 +#
    1.11 +#     http://www.apache.org/licenses/LICENSE-2.0
    1.12 +#
    1.13 +# 
    1.14 +# ========================================================================
    1.15 +
    1.16 +# Program:	Tools Makefile
    1.17 +#
    1.18 +# Author:	Mark Crispin
    1.19 +#		Networks and Distributed Computing
    1.20 +#		Computing & Communications
    1.21 +#		University of Washington
    1.22 +#		Administration Building, AG-44
    1.23 +#		Seattle, WA  98195
    1.24 +#		Internet: MRC@CAC.Washington.EDU
    1.25 +
    1.26 +
    1.27 +CC=cc
    1.28 +RM=rm -f
    1.29 +
    1.30 +
    1.31 +uahelper:
    1.32 +	$(CC) -o uahelper uahelper.c $(LDFLAGS)
    1.33 +
    1.34 +clean:
    1.35 +	sh -c '$(RM) *.o uahelper || true'
    1.36 +
    1.37 +# A monument to a hack of long ago and far away...
    1.38 +love:
    1.39 +	@echo 'not war?'

UW-IMAP'd extensions by yuuji