source: trunk/athena/bin/cal/Imakefile @ 6954

Revision 6954, 419 bytes checked in by probe, 31 years ago (diff)
Initial revision
  • Property svn:executable set to *
Line 
1/*
2 *
3 *      Imakefile for the entire Whatsup Calendar Package
4 *
5 *      Noah Mendelsohn
6 *      Created: 8/26/87
7 *
8 *      $Id: Imakefile,v 1.1 1993-10-12 05:35:43 probe Exp $
9 */
10
11WHATSUPINCLUDES=../include
12CFLAGS=  "-O -I${WHATSUPINCLUDES}"
13LINTFLAGS= "-I${WHATSUPINCLUDES}"
14
15
16#define ISUBDIRS util whatsup postit doc misc
17
18
19
20lint::
21        for i in ${SUBDIR} ; do \
22            (cd $$i; make ${MFLAGS} OLINTFLAGS=${LINTFLAGS} lint;cd ..); done
23
Note: See TracBrowser for help on using the repository browser.