Changeset 593
- Timestamp:
- May 6, 2004, 8:59:41 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r590 r593 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1. 6$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-06 18:5 0:37$5 ## $Revision: 1.7 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-06 18:59:41 $ 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)21 #TARGET_DYNAMIC = libpslib.$(DLL) 22 22 23 23 # Include the make global definitions for the project … … 53 53 # Define PHONY target "install" which will install necessary files 54 54 55 install: $(TARGET_STATIC) $(TARGET_DYNAMIC)55 install: $(TARGET_STATIC) 56 56 install *.h $(includedir) 57 57 install ../$(TARGET_STATIC) $(libexecdir) 58 install ../$(TARGET_DYNAMIC) $(libexecdir)58 # install ../$(TARGET_DYNAMIC) $(libexecdir) 59 59 60 60 # Define PHONY target "distclean" which will cleanup the distribution … … 62 62 distclean: clean 63 63 $(RM) ../$(TARGET_STATIC) 64 $(RM) ../$(TARGET_DYNAMIC)64 # $(RM) ../$(TARGET_DYNAMIC) 65 65 $(RM) $(libexecdir)/$(TARGET_STATIC) 66 $(RM) $(libexecdir)/$(TARGET_DYNAMIC)66 # $(RM) $(libexecdir)/$(TARGET_DYNAMIC) 67 67 68 68 # Define PHONY target "clean" which will cleanup the development area
Note:
See TracChangeset
for help on using the changeset viewer.
