comparison src/Makefile.am @ 5206:ffac5e345451

[gaim-migrate @ 5574] Moved stuff that I'm pretty certain is core code into its own variable, so we can split it out easier later. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 25 Apr 2003 07:35:42 +0000
parents fefad67de2c7
children 0241d6b6702d
comparison
equal deleted inserted replaced
5205:fefad67de2c7 5206:ffac5e345451
3 getopt.h \ 3 getopt.h \
4 getopt1.c 4 getopt1.c
5 5
6 SUBDIRS = protocols 6 SUBDIRS = protocols
7 7
8 CORESOURCES = \
9 conversation.c \
10 conversation.h \
11 core.c \
12 core.h \
13 event.c \
14 event.h \
15 ft.c \
16 ft.h \
17 plugin.c \
18 plugin.h \
19 pounce.c \
20 pounce.h \
21 proxy.c \
22 proxy.h \
23 prpl.c \
24 prpl.h \
25 server.c \
26 sound.c \
27 sound.h \
28 util.c \
29 util.h
30
8 bin_PROGRAMS = gaim gaim-remote 31 bin_PROGRAMS = gaim gaim-remote
9 gaim_SOURCES = about.c \ 32 gaim_SOURCES = \
10 away.c \ 33 $(CORESOURCES) \
11 browser.c \ 34 about.c \
12 buddy.c \ 35 away.c \
13 buddy_chat.c \ 36 browser.c \
14 conversation.c \ 37 buddy.c \
15 conversation.h \ 38 buddy_chat.c \
16 core.c \ 39 dialogs.c \
17 core.h \ 40 dnd-hints.c \
18 dialogs.c \ 41 dnd-hints.h \
19 dnd-hints.c \ 42 gaim.h \
20 dnd-hints.h \ 43 gaim-socket.h \
21 event.c \ 44 gaim-disclosure.c \
22 event.h \ 45 gaim-disclosure.h \
23 ft.c \ 46 gaimrc.c \
24 ft.h \ 47 gtkcellrendererprogress.c \
25 gaim.h \ 48 gtkcellrendererprogress.h \
26 gaim-socket.h \ 49 gtkconv.c \
27 gaim-disclosure.c \ 50 gtkconv.h \
28 gaim-disclosure.h \ 51 gtkft.c \
29 gaimrc.c \ 52 gtkft.h \
30 gtkcellrendererprogress.c \ 53 gtkimhtml.c \
31 gtkcellrendererprogress.h \ 54 gtkimhtml.h \
32 gtkconv.c \ 55 gtklist.h \
33 gtkconv.h \ 56 gtkplugin.c \
34 gtkft.c \ 57 gtkplugin.h \
35 gtkft.h \ 58 gtkpounce.c \
36 gtkimhtml.c \ 59 gtkpounce.h \
37 gtkimhtml.h \ 60 gtkutils.c \
38 gtklist.h \ 61 gtkutils.h \
39 gtkplugin.c \ 62 html.c \
40 gtkplugin.h \ 63 idle.c \
41 gtkpounce.c \ 64 list.c \
42 gtkpounce.h \ 65 list.h \
43 gtkutils.c \ 66 log.c \
44 gtkutils.h \ 67 main.c \
45 html.c \ 68 md5.c \
46 idle.c \ 69 md5.h \
47 list.c \ 70 multi.c \
48 list.h \ 71 multi.h \
49 log.c \ 72 prefs.c \
50 main.c \ 73 privacy.h \
51 md5.c \ 74 session.c \
52 md5.h \ 75 socket.c \
53 plugin.c \ 76 stock.c \
54 plugin.h \ 77 stock.h \
55 multi.c \ 78 themes.c \
56 multi.h \ 79 ui.h
57 pounce.c \
58 pounce.h \
59 prefs.c \
60 privacy.h \
61 proxy.c \
62 proxy.h \
63 prpl.c \
64 prpl.h \
65 server.c \
66 session.c \
67 socket.c \
68 sound.c \
69 sound.h \
70 stock.c \
71 stock.h \
72 themes.c \
73 util.c \
74 util.h \
75 ui.h
76 80
77 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) 81 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
78 gaim_LDFLAGS = -export-dynamic 82 gaim_LDFLAGS = -export-dynamic
79 gaim_LDADD = \ 83 gaim_LDADD = \
80 @LIBOBJS@ \ 84 @LIBOBJS@ \