IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

I am trying to get our Makefiles to work correctly. In order to do so, I
need to do a fresh check-out. This check-in might break things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/Makefile

    r654 r657  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.1 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-13 02:02:24 $
     5##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-13 06:06:34 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030
    3131%   : %.o
    32         $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lpsDataManip -o $@ $<
     32        $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -o $@ $<
    3333
    3434%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.