Mercurial > audlegacy
annotate src/audacious/Makefile @ 2537:7aac1b5ef85d trunk
[svn] - reinstate rcfile class for now
author | nenolod |
---|---|
date | Sat, 17 Feb 2007 01:54:30 -0800 |
parents | b06d60a5cb15 |
children | 719e0898ff3c |
rev | line source |
---|---|
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2404
diff
changeset
|
1 include ../../mk/rules.mk |
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2404
diff
changeset
|
2 include ../../mk/init.mk |
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2404
diff
changeset
|
3 include ../../mk/objective.mk |
2313 | 4 |
5 SUBDIRS = widgets glade images ui | |
6 | |
7 OBJECTIVE_BINS = audacious | |
8 | |
9 LDFLAGS += $(AUDLDFLAGS) | |
10 | |
11 LDADD = \ | |
2441 | 12 -L.. $(LTLIBINTL) \ |
2313 | 13 -L../libaudacious -laudacious \ |
14 $(CHARDET_LIBS) \ | |
2441 | 15 $(GTK_LIBS) \ |
2313 | 16 $(LIBGLADE_LIBS) \ |
2441 | 17 $(REGEX_LIBS) \ |
2313 | 18 ./widgets/libwidgets.a |
19 | |
20 CFLAGS += \ | |
2441 | 21 $(GTK_CFLAGS) \ |
2313 | 22 $(LIBGLADE_CFLAGS) \ |
2441 | 23 $(BEEP_DEFINES) \ |
24 $(ARCH_DEFINES) \ | |
25 $(REGEX_CFLAGS) \ | |
2313 | 26 -D_AUDACIOUS_CORE \ |
2441 | 27 -I.. -I../.. \ |
2313 | 28 -I../intl |
29 | |
2367 | 30 HEADERS = \ |
2426 | 31 formatter.h \ |
2537 | 32 rcfile.h \ |
2387
af600aefd2cf
[svn] - add i18n.h which wraps gettext in a way that is usable to plugins.
nenolod
parents:
2386
diff
changeset
|
33 i18n.h \ |
2367 | 34 input.h \ |
2404 | 35 hook.h \ |
2386 | 36 main.h \ |
2367 | 37 output.h \ |
38 playlist.h \ | |
39 playlist_container.h \ | |
40 plugin.h \ | |
2385
ab2b1b6f6179
[svn] - add missing inclusion of strings.h where necessary, do not export main.h and export strings.h
giacomo
parents:
2367
diff
changeset
|
41 strings.h \ |
2441 | 42 titlestring.h \ |
2367 | 43 ui_fileinfopopup.h \ |
44 ui_preferences.h \ | |
45 util.h \ | |
46 vfs.h \ | |
2431
3ec22a11c83e
[svn] - moved titlestring.* and xconvert.* from libaudacious to audacious
mf0102
parents:
2426
diff
changeset
|
47 vfs_buffer.h \ |
3ec22a11c83e
[svn] - moved titlestring.* and xconvert.* from libaudacious to audacious
mf0102
parents:
2426
diff
changeset
|
48 xconvert.h |
2367 | 49 |
2313 | 50 SOURCES = \ |
51 build_stamp.c \ | |
2365 | 52 controlsocket.c \ |
2536 | 53 configdb.c \ |
2365 | 54 dnd.c \ |
55 dock.c \ | |
56 effect.c \ | |
57 fft.c \ | |
2426 | 58 formatter.c \ |
2365 | 59 general.c \ |
2313 | 60 genevent.c \ |
2365 | 61 glade.c \ |
62 hints.c \ | |
2404 | 63 hook.c \ |
2365 | 64 iir.c \ |
65 iir_cfs.c \ | |
66 iir_fpu.c \ | |
67 input.c \ | |
68 logger.c \ | |
69 main.c \ | |
70 memorypool.c \ | |
2313 | 71 output.c \ |
2365 | 72 pixbuf_effects.c \ |
73 playback.c \ | |
2313 | 74 playlist.c \ |
75 playlist_container.c \ | |
2365 | 76 pluginenum.c \ |
2537 | 77 rcfile.c \ |
2365 | 78 signals.c \ |
79 strings.c \ | |
2431
3ec22a11c83e
[svn] - moved titlestring.* and xconvert.* from libaudacious to audacious
mf0102
parents:
2426
diff
changeset
|
80 titlestring.c \ |
2365 | 81 ui_about.c \ |
2442
44df6c17411b
[svn] - split out albumart locating functions into a seperate file and make the public API available in util.h
nenolod
parents:
2441
diff
changeset
|
82 ui_albumart.c \ |
2365 | 83 ui_credits.c \ |
84 ui_equalizer.c \ | |
2313 | 85 ui_fileinfo.c \ |
2348
564e8a1fe09a
[svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
2341
diff
changeset
|
86 ui_fileinfopopup.c \ |
2416
0fd7f4f969ad
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
mf0102
parents:
2411
diff
changeset
|
87 ui_fileopener.c \ |
2500 | 88 ui_jumptotrack.c \ |
2365 | 89 ui_main.c \ |
2313 | 90 ui_manager.c \ |
2365 | 91 ui_playlist.c \ |
2499
15a1f5ee4d1c
[svn] - playlist_manager -> ui_playlist_manager, since it's a UI component.
nenolod
parents:
2494
diff
changeset
|
92 ui_playlist_manager.c \ |
2365 | 93 ui_preferences.c \ |
2494
59661bd074b4
[svn] Try to put some skinned window code in a common place.
nenolod
parents:
2465
diff
changeset
|
94 ui_skinned_cursor.c \ |
59661bd074b4
[svn] Try to put some skinned window code in a common place.
nenolod
parents:
2465
diff
changeset
|
95 ui_skinned_window.c \ |
2365 | 96 ui_skinselector.c \ |
2422 | 97 ui_urlopener.c \ |
2416
0fd7f4f969ad
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
mf0102
parents:
2411
diff
changeset
|
98 urldecode.c \ |
2365 | 99 util.c \ |
2494
59661bd074b4
[svn] Try to put some skinned window code in a common place.
nenolod
parents:
2465
diff
changeset
|
100 vfs.c \ |
2365 | 101 vfs_buffer.c \ |
102 vfs_buffered_file.c \ | |
103 vfs_common.c \ | |
2431
3ec22a11c83e
[svn] - moved titlestring.* and xconvert.* from libaudacious to audacious
mf0102
parents:
2426
diff
changeset
|
104 visualization.c \ |
3ec22a11c83e
[svn] - moved titlestring.* and xconvert.* from libaudacious to audacious
mf0102
parents:
2426
diff
changeset
|
105 xconvert.c |
2313 | 106 |
107 OBJECTS = ${SOURCES:.c=.o} | |
108 | |
109 desktop_DATA = audacious.desktop | |
110 desktopdir = $(datadir)/applications | |
111 | |
112 audacious: $(OBJECTS) widgets/libwidgets.a | |
113 $(CXX) $(LDFLAGS) $(OBJECTS) $(LDADD) -o $@ | |
114 @printf "%10s %-20s\n" LINK $@ | |
115 | |
116 OBJECTIVE_DATA = audacious.desktop:$(datadir)/applications |