diff options
| author | Pavel Janík | 2002-04-28 13:35:36 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-28 13:35:36 +0000 |
| commit | 9d5ebed11bf0de17bcf7441fa97297417dcb95f4 (patch) | |
| tree | e6229423da093d83586f51fa72eb523fef5eed4a /lwlib | |
| parent | 38e668dfb2b94c9ff9c33e6014e2a41a86eebf34 (diff) | |
| download | emacs-9d5ebed11bf0de17bcf7441fa97297417dcb95f4.tar.gz emacs-9d5ebed11bf0de17bcf7441fa97297417dcb95f4.zip | |
Remove OpenLook file dependencies.
(xrdb-cpp.o): Remove target.
Remove unused defines.
Diffstat (limited to 'lwlib')
| -rw-r--r-- | lwlib/ChangeLog | 6 | ||||
| -rw-r--r-- | lwlib/Makefile.in | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 6169db82452..31805423a89 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2002-04-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2002-04-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * Makefile.in: Remove OpenLook file dependencies. | ||
| 4 | (xrdb-cpp.o): Remove target. | ||
| 5 | Remove unused defines. | ||
| 6 | |||
| 7 | * xrdb.c, xrdb-cpp.c, Imakefile: Remove unused file. | ||
| 8 | |||
| 3 | * lwlib.c (instantiate_widget_instance): Remove duplicated | 9 | * lwlib.c (instantiate_widget_instance): Remove duplicated |
| 4 | prototype. | 10 | prototype. |
| 5 | 11 | ||
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@ | |||
| 23 | 23 | ||
| 24 | LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o | 24 | LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o |
| 25 | MOTIF_OBJS = lwlib-Xm.o | 25 | MOTIF_OBJS = lwlib-Xm.o |
| 26 | OLIT_OBJS = lwlib-Xol.o lwlib-Xolmb.o | ||
| 27 | 26 | ||
| 28 | TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT) | 27 | TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT) |
| 29 | TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS) | 28 | TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS) |
| @@ -33,8 +32,7 @@ TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT) | |||
| 33 | # ../src is needed to find config.h. | 32 | # ../src is needed to find config.h. |
| 34 | ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ | 33 | ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ |
| 35 | $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CPPFLAGS) $(CFLAGS) \ | 34 | $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CPPFLAGS) $(CFLAGS) \ |
| 36 | -DEMACS_BITMAP_FILES -DHAVE_CONFIG_H -Demacs \ | 35 | -DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src |
| 37 | -I. -I../src -I${srcdir} -I${srcdir}/../src | ||
| 38 | 36 | ||
| 39 | .c.o: | 37 | .c.o: |
| 40 | $(CC) -c ${ALL_CFLAGS} $< | 38 | $(CC) -c ${ALL_CFLAGS} $< |
| @@ -50,16 +48,11 @@ liblw.a: $(OBJS) | |||
| 50 | lwlib.o: $(srcdir)/lwlib.c Makefile | 48 | lwlib.o: $(srcdir)/lwlib.c Makefile |
| 51 | $(CC) -c $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c | 49 | $(CC) -c $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c |
| 52 | 50 | ||
| 53 | xrdb-cpp.o: $(srcdir)/xrdb-cpp.c | ||
| 54 | $(CC) -c "-DCPP_PROGRAM=$(CPP)" $(ALL_CFLAGS) $(srcdir)/xrdb-cpp.c | ||
| 55 | |||
| 56 | lwlib-utils.o: lwlib-utils.c lwlib-utils.h | 51 | lwlib-utils.o: lwlib-utils.c lwlib-utils.h |
| 57 | lwlib.o: lwlib.c lwlib.h lwlib-int.h lwlib-Xaw.h lwlib-Xlw.h | 52 | lwlib.o: lwlib.c lwlib.h lwlib-int.h lwlib-Xaw.h lwlib-Xlw.h |
| 58 | lwlib-Xlw.o: lwlib-Xlw.c lwlib.h lwlib-int.h lwlib-Xlw.h | 53 | lwlib-Xlw.o: lwlib-Xlw.c lwlib.h lwlib-int.h lwlib-Xlw.h |
| 59 | lwlib-Xaw.o: lwlib-Xaw.c lwlib-Xaw.h lwlib.h lwlib-int.h | 54 | lwlib-Xaw.o: lwlib-Xaw.c lwlib-Xaw.h lwlib.h lwlib-int.h |
| 60 | lwlib-Xm.o: lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h | 55 | lwlib-Xm.o: lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h |
| 61 | lwlib-Xol.o: lwlib-Xol.c lwlib.h lwlib-int.h | ||
| 62 | lwlib-Xolmb.o: lwlib-Xolmb.c lwlib-Xolmb.h lwlib-XolmbP.h | ||
| 63 | xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h | 56 | xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h |
| 64 | 57 | ||
| 65 | mostlyclean: | 58 | mostlyclean: |