IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 229


Ignore:
Timestamp:
Mar 12, 2004, 3:17:57 PM (22 years ago)
Author:
rhl
Message:

More misc changes to build all of PSLib

Location:
trunk/archive/pslib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/Makefile

    r204 r229  
    1 # $Id: Makefile,v 1.4 2004-03-10 19:30:03 eugene Exp $
     1# $Id: Makefile,v 1.5 2004-03-13 01:17:57 rhl Exp $
    22SHELL = /bin/sh
    3 DIRS = include
     3DIRS = src include
    44
    5 all: tags
    6 
     5.PHONY : all
     6all :
     7        @for f in $(DIRS); do \
     8                if [ ! -d $$f ]; then \
     9                        echo No such directory: $$f >&2; \
     10                else \
     11                        echo RHL $$f; \
     12                        (cd $$f; $(MAKE)); \
     13                fi \
     14        done
    715
    816.PHONY : tags
  • trunk/archive/pslib/include/Makefile

    r159 r229  
    1 # $Id: Makefile,v 1.1 2004-03-10 00:04:29 price Exp $
     1# $Id: Makefile,v 1.2 2004-03-13 01:17:57 rhl Exp $
     2
     3.PHONY: all
     4all :;
    25
    36clean:
  • trunk/archive/pslib/src/Makefile

    r228 r229  
    77DIRS = Utils Metadata
    88
    9 .PHONY : init
    10 init :
     9.PHONY : all
     10all :
    1111        @for d in $(DIRS); do \
    1212            echo "cd $$d; $(MAKE)"; \
Note: See TracChangeset for help on using the changeset viewer.