IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 780


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.

Location:
trunk/psLib/test
Files:
3 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
  • 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
  • trunk/psLib/test/sysUtils/Makefile

    r762 r780  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.10 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-24 21:33:27 $
     5##  $Revision: 1.11 $  $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
     
    6868
    6969%   : %.o
    70         $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<
     70        $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS)
    7171
    7272%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.