Changeset 2111 for trunk


Ignore:
Timestamp:
Feb 27, 2011 10:36:10 PM (13 years ago)
Author:
ldelgass
Message:

Generate Doxfile from configure, so get $srcdir for out of tree build

Location:
trunk/packages/vizservers
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/configure

    r2108 r2111  
    1321513215
    1321613216
    13217 ac_config_files="$ac_config_files Makefile nanoscale/Makefile nanovis/Makefile nanovis/newmat11/Makefile nanovis/R2/src/Makefile nanovis/vrutil/Makefile nanovis/vrmath/Makefile nanovis/vr3d/Makefile nanovis/imgLoaders/Makefile nanovis/transfer-function/Makefile pymolproxy/Makefile vtkvis/Makefile start_viz.sh"
     13217ac_config_files="$ac_config_files Makefile nanoscale/Makefile nanovis/Makefile nanovis/newmat11/Makefile nanovis/R2/src/Makefile nanovis/vrutil/Makefile nanovis/vrmath/Makefile nanovis/vr3d/Makefile nanovis/imgLoaders/Makefile nanovis/transfer-function/Makefile pymolproxy/Makefile vtkvis/Doxyfile vtkvis/Makefile start_viz.sh"
    1321813218
    1321913219cat >confcache <<\_ACEOF
     
    1382613826    "nanovis/transfer-function/Makefile") CONFIG_FILES="$CONFIG_FILES nanovis/transfer-function/Makefile" ;;
    1382713827    "pymolproxy/Makefile") CONFIG_FILES="$CONFIG_FILES pymolproxy/Makefile" ;;
     13828    "vtkvis/Doxyfile") CONFIG_FILES="$CONFIG_FILES vtkvis/Doxyfile" ;;
    1382813829    "vtkvis/Makefile") CONFIG_FILES="$CONFIG_FILES vtkvis/Makefile" ;;
    1382913830    "start_viz.sh") CONFIG_FILES="$CONFIG_FILES start_viz.sh" ;;
  • trunk/packages/vizservers/configure.in

    r2107 r2111  
    343343            nanovis/transfer-function/Makefile \
    344344            pymolproxy/Makefile \
     345            vtkvis/Doxyfile \
    345346            vtkvis/Makefile \
    346347            start_viz.sh    )
  • trunk/packages/vizservers/vtkvis/Doxyfile.in

    r2110 r2111  
    569569# with spaces.
    570570
    571 INPUT                  =
     571INPUT                  = @srcdir@
    572572
    573573# This tag can be used to specify the character encoding of the source files
Note: See TracChangeset for help on using the changeset viewer.