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

    r594 r596  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-06 19:00:10 $
     5##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-06 23:24:03 $
    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
     
    4241# Define PHONY target "all" which will make all the necessary items
    4342
    44 all: $(TARGET_STATIC)
     43all: $(TARGET_STATIC) 
    4544
    4645# Rule to make static library
     
    5150        $(AR) rcs ../$@ $(SRC_OBJS)
    5251
    53 # Rule to make dynamic library
    54 
    55 libpslib.$(DLL): $(SRC_OBJS)
    56         $(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o ../$@ 
    57 
    5852# Define PHONY target "install" which will install necessary files
    5953
    6054install: $(TARGET_STATIC)
    6155        install *.h $(includedir)
    62         install ../$(TARGET_STATIC) $(libexecdir)
    63 #       install ../$(TARGET_DYNAMIC) $(libexecdir)
    6456
    6557# Define PHONY target "distclean" which will cleanup the distribution
     
    6759distclean:      clean
    6860        $(RM) ../$(TARGET_STATIC)
    69 #       $(RM) ../$(TARGET_DYNAMIC)
    70         $(RM) $(libexecdir)/$(TARGET_STATIC)
    71 #       $(RM) $(libexecdir)/$(TARGET_DYNAMIC)
    7261
    7362# Define PHONY target "clean" which will cleanup the development area
Note: See TracChangeset for help on using the changeset viewer.