OSDN Git Service

Change various Makefile.in to use standard autoconf variables.
[pf3gnuchains/sourceware.git] / itcl / itk / win / Makefile.in
index 52dd3f4..d9a2c9f 100644 (file)
@@ -12,6 +12,11 @@ prefix = @prefix@
 exec_prefix = @exec_prefix@
 VPATH = @srcdir@:@srcdir@/../generic:@srcdir@/../unix
 srcdir = @srcdir@
+libdir=@libdir@
+bindir=@bindir@
+includedir=@includedir@
+mandir=@mandir@
+datadir=@datadir@
 
 CC = @CC@
 CFLAGS = @CFLAGS@
@@ -96,16 +101,16 @@ ITKWISHRES = @ITKWISHRES@
 ITK_LIBRARY =  $(prefix)/share/itk$(ITCL_VERSION)
 
 # Directory in which to install the archive libitcl.a:
-INSTALL_LIB_DIR =      @libdir@
+INSTALL_LIB_DIR =      $(libdir)
 
 # Directory in which to install the program itclsh:
-INSTALL_BIN_DIR =      @bindir@
+INSTALL_BIN_DIR =      $(bindir)
 
 # Directory in which to install the include file itcl.h:
-INSTALL_INCLUDE_DIR =  @includedir@
+INSTALL_INCLUDE_DIR =  $(includedir)
 
 # Top-level directory for manual entries:
-INSTALL_MAN_DIR =      @mandir@
+INSTALL_MAN_DIR =      $(mandir)
 
 # Directory in which to install manual entry for itclsh:
 INSTALL_MAN1_DIR =     $(INSTALL_MAN_DIR)/man1