Ignore:
Timestamp:
Nov 16, 2009 3:02:37 PM (14 years ago)
Author:
dkearney
Message:

tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/Makefile.in

    r1111 r1614  
    11
    22bindir          = @bindir@
    3 datadir         = @datadir@
    4 datarootdir     = @datarootdir@
     3datadir         = @datadir@
     4datarootdir     = @datarootdir@
    55exec_prefix     = @exec_prefix@
    66includedir      = @includedir@
     
    99prefix          = @prefix@
    1010
    11 destdir         = $(libdir)/Rappture$(PACKAGE_VERSION)
     11destdir         = $(libdir)/Rappture$(PACKAGE_VERSION)
    1212
    1313PACKAGE_VERSION = @PACKAGE_VERSION@
    1414
    15 INSTALL         = @INSTALL@
     15INSTALL         = @INSTALL@
    1616
    1717CXX             = @CXX@
     
    2727LIB_SEARCH_DIRS = @LIB_SEARCH_DIRS@
    2828CFLAGS          = @CFLAGS@
    29 TCL_VERSION     = @TCL_VERSION@
    30 TK_VERSION      = @TK_VERSION@
     29TCL_VERSION     = @TCL_VERSION@
     30TK_VERSION      = @TK_VERSION@
    3131
    32 RANLIB          = @RANLIB@
    33 MKDIR_P         = @MKDIR_P@
    34 AR              = ar
    35 LN_S            = @LN_S@
    36 RM              = rm -f
     32RANLIB          = @RANLIB@
     33MKDIR_P         = @MKDIR_P@
     34AR              = ar
     35LN_S            = @LN_S@
     36RM              = rm -f
    3737
    38 tcllib          = $$RAPPTURE_INSTALL_DIR/lib/tcl$(TCL_VERSION)
    39 tklib           = $$RAPPTURE_INSTALL_DIR/lib/tk$(TK_VERSION)
     38tcllib          = $$RAPPTURE_INSTALL_DIR/lib/tcl$(TCL_VERSION)
     39tklib           = $$RAPPTURE_INSTALL_DIR/lib/tk$(TK_VERSION)
    4040
    4141# The script directory is moved from src/tcl.
    4242
    43 .PHONY: src scripts tests
     43.PHONY: src scripts tests
    4444
    45 all: 
     45all:
    4646        $(MAKE) -C src all
    4747        $(MAKE) -C scripts all
    4848
    49 links: 
     49links:
    5050
    51 install: 
     51install:
    5252        $(MKDIR_P) $(destdir)
    5353        $(INSTALL) -m 0444 pkgIndex.tcl $(destdir)
     
    5959        (cd $(bindir); $(LN_S) wish$(TK_VERSION) wish)
    6060
    61 test:   
     61test:
    6262        $(MAKE) -C tests all
    6363
    64 clean: 
     64clean:
    6565        $(MAKE) -C src clean
    6666        $(MAKE) -C tests clean
Note: See TracChangeset for help on using the changeset viewer.