IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2004, 8:43:42 PM (22 years ago)
Author:
gusciora
Message:

I removed the docs target from the install target, because it was driving me
crazy. I fixed some things with psStats.c. I produced the first working
test case for psStats.c

This version of the code only builds with the following:

make
make install
make
make install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile

    r657 r659  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.10 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-13 06:06:33 $
     5##  $Revision: 1.11 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-13 06:43:42 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    140140# the installation
    141141
    142 install: installdirs $(INSTALLTARGETS) docs
     142install: installdirs $(INSTALLTARGETS)
    143143        install *.h $(includedir)
    144144        install $(TARGET_STATIC) $(libexecdir)
Note: See TracChangeset for help on using the changeset viewer.