Changeset 594 for trunk/psLib/src/sysUtils/Makefile
- Timestamp:
- May 6, 2004, 9:00:10 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/Makefile
r591 r594 3 3 ## Makefile: sysUtils 4 4 ## 5 ## $Revision: 1. 7$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-06 1 8:51:48$5 ## $Revision: 1.8 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-06 19:00:10 $ 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 … … 58 58 # Define PHONY target "install" which will install necessary files 59 59 60 install: $(TARGET_STATIC) $(TARGET_DYNAMIC)60 install: $(TARGET_STATIC) 61 61 install *.h $(includedir) 62 62 install ../$(TARGET_STATIC) $(libexecdir) 63 install ../$(TARGET_DYNAMIC) $(libexecdir)63 # install ../$(TARGET_DYNAMIC) $(libexecdir) 64 64 65 65 # Define PHONY target "distclean" which will cleanup the distribution … … 67 67 distclean: clean 68 68 $(RM) ../$(TARGET_STATIC) 69 $(RM) ../$(TARGET_DYNAMIC)69 # $(RM) ../$(TARGET_DYNAMIC) 70 70 $(RM) $(libexecdir)/$(TARGET_STATIC) 71 $(RM) $(libexecdir)/$(TARGET_DYNAMIC)71 # $(RM) $(libexecdir)/$(TARGET_DYNAMIC) 72 72 73 73 # Define PHONY target "clean" which will cleanup the development area
Note:
See TracChangeset
for help on using the changeset viewer.
