Changeset 1041 for trunk/psLib/test/Makefile
- Timestamp:
- Jun 14, 2004, 4:45:43 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/Makefile
r1021 r1041 3 3 ## Makefile: test 4 4 ## 5 ## $Revision: 1. 5$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06-1 4 19:38:06$5 ## $Revision: 1.6 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-15 02:45:43 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 48 48 libpstest.$(DLL): $(SRC_OBJS) 49 $(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o $@49 $(CC) $(LDFLAGS_DLL) -L../lib -lpslib $(SRC_OBJS) -o $@ 50 50 51 51 # Define PHONY target "install" which will install necessary files
Note:
See TracChangeset
for help on using the changeset viewer.
