IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 590


Ignore:
Timestamp:
May 6, 2004, 8:50:37 AM (22 years ago)
Author:
evanalst
Message:

Updated to add object to common libpslib.a archive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/Makefile

    r577 r590  
    11###############################################################################
    22##
    3 ##  Makefile:   sysUtils
     3##  Makefile:   collections
    44##
    5 ##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-05 20:42:11 $
     5##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-06 18:50:37 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818# Define the two targets to be built
    1919
    20 TARGET_STATIC  = libpsCollections.a
    21 TARGET_DYNAMIC = libpsCollections.$(DLL)
     20TARGET_STATIC  = libpslib.a
     21TARGET_DYNAMIC = libpslib.$(DLL)
    2222
    2323# Include the make global definitions for the project
     
    3737# Define PHONY target "all" which will make all the necessary items
    3838
    39 all: $(TARGET_STATIC) $(TARGET_DYNAMIC)
     39all: $(TARGET_STATIC)
    4040
    4141# Rule to make static library
    4242
    43 libpsCollections.a: $(SRC_OBJS)
     43libpslib.a: $(SRC_OBJS)
    4444# The ar option -r is to add/replace object and -s is to create
    4545# a symbol table in the archive
     
    4848# Rule to make dynamic library
    4949
    50 libpsCollections.$(DLL): $(SRC_OBJS)
    51         $(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o ../$@ 
     50libpslib.$(DLL): $(SRC_OBJS)
     51        $(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o ../$@
    5252
    5353# Define PHONY target "install" which will install necessary files
Note: See TracChangeset for help on using the changeset viewer.