- Timestamp:
- Oct 18, 2010, 7:46:37 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/Makefile.in
r1466 r1926 1 1 2 2 bindir = @bindir@ 3 datadir 4 datarootdir 3 datadir = @datadir@ 4 datarootdir = @datarootdir@ 5 5 exec_prefix = @exec_prefix@ 6 6 includedir = @includedir@ … … 8 8 mandir = @mandir@ 9 9 prefix = @prefix@ 10 destdir 10 destdir = $(prefix)/examples/3D 11 11 12 SHELL 13 INSTALL 14 MKDIR_P 12 SHELL = @SHELL@ 13 INSTALL = @INSTALL@ 14 MKDIR_P = @MKDIR_P@ 15 15 16 destdir 16 destdir = $(prefix)/examples 17 17 18 18 FILES = \ … … 27 27 graph \ 28 28 objects \ 29 zoo 29 zoo 30 30 31 31 32 .PHONY: 32 .PHONY: $(SUBDIRS) 33 33 34 34 all: build -
trunk/gui/scripts/videodial.tcl
r1925 r1926 150 150 151 151 blt::table $itk_interior \ 152 0,0 $itk_component(majordial) -fill x 152 0,0 $itk_component(majordial) -fill x \ 153 153 1,0 $itk_component(minordial) -fill x 154 154
Note: See TracChangeset
for help on using the changeset viewer.