]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 20 Jan 1994 13:16:53 +0000 (13:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 20 Jan 1994 13:16:53 +0000 (13:16 +0000)
lwlib/Makefile.in

index 9d92627cf723e69fb3caac80bc98c37995320011..e4b9580b8fc1805e1deb4aba8edb7683812d85d4 100644 (file)
@@ -10,6 +10,7 @@ CC=@CC@
 CFLAGS=@CFLAGS@
 CPP=@CPP@
 LN_S=@LN_S@
+# See below--@X_TOOLKIT_TYPE@ is used below.
 USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
 
               TOP = .
@@ -27,9 +28,9 @@ USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
       OLIT_SRCS = lwlib-Xol.c lwlib-Xolmb.c
       OLIT_OBJS = lwlib-Xol.o lwlib-Xolmb.o
 
-TOOLKIT_DEFINES = -DUSE_LUCID
-   TOOLKIT_SRCS = $($(USE_X_TOOLKIT)_SRCS)
-   TOOLKIT_OBJS = $($(USE_X_TOOLKIT)_OBJS)
+TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT)
+   TOOLKIT_SRCS = $(@X_TOOLKIT_TYPE@_SRCS)
+   TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS)
 
            SRCS = lwlib.c $(TOOLKIT_SRCS) lwlib-utils.c
            OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o