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/collections/Makefile

    r763 r780  
    33##  Makefile:   test/collections
    44##
    5 ##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-24 21:33:44 $
     5##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-25 23:53:51 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5656
    5757%   : %.o
    58         $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<
     58        $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS)
    5959
    6060%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.