]> code.delx.au - gnu-emacs/blob - lwlib/deps.mk
Fix shr.el/image build problem
[gnu-emacs] / lwlib / deps.mk
1 ### deps.mk --- lwlib/Makefile fragment for GNU Emacs
2
3 # Copyright (C) 1992, 1993 Lucid, Inc.
4 # Copyright (C) 1994, 2001-2016 Free Software Foundation, Inc.
5 #
6 # This file is part of the Lucid Widget Library.
7 #
8 # The Lucid Widget Library is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 1, or (at your option)
11 # any later version.
12 #
13 # The Lucid Widget Library is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20
21 ### Commentary:
22
23 ## This file is included in lwlib/Makefile if AUTO_DEPEND=no.
24 ## It defines static dependencies between the various source files.
25
26 ### Code:
27
28 ## Generated files in ../src, non-generated in $(srcdir)/../src.
29 config_h = ../src/config.h $(srcdir)/../src/conf_post.h
30 lisp_h = $(srcdir)/../src/lisp.h
31 ## lisp.h includes this.
32 src_h = $(config_h) $(lisp_h) $(globals_h)
33
34 lwlib-utils.o: $(src_h) lwlib-utils.c lwlib-utils.h lwlib.h
35 lwlib.o: $(src_h) lwlib.c lwlib.h lwlib-int.h lwlib-utils.h \
36 lwlib-Xlw.h lwlib-Xm.h lwlib-Xaw.h
37 lwlib-Xlw.o: $(src_h) lwlib-Xlw.c lwlib.h lwlib-int.h lwlib-Xlw.h xlwmenu.h
38 lwlib-Xaw.o: $(src_h) lwlib-Xaw.c lwlib-Xaw.h lwlib.h lwlib-int.h
39 lwlib-Xm.o: $(src_h) lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h
40 xlwmenu.o: $(src_h) xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h \
41 $(srcdir)/../src/xterm.h
42
43 ### deps.mk ends here