]> code.delx.au - gnu-emacs/commitdiff
Remove OpenLook file dependencies.
authorPavel Janík <Pavel@Janik.cz>
Sun, 28 Apr 2002 13:35:36 +0000 (13:35 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 28 Apr 2002 13:35:36 +0000 (13:35 +0000)
(xrdb-cpp.o): Remove target.
Remove unused defines.

lwlib/ChangeLog
lwlib/Makefile.in

index 6169db824523cd2ad719b2fdabaa3f841a557901..31805423a89cbecfc6a3b596c9383eb65ebf24e8 100644 (file)
@@ -1,5 +1,11 @@
 2002-04-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * Makefile.in: Remove OpenLook file dependencies.
+       (xrdb-cpp.o): Remove target.
+       Remove unused defines.
+
+       * xrdb.c, xrdb-cpp.c, Imakefile: Remove unused file.
+
        * lwlib.c (instantiate_widget_instance): Remove duplicated
        prototype.
 
index 2cbc33d73cb88821a3a39cfb32378571f47555e9..0115ab9c082958da9aa8ed88f5fccb7253a80103 100644 (file)
@@ -23,7 +23,6 @@ USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
 
      LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o
      MOTIF_OBJS = lwlib-Xm.o
-      OLIT_OBJS = lwlib-Xol.o lwlib-Xolmb.o
 
 TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT)
    TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS)
@@ -33,8 +32,7 @@ TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT)
 # ../src is needed to find config.h.
 ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \
   $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CPPFLAGS) $(CFLAGS) \
-  -DEMACS_BITMAP_FILES -DHAVE_CONFIG_H -Demacs \
-  -I. -I../src -I${srcdir} -I${srcdir}/../src
+  -DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src
 
 .c.o:
        $(CC) -c ${ALL_CFLAGS} $<
@@ -50,16 +48,11 @@ liblw.a: $(OBJS)
 lwlib.o:  $(srcdir)/lwlib.c  Makefile
        $(CC) -c $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c
 
-xrdb-cpp.o:  $(srcdir)/xrdb-cpp.c
-       $(CC) -c "-DCPP_PROGRAM=$(CPP)" $(ALL_CFLAGS) $(srcdir)/xrdb-cpp.c
-
 lwlib-utils.o: lwlib-utils.c lwlib-utils.h
 lwlib.o:       lwlib.c lwlib.h lwlib-int.h lwlib-Xaw.h lwlib-Xlw.h
 lwlib-Xlw.o:   lwlib-Xlw.c lwlib.h lwlib-int.h lwlib-Xlw.h
 lwlib-Xaw.o:   lwlib-Xaw.c lwlib-Xaw.h lwlib.h lwlib-int.h
 lwlib-Xm.o:    lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h
-lwlib-Xol.o:   lwlib-Xol.c lwlib.h lwlib-int.h
-lwlib-Xolmb.o: lwlib-Xolmb.c lwlib-Xolmb.h lwlib-XolmbP.h
 xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h
 
 mostlyclean: