comparison src/audacious/Makefile @ 3993:8d8699eb659d

say goodbye to libglade
author Tomasz Mon <desowin@gmail.com>
date Sat, 24 Nov 2007 17:09:11 +0100
parents 4a981580bf49
children 5f9227fe09e9
comparison
equal deleted inserted replaced
3992:50bf02b4f048 3993:8d8699eb659d
14 eventqueue.c \ 14 eventqueue.c \
15 fft.c \ 15 fft.c \
16 flow.c \ 16 flow.c \
17 formatter.c \ 17 formatter.c \
18 general.c \ 18 general.c \
19 glade.c \
20 hints.c \ 19 hints.c \
21 hook.c \ 20 hook.c \
22 iir.c \ 21 iir.c \
23 iir_cfs.c \ 22 iir_cfs.c \
24 iir_fpu.c \ 23 iir_fpu.c \
117 vfs.h \ 116 vfs.h \
118 vfs_buffer.h \ 117 vfs_buffer.h \
119 vfs_buffered_file.h \ 118 vfs_buffered_file.h \
120 xconvert.h 119 xconvert.h
121 120
122 DATA = glade/prefswin.glade \ 121 DATA = images/about-logo.png \
123 images/about-logo.png \
124 images/appearance.png \ 122 images/appearance.png \
125 images/audacious_eq.xpm \ 123 images/audacious_eq.xpm \
126 images/audacious_player.xpm \ 124 images/audacious_player.xpm \
127 images/audacious_playlist.xpm \ 125 images/audacious_playlist.xpm \
128 images/audio.png \ 126 images/audio.png \
165 pre-depend: ${DBUS_BINDINGS} 163 pre-depend: ${DBUS_BINDINGS}
166 164
167 CPPFLAGS += -DHAVE_CONFIG_H \ 165 CPPFLAGS += -DHAVE_CONFIG_H \
168 ${MOWGLI_CFLAGS} \ 166 ${MOWGLI_CFLAGS} \
169 ${GTK_CFLAGS} \ 167 ${GTK_CFLAGS} \
170 ${LIBGLADE_CFLAGS} \
171 ${BEEP_DEFINES} \ 168 ${BEEP_DEFINES} \
172 ${ARCH_DEFINES} \ 169 ${ARCH_DEFINES} \
173 ${DBUS_CFLAGS} \ 170 ${DBUS_CFLAGS} \
174 ${samplerate_CFLAGS} \ 171 ${samplerate_CFLAGS} \
175 ${REGEX_CFLAGS} \ 172 ${REGEX_CFLAGS} \
184 ../libguess/libguess.a \ 181 ../libguess/libguess.a \
185 ${GTK_LIBS} \ 182 ${GTK_LIBS} \
186 ${DBUS_LIBS} \ 183 ${DBUS_LIBS} \
187 ${MOWGLI_LIBS} \ 184 ${MOWGLI_LIBS} \
188 ${LIBMCS_LIBS} \ 185 ${LIBMCS_LIBS} \
189 ${LIBGLADE_LIBS} \
190 ${REGEX_LIBS} 186 ${REGEX_LIBS}
191 187
192 LDFLAGS += ${PROG_IMPLIB_LDFLAGS} 188 LDFLAGS += ${PROG_IMPLIB_LDFLAGS}
193 189
194 build_stamp.c: 190 build_stamp.c: