summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-04-28 13:33:40 +0000
committerPavel Janík <Pavel@Janik.cz>2002-04-28 13:33:40 +0000
commitb31380250c1c2bb6bcfd9635ee3ab8be8b42bcb0 (patch)
tree934e5f143c78c6f4c0be862025c975abb07197b2 /lwlib
parent29c308524c30dea7effca88dc7cd2a1fe05e4f16 (diff)
downloademacs-b31380250c1c2bb6bcfd9635ee3ab8be8b42bcb0.tar.gz
Remove OpenLook file dependencies.
(xrdb-cpp.o): Remove target. Remove unused defines.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/Makefile.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index 2cbc33d73cb..0115ab9c082 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -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: