Changeset 1007 for trunk/psLib/test/Makefile
- Timestamp:
- Jun 11, 2004, 10:36:04 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/Makefile
r781 r1007 3 3 ## Makefile: test 4 4 ## 5 ## $Revision: 1. 3$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 5-25 23:56:26$5 ## $Revision: 1.4 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-11 20:36:04 $ 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) $(includedir) $(libexecdir) 53 install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) $(testbindir) 54 54 install *.h $(includedir) 55 55 install $(TARGET_STATIC) $(libexecdir) 56 56 install $(TARGET_DYNAMIC) $(libexecdir) 57 install FullUnitTest runTest $(testbindir) 58 $(MAKE) --directory=collections install 59 $(MAKE) --directory=dataManip install 60 $(MAKE) --directory=sysUtils install 57 61 58 62 # Define PHONY target "distclean" which will cleanup the distribution 59 63 60 64 distclean: clean 65 $(MAKE) --directory=collections distclean 66 $(MAKE) --directory=dataManip distclean 67 $(MAKE) --directory=sysUtils distclean 61 68 $(RM) $(TARGET_STATIC) 62 69 $(RM) $(TARGET_DYNAMIC) … … 67 74 68 75 clean: 76 $(MAKE) --directory=collections clean 77 $(MAKE) --directory=dataManip clean 78 $(MAKE) --directory=sysUtils clean 69 79 @echo " Deleting intermediate files for 'test'" 70 80 $(RM) $(SRC_OBJS) *.lint 71 81 72 82 %.lint: %.c 73 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 83 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 74 84 75 85 # Rule to make include directory if needed … … 83 93 mkdir -p $(libexecdir) 84 94 95 $(testbindir): 96 mkdir -p $(testbindir) 97
Note:
See TracChangeset
for help on using the changeset viewer.
