Changeset 596 for trunk/psLib/src/sysUtils/Makefile
- Timestamp:
- May 6, 2004, 1:25:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/Makefile
r594 r596 3 3 ## Makefile: sysUtils 4 4 ## 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 $ 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 … … 42 41 # Define PHONY target "all" which will make all the necessary items 43 42 44 all: $(TARGET_STATIC) 43 all: $(TARGET_STATIC) 45 44 46 45 # Rule to make static library … … 51 50 $(AR) rcs ../$@ $(SRC_OBJS) 52 51 53 # Rule to make dynamic library54 55 libpslib.$(DLL): $(SRC_OBJS)56 $(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o ../$@57 58 52 # Define PHONY target "install" which will install necessary files 59 53 60 54 install: $(TARGET_STATIC) 61 55 install *.h $(includedir) 62 install ../$(TARGET_STATIC) $(libexecdir)63 # install ../$(TARGET_DYNAMIC) $(libexecdir)64 56 65 57 # Define PHONY target "distclean" which will cleanup the distribution … … 67 59 distclean: clean 68 60 $(RM) ../$(TARGET_STATIC) 69 # $(RM) ../$(TARGET_DYNAMIC)70 $(RM) $(libexecdir)/$(TARGET_STATIC)71 # $(RM) $(libexecdir)/$(TARGET_DYNAMIC)72 61 73 62 # Define PHONY target "clean" which will cleanup the development area
Note:
See TracChangeset
for help on using the changeset viewer.
