mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Remove OpenLook file dependencies.
(xrdb-cpp.o): Remove target. Remove unused defines.
This commit is contained in:
parent
38e668dfb2
commit
9d5ebed11b
2 changed files with 7 additions and 8 deletions
|
|
@ -1,5 +1,11 @@
|
|||
2002-04-28 Pavel Jan,Bm(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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue