IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2004, 1:53:51 PM (22 years ago)
Author:
desonia
Message:

modified executable rule to allow prerequisite libraries to be add in the Makefile.Globals file on the LDFLAGS variable.

File:
1 edited

Legend:

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

    r759 r780  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-24 21:04:06 $
     5##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-25 23:53:50 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040
    4141%   : %.o
    42         $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<
     42        $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS)
    4343
    4444%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.