Changeset 2521 for trunk/psLib/test/astronomy/Makefile
- Timestamp:
- Nov 29, 2004, 2:29:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/Makefile
r2308 r2521 3 3 ## Makefile: test/astronomy 4 4 ## 5 ## $Revision: 1.2 2$ $Name: not supported by cvs2svn $6 ## $Date: 2004-11- 09 01:10:15$5 ## $Revision: 1.23 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-11-30 00:28:36 $ 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)19 LDFLAGS := -L../../lib -lpslib -lpstest $(LDFLAGS)18 CFLAGS := -I../../include -I/usr/include/libxml $(CFLAGS) 19 LDFLAGS := -L../../lib -lpslib -lpstest -lxml2 $(LDFLAGS) 20 20 21 21 TARGET = tst_psTime_01 \ … … 30 30 tst_psMetadata_05 \ 31 31 tst_psMetadata_06 \ 32 tst_psMetadata_07 \ 32 33 tst_psCoord \ 33 34 tst_psAstrometry \
Note:
See TracChangeset
for help on using the changeset viewer.
