IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2004, 4:03:16 PM (22 years ago)
Author:
rhl
Message:

Added "check" target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/Makefile

    r158 r182  
    1 # $Id: Makefile,v 1.1 2004-03-10 00:04:12 price Exp $
     1# $Id: Makefile,v 1.2 2004-03-10 02:03:16 rhl Exp $
    22SHELL = /bin/sh
    33DIRS = include
     
    99tags:
    1010        etags `find . \( -name \*.[ch] -o -name \*.cpp \) -print`
     11#
     12# Assumes that Utilities is checked out one level up
     13#
     14check :
     15        ../Utilities/bin/check-namespace -d `find . -name \*.[ha] -print`
    1116
    1217clean:
Note: See TracChangeset for help on using the changeset viewer.