Changeset 3056 for trunk/psLib/test/fileUtils/Makefile
- Timestamp:
- Jan 18, 2005, 3:53:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fileUtils/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fileUtils/Makefile
r2962 r3056 3 3 ## Makefile: test/fileUtils 4 4 ## 5 ## $Revision: 1. 2$ $Name: not supported by cvs2svn $6 ## $Date: 2005-01-1 2 22:17:02$5 ## $Revision: 1.3 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2005-01-19 01:53:00 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 include ../../src/Makefile.Globals 17 17 18 CFLAGS := -I../../include $(CFLAGS)18 CFLAGS := -I../../include -DUTC_DAT_FILE="\"$(prefix)/data/tai_utc.dat\"" $(CFLAGS) 19 19 LDFLAGS := -L../../lib -lpslib -lpstest $(LDFLAGS) 20 20 … … 34 34 35 35 install: $(testbindir) $(testbindir)/verified $(TARGET) 36 install $(TARGET) $(testbindir) 36 37 install verified/*.stderr verified/*.stdout $(testbindir)/verified 37 38
Note:
See TracChangeset
for help on using the changeset viewer.
