merge master
[emacs.git] / oldXMenu / deps.mk
blobcdb89f9ead9d1a9b313b6a3a318215576e2c16c6
1 ### deps.mk --- oldXMenu/Makefile fragment for GNU Emacs
3 ## Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
5 ## Permission to use, copy, modify, and distribute this
6 ## software and its documentation for any purpose and without
7 ## fee is hereby granted, provided that the above copyright
8 ## notice appear in all copies and that both that copyright
9 ## notice and this permission notice appear in supporting
10 ## documentation, and that the name of M.I.T. not be used in
11 ## advertising or publicity pertaining to distribution of the
12 ## software without specific, written prior permission.
13 ## M.I.T. makes no representations about the suitability of
14 ## this software for any purpose. It is provided "as is"
15 ## without express or implied warranty.
18 ## Copyright (C) 2001-2015 Free Software Foundation, Inc.
20 ## This program is free software: you can redistribute it and/or modify
21 ## it under the terms of the GNU General Public License as published by
22 ## the Free Software Foundation, either version 3 of the License, or
23 ## (at your option) any later version.
25 ## This program is distributed in the hope that it will be useful,
26 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
27 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 ## GNU General Public License for more details.
30 ## You should have received a copy of the GNU General Public License
31 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
33 ### Commentary:
35 ## This file is inserted in oldXMenu/Makefile if AUTO_DEPEND=no.
36 ## It defines static dependencies between the various source files.
38 ### Code:
40 Activate.o: Activate.c XMenuInt.h XMenu.h X10.h
41 AddPane.o: AddPane.c XMenuInt.h XMenu.h X10.h
42 AddSel.o: AddSel.c XMenuInt.h XMenu.h X10.h
43 ChgPane.o: ChgPane.c XMenuInt.h XMenu.h X10.h
44 ChgSel.o: ChgSel.c XMenuInt.h XMenu.h X10.h
45 Create.o: Create.c XMenuInt.h XMenu.h X10.h
46 DelPane.o: DelPane.c XMenuInt.h XMenu.h X10.h
47 DelSel.o: DelSel.c XMenuInt.h XMenu.h X10.h
48 Destroy.o: Destroy.c XMenuInt.h XMenu.h X10.h
49 Error.o: Error.c XMenuInt.h XMenu.h X10.h
50 EvHand.o: EvHand.c XMenuInt.h XMenu.h X10.h
51 FindPane.o: FindPane.c XMenuInt.h XMenu.h X10.h
52 FindSel.o: FindSel.c XMenuInt.h XMenu.h X10.h
53 InsPane.o: InsPane.c XMenuInt.h XMenu.h X10.h
54 InsSel.o: InsSel.c XMenuInt.h XMenu.h X10.h
55 Internal.o: Internal.c XMenuInt.h XMenu.h X10.h
56 Locate.o: Locate.c XMenuInt.h XMenu.h X10.h
57 Post.o: Post.c XMenuInt.h XMenu.h X10.h
58 Recomp.o: Recomp.c XMenuInt.h XMenu.h X10.h
59 SetAEQ.o: SetAEQ.c XMenuInt.h XMenu.h X10.h
60 SetFrz.o: SetFrz.c XMenuInt.h XMenu.h X10.h
61 SetPane.o: SetPane.c XMenuInt.h XMenu.h X10.h
62 SetSel.o: SetSel.c XMenuInt.h XMenu.h X10.h
63 XDelAssoc.o: XDelAssoc.c X10.h
64 XLookAssoc.o: XLookAssoc.c X10.h
65 XCrAssoc.o: XCrAssoc.c X10.h
66 XDestAssoc.o: XDestAssoc.c X10.h
67 XMakeAssoc.o: XMakeAssoc.c X10.h
68 insque.o: insque.c
70 ${OBJS}: ../src/config.h
72 ### deps.mk ends here