IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2004, 5:54:14 PM (22 years ago)
Author:
rhl
Message:

Exclude files with #s in their names from tags/check targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/Makefile

    r182 r197  
    1 # $Id: Makefile,v 1.2 2004-03-10 02:03:16 rhl Exp $
     1# $Id: Makefile,v 1.3 2004-03-10 03:54:14 rhl Exp $
    22SHELL = /bin/sh
    33DIRS = include
     
    88.PHONY : tags
    99tags:
    10         etags `find . \( -name \*.[ch] -o -name \*.cpp \) -print`
     10        etags `find . ! -name \*#\* \( -name \*.[ch] -o -name \*.cpp \) -print`
    1111#
    1212# Assumes that Utilities is checked out one level up
    1313#
    1414check :
    15         ../Utilities/bin/check-namespace -d `find . -name \*.[ha] -print`
     15        ../Utilities/bin/check-namespace -d `find . ! -name \*#\* -name \*.[ha] -print`
    1616
    1717clean:
Note: See TracChangeset for help on using the changeset viewer.