IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Make check target only check `our' .h files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Makefile

    r161 r200  
    1818        etags `find . -name \*.[ch] -print`
    1919#
     20# `Our' .h files
     21#
     22HFILES = psArray.h psDlist.h psHash.h psLogMsg.h psMemory.h psMisc.h psTrace.h
     23
     24check :
     25        ../Utilities/bin/check-namespace `find Utils Metadata ../PSLib -name *.[ao] -print` \
     26                `find . -name \*.h -print` \
     27                `echo $(HFILES) | perl -pe 's:(^| ): ../PSLib/include/:g;'`
     28#
    2029clean :
    2130        $(RM) $(PROGS) *.o *.a *.log *.dvi *.aux *.toc *.log *.out *~ core TAGS
Note: See TracChangeset for help on using the changeset viewer.