IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2004, 1:25:19 PM (22 years ago)
Author:
evanalst
Message:

Update to build both static and dynamic libraries.

File:
1 edited

Legend:

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

    r593 r596  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-06 18:59:41 $
     5##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-06 23:24:38 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1919
    2020TARGET_STATIC  = libpslib.a
    21 #TARGET_DYNAMIC = libpslib.$(DLL)
    2221
    2322# Include the make global definitions for the project
     
    4645        $(AR) rcs ../$@ $(SRC_OBJS)
    4746
    48 # Rule to make dynamic library
    49 
    50 libpslib.$(DLL): $(SRC_OBJS)
    51         $(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o ../$@
    52 
    5347# Define PHONY target "install" which will install necessary files
    5448
    5549install: $(TARGET_STATIC)
    5650        install *.h $(includedir)
    57         install ../$(TARGET_STATIC) $(libexecdir)
    58 #       install ../$(TARGET_DYNAMIC) $(libexecdir)
    5951
    6052# Define PHONY target "distclean" which will cleanup the distribution
     
    6254distclean:      clean
    6355        $(RM) ../$(TARGET_STATIC)
    64 #       $(RM) ../$(TARGET_DYNAMIC)
    65         $(RM) $(libexecdir)/$(TARGET_STATIC)
    66 #       $(RM) $(libexecdir)/$(TARGET_DYNAMIC)
    6756
    6857# Define PHONY target "clean" which will cleanup the development area
Note: See TracChangeset for help on using the changeset viewer.