IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 593


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

Removed dynamic library creation from this level.

File:
1 edited

Legend:

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

    r590 r593  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-06 18:50:37 $
     5##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-06 18:59:41 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1919
    2020TARGET_STATIC  = libpslib.a
    21 TARGET_DYNAMIC = libpslib.$(DLL)
     21#TARGET_DYNAMIC = libpslib.$(DLL)
    2222
    2323# Include the make global definitions for the project
     
    5353# Define PHONY target "install" which will install necessary files
    5454
    55 install: $(TARGET_STATIC) $(TARGET_DYNAMIC)
     55install: $(TARGET_STATIC)
    5656        install *.h $(includedir)
    5757        install ../$(TARGET_STATIC) $(libexecdir)
    58         install ../$(TARGET_DYNAMIC) $(libexecdir)
     58#       install ../$(TARGET_DYNAMIC) $(libexecdir)
    5959
    6060# Define PHONY target "distclean" which will cleanup the distribution
     
    6262distclean:      clean
    6363        $(RM) ../$(TARGET_STATIC)
    64         $(RM) ../$(TARGET_DYNAMIC)
     64#       $(RM) ../$(TARGET_DYNAMIC)
    6565        $(RM) $(libexecdir)/$(TARGET_STATIC)
    66         $(RM) $(libexecdir)/$(TARGET_DYNAMIC)
     66#       $(RM) $(libexecdir)/$(TARGET_DYNAMIC)
    6767
    6868# Define PHONY target "clean" which will cleanup the development area
Note: See TracChangeset for help on using the changeset viewer.