Changeset 1053
- Timestamp:
- Jun 15, 2004, 12:06:36 PM (22 years ago)
- Location:
- branches/rel1/psLib/src
- Files:
-
- 2 edited
-
Doxyfile (modified) (1 diff)
-
Makefile.Globals (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel1/psLib/src/Doxyfile
r1032 r1053 619 619 # generate Latex output. 620 620 621 GENERATE_LATEX = NO621 GENERATE_LATEX = YES 622 622 623 623 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. -
branches/rel1/psLib/src/Makefile.Globals
r1050 r1053 5 5 ## Assumptions: Variable "prefix" already defined 6 6 ## 7 ## $Revision: 1.10.2. 2$ $Name: not supported by cvs2svn $8 ## $Date: 2004-06-15 2 1:46:21$7 ## $Revision: 1.10.2.3 $ $Name: not supported by cvs2svn $ 8 ## $Date: 2004-06-15 22:06:36 $ 9 9 ## 10 10 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 57 57 DLL = so 58 58 SO = so 59 DOCS = doxygen Doxyfile 59 DOCS = doxygen Doxyfile; make --directory=$(prefix)/docs/latex 60 60 BUILD_DYNAMIC1 = $(CC) $(LDFLAGS_DLL) -Wl,--whole-archive 61 61 BUILD_DYNAMIC2 = -Wl,--no-whole-archive -lm -o
Note:
See TracChangeset
for help on using the changeset viewer.
