Changeset 5484


Ignore:
Timestamp:
May 9, 2015, 1:57:38 PM (9 years ago)
Author:
ldelgass
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanovis/trunk/Makefile.in

    r5478 r5484  
    5555VRMATH_LIB_SPEC = $(VRMATH_LIB)
    5656
    57 VTK_VERSION     = @VTK_VERSION@
     57VTK_VERSION     = @VTK_VERSION@
    5858VTK_LIB_DIR     = @VTK_LIB_DIR@
    59 VTK_INC_DIR     = @VTK_INC_DIR@
     59VTK_INC_DIR     = @VTK_INC_DIR@
    6060ifdef USE_VTK
    6161VTK_INC_SPEC    = -I$(VTK_INC_DIR)/vtk-$(VTK_VERSION)
    62 VTK_LIB_SPEC    = -L$(VTK_LIB_DIR) \
     62VTK_LIB_SPEC    = -L$(VTK_LIB_DIR) \
    6363                -lvtkIOCore-$(VTK_VERSION) \
    6464                -lvtkIOLegacy-$(VTK_VERSION) \
     
    7474                -lvtkCommonMath-$(VTK_VERSION)
    7575else
    76 VTK_INC_SPEC    =
    77 VTK_LIB_SPEC    =
     76VTK_INC_SPEC    =
     77VTK_LIB_SPEC    =
    7878endif
    7979
     
    258258                VtkDataSetReader.o
    259259else
    260 OBJS +=         VtkReader.o
     260OBJS +=         VtkReader.o
    261261endif
    262262
Note: See TracChangeset for help on using the changeset viewer.