Changeset 781 for trunk/psLib/test/Makefile
- Timestamp:
- May 25, 2004, 1:56:26 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/Makefile
r541 r781 3 3 ## Makefile: test 4 4 ## 5 ## $Revision: 1. 2$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 4-28 02:51:39$5 ## $Revision: 1.3 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-25 23:56:26 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 51 51 # Define PHONY target "install" which will install necessary files 52 52 53 install: $(TARGET_STATIC) $(TARGET_DYNAMIC) 53 install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) 54 54 install *.h $(includedir) 55 55 install $(TARGET_STATIC) $(libexecdir) … … 72 72 %.lint: %.c 73 73 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 74 75 # Rule to make include directory if needed 76 77 $(includedir): 78 mkdir -p $(includedir) 79 80 # Rule to make lib directory if needed 81 82 $(libexecdir): 83 mkdir -p $(libexecdir) 84
Note:
See TracChangeset
for help on using the changeset viewer.
