Changeset 596 for trunk/psLib/src/collections/Makefile
- Timestamp:
- May 6, 2004, 1:25:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r593 r596 3 3 ## Makefile: collections 4 4 ## 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 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 19 19 20 20 TARGET_STATIC = libpslib.a 21 #TARGET_DYNAMIC = libpslib.$(DLL)22 21 23 22 # Include the make global definitions for the project … … 46 45 $(AR) rcs ../$@ $(SRC_OBJS) 47 46 48 # Rule to make dynamic library49 50 libpslib.$(DLL): $(SRC_OBJS)51 $(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o ../$@52 53 47 # Define PHONY target "install" which will install necessary files 54 48 55 49 install: $(TARGET_STATIC) 56 50 install *.h $(includedir) 57 install ../$(TARGET_STATIC) $(libexecdir)58 # install ../$(TARGET_DYNAMIC) $(libexecdir)59 51 60 52 # Define PHONY target "distclean" which will cleanup the distribution … … 62 54 distclean: clean 63 55 $(RM) ../$(TARGET_STATIC) 64 # $(RM) ../$(TARGET_DYNAMIC)65 $(RM) $(libexecdir)/$(TARGET_STATIC)66 # $(RM) $(libexecdir)/$(TARGET_DYNAMIC)67 56 68 57 # Define PHONY target "clean" which will cleanup the development area
Note:
See TracChangeset
for help on using the changeset viewer.
