Mercurial > emacs
annotate lwlib/Makefile.in @ 37654:08f6bad878f8
(eshell-add-to-history): Reference to `eshell-history-ring' needed to
be `eshell-history-index'.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Thu, 10 May 2001 03:28:51 +0000 |
parents | 4205afb9033f |
children | 73ea0939f695 |
rev | line source |
---|---|
5652 | 1 # This was taken from the output of Imake |
2 # and set up to be configured by ../configure. | |
3 # Some parts Copyright (c) 1992, 1993 Lucid, Inc. | |
5626 | 4 |
5636
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
5 srcdir=@srcdir@ |
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
6 VPATH=@srcdir@ |
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
7 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ |
5626 | 8 |
5636
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
9 CC=@CC@ |
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
10 CFLAGS=@CFLAGS@ |
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
11 CPP=@CPP@ |
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
12 LN_S=@LN_S@ |
12865
aa38412bf76e
(RANLIB): Get this var from configure.
Richard M. Stallman <rms@gnu.org>
parents:
11686
diff
changeset
|
13 RANLIB=@RANLIB@ |
5639
360a711e7e06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5636
diff
changeset
|
14 # See below--@X_TOOLKIT_TYPE@ is used below. |
5636
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
15 USE_X_TOOLKIT=@X_TOOLKIT_TYPE@ |
5626 | 16 |
17 TOP = . | |
18 | |
19 AR = ar cq | |
20 | |
21 LN = ln -s | |
22 RM = rm -f | |
23 | |
6306
19fc40b33f52
*** empty log message ***
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
6009
diff
changeset
|
24 LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o |
5626 | 25 MOTIF_OBJS = lwlib-Xm.o |
5636
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
26 OLIT_OBJS = lwlib-Xol.o lwlib-Xolmb.o |
5626 | 27 |
5639
360a711e7e06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5636
diff
changeset
|
28 TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT) |
360a711e7e06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5636
diff
changeset
|
29 TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS) |
5626 | 30 |
5636
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
31 OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o |
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
32 |
11686
b1fa0717df0d
(ALL_CFLAGS): Add -I../src.
Richard M. Stallman <rms@gnu.org>
parents:
11322
diff
changeset
|
33 # ../src is needed to find config.h. |
5636
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
34 ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ |
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
35 $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CPPFLAGS) $(CFLAGS) \ |
11322
518a5db7f4f0
(ALL_CFLAGS): Add -I${srcdir}/../src.
Richard M. Stallman <rms@gnu.org>
parents:
11321
diff
changeset
|
36 -DEMACS_BITMAP_FILES -DHAVE_CONFIG_H -Demacs \ |
11686
b1fa0717df0d
(ALL_CFLAGS): Add -I../src.
Richard M. Stallman <rms@gnu.org>
parents:
11322
diff
changeset
|
37 -I. -I../src -I${srcdir} -I${srcdir}/../src |
5626 | 38 |
39 .c.o: | |
5636
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
40 $(CC) -c ${ALL_CFLAGS} $< |
5626 | 41 |
42 all:: liblw.a | |
43 | |
44 liblw.a: $(OBJS) | |
45 $(RM) $@ | |
46 $(AR) $@ $(OBJS) | |
28058
6c4bc75d35fe
(liblw.a): Don't bother testing for ranlib failing
Dave Love <fx@gnu.org>
parents:
22871
diff
changeset
|
47 $(RANLIB) $@ |
5626 | 48 |
11246
c7f6b5b57b71
(lwlib.o): Depend on Makefile.
Richard M. Stallman <rms@gnu.org>
parents:
10762
diff
changeset
|
49 # Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes. |
c7f6b5b57b71
(lwlib.o): Depend on Makefile.
Richard M. Stallman <rms@gnu.org>
parents:
10762
diff
changeset
|
50 lwlib.o: $(srcdir)/lwlib.c Makefile |
6009
f68004daa523
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5985
diff
changeset
|
51 $(CC) -c $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c |
5626 | 52 |
7178 | 53 xrdb-cpp.o: $(srcdir)/xrdb-cpp.c |
6009
f68004daa523
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5985
diff
changeset
|
54 $(CC) -c "-DCPP_PROGRAM=$(CPP)" $(ALL_CFLAGS) $(srcdir)/xrdb-cpp.c |
5626 | 55 |
22871
52ecc33827e0
(lwlib-utils.o, lwlib.o, lwlib-Xlw.o)
Richard M. Stallman <rms@gnu.org>
parents:
14913
diff
changeset
|
56 lwlib-utils.o: lwlib-utils.c lwlib-utils.h |
29464 | 57 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 | |
59 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 | |
22871
52ecc33827e0
(lwlib-utils.o, lwlib.o, lwlib-Xlw.o)
Richard M. Stallman <rms@gnu.org>
parents:
14913
diff
changeset
|
61 lwlib-Xol.o: lwlib-Xol.c lwlib.h lwlib-int.h |
52ecc33827e0
(lwlib-utils.o, lwlib.o, lwlib-Xlw.o)
Richard M. Stallman <rms@gnu.org>
parents:
14913
diff
changeset
|
62 lwlib-Xolmb.o: lwlib-Xolmb.c lwlib-Xolmb.h lwlib-XolmbP.h |
14882
582cb6240b09
(xlwmenu.o): New explicit target.
Richard M. Stallman <rms@gnu.org>
parents:
12865
diff
changeset
|
63 xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h |
5626 | 64 |
5636
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
65 mostlyclean: |
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
66 $(RM) *.o core errs ,* *~ *.a .emacs_* make.log MakeOut \#* |
5626 | 67 |
5636
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
68 clean: mostlyclean |
7c7250844e72
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
69 distclean: clean |
10685
71fa5c477213
(maintainer-clean): Renamed from realclean.
Richard M. Stallman <rms@gnu.org>
parents:
7178
diff
changeset
|
70 maintainer-clean: distclean |
5626 | 71 |
14905
2b1cbbb96485
(TAGS): Renamed from `tags' and fixed to work.
Richard M. Stallman <rms@gnu.org>
parents:
14882
diff
changeset
|
72 TAGS: |
2b1cbbb96485
(TAGS): Renamed from `tags' and fixed to work.
Richard M. Stallman <rms@gnu.org>
parents:
14882
diff
changeset
|
73 ../lib-src/etags -t *.[ch] |
14913 | 74 tags: TAGS |
75 .PHONY: tags |