OSDN Git Service

LinGui: callbacks.c is getting too big. Separate out queue handling into
[handbrake-jp/handbrake-jp-git.git] / gtk / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 ## Created by Anjuta
4
5 #HB_LIBS=$(HB_DIR)/libhb/libhb.a -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdread -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lxvidcore -lmp4v2 -lswscale -ltheora -lfaad -lz -lbz2 -lpthread
6
7 HB_LIBS=\
8         $(HB_DIR)/libhb/libhb.a \
9         $(HB_DIR)/contrib/lib/liba52.a \
10         $(HB_DIR)/contrib/lib/libmkv.a \
11         $(HB_DIR)/contrib/lib/libavformat.a \
12         $(HB_DIR)/contrib/lib/libavcodec.a \
13         $(HB_DIR)/contrib/lib/libavutil.a \
14         $(HB_DIR)/contrib/lib/libdca.a \
15         $(HB_DIR)/contrib/lib/libdvdread.a \
16         $(HB_DIR)/contrib/lib/libfaac.a \
17         $(HB_DIR)/contrib/lib/libmp3lame.a \
18         $(HB_DIR)/contrib/lib/libmpeg2.a \
19         $(HB_DIR)/contrib/lib/libvorbis.a \
20         $(HB_DIR)/contrib/lib/libvorbisenc.a \
21         $(HB_DIR)/contrib/lib/libogg.a \
22         $(HB_DIR)/contrib/lib/libsamplerate.a \
23         $(HB_DIR)/contrib/lib/libx264.a \
24         $(HB_DIR)/contrib/lib/libxvidcore.a \
25         $(HB_DIR)/contrib/lib/libmp4v2.a \
26         $(HB_DIR)/contrib/lib/libswscale.a \
27         $(HB_DIR)/contrib/lib/libtheora.a \
28         $(HB_DIR)/contrib/lib/libfaad.a \
29         -lz \
30         -lbz2 \
31         -lpthread
32
33 icons = \
34         hb-icon.128.png 
35
36 icons_dep =     \
37         hb-activity.32.png \
38         hb-add-queue.32.png \
39         hb-canceled.16.png \
40         hb-complete.16.png \
41         hb-drawer.32.png \
42         hb-icon.128.png \
43         hb-icon.64.png \
44         hb-pause.32.png \
45         hb-play.32.png \
46         hb-pref.32.png \
47         hb-queue.32.png \
48         hb-queue-delete.16.png \
49         hb-queue-job.16.png \
50         hb-queue-pass1.16.png \
51         hb-queue-pass2.16.png \
52         hb-queue-subtitle.16.png \
53         hb-remove.32.png \
54         hb-source.32.png \
55         hb-stop.32.png \
56         hb-working0.16.png \
57         hb-working1.16.png \
58         hb-working2.16.png \
59         hb-working3.16.png \
60         hb-working4.16.png \
61         hb-working5.16.png
62
63 hb_menu = ghb.desktop
64
65 AM_CPPFLAGS = \
66         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
67         -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
68         -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
69         $(GHB_CFLAGS)
70
71 AM_CFLAGS =\
72          -Wall\
73          -g
74
75 bin_PROGRAMS = ghb 
76 noinst_PROGRAMS = makewidgetdeps quotestring create_resources
77
78 BUILT_SOURCES = HandBrakeCLI
79
80 HandBrakeCLI: $(HB_DIR)/HandBrakeCLI
81         /bin/cp $< $@
82
83 # Dummy file, not built.  Forces g++ linking
84 nodist_EXTRA_ghb_SOURCES = dummy.cpp
85
86 ghb_SOURCES = \
87         callbacks.c \
88         callbacks.h \
89         queuehandler.c \
90         queuehandler.h \
91         main.c \
92         settings.c \
93         settings.h \
94         resources.c \
95         resources.h \
96         presets.c \
97         presets.h \
98         icons.c \
99         icons.h \
100         icon_tools.c \
101         icon_tools.h \
102         values.c \
103         values.h \
104         plist.c \
105         plist.h \
106         hb-backend.c \
107         hb-backend.h \
108         renderer_button.h \
109         renderer_button.c \
110         ghbcellrenderertext.c \
111         ghbcellrenderertext.h \
112         ghb-dvd.c \
113         ghb-dvd.h \
114         marshalers.c \
115         marshalers.h
116
117 ghb_LDFLAGS = \
118         -Wl,--export-dynamic
119
120 ghb_LDADD = $(GHB_LIBS) $(HB_LIBS)
121
122 ghb_DEPENDENCIES = $(HB_DIR)/libhb/libhb.a
123
124 makewidgetdeps_SOURCES = \
125         plist.c \
126         plist.h \
127         values.c \
128         values.h \
129         makedeps.c 
130
131 makewidgetdeps_LDADD = $(GHBTOOLS_LIBS)
132
133 create_resources_SOURCES = \
134         create_resources.c \
135         plist.c \
136         plist.h \
137         values.c \
138         values.h \
139         icon_tools.c \
140         icon_tools.h
141
142 create_resources_LDADD = $(GHBTOOLS_LIBS)
143
144 quotestring_SOURCES = quotestring.c
145
146 resources.c: resource_data.h
147
148 resource_data.h: quotestring resources.plist
149         ./quotestring resources.plist resource_data.h
150
151 widget_deps: makewidgetdeps
152         ./makewidgetdeps
153
154 resources.plist: create_resources resources.list $(icons_dep) internal_defaults.xml standard_presets.xml ghb.ui widget_deps widget_reverse_deps
155         ./create_resources resources.list resources.plist
156
157 ghbcellrenderertext.c: marshalers.h
158
159 marshalers.h: marshalers.list
160         glib-genmarshal --prefix=ghb_marshal marshalers.list --header > marshalers.h
161
162 marshalers.c: marshalers.list
163         glib-genmarshal --prefix=ghb_marshal marshalers.list --body > marshalers.c
164
165 EXTRA_DIST = HandBrakeCLI
166
167 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(DESTDIR)/$(datadir)/icons/hicolor
168
169 uninstall-local:
170         for icon in $(icons); do \
171                 SIZE=`echo $$icon | cut -d. -f2`; \
172                 FILE=`echo $$icon | cut -d. -f1,3`; \
173                 if [ "$$SIZE" = "svg" ]; then \
174                         SIZE="scalable"; \
175                         FILE="$$FILE.svg"; \
176                 else \
177                         SIZE="$${SIZE}x$${SIZE}"; \
178                 fi; \
179                 rm -f $(DESTDIR)/$(datadir)/icons/hicolor/$$SIZE/apps/$$FILE; \
180         done
181         @-if test -n "$(DESTDIR)/$(datadir)"; then \
182                 echo "Updating Gtk icon cache."; \
183                 $(gtk_update_icon_cache); \
184         else \
185                 echo "*** Icon cache not updated. After install, run this:"; \
186                 echo "***   $(gtk_update_icon_cache)"; \
187         fi
188         rm -f $(DESTDIR)/$(datadir)/applications/$(hb_menu)
189
190 install-exec-local:
191         $(INSTALL_PROGRAM) $(srcdir)/HandBrakeCLI $(DESTDIR)/$(bindir)/HandBrakeCLI
192
193 install-data-local:
194         for icon in $(icons); do \
195                 SIZE=`echo $$icon | cut -d. -f2`; \
196                 FILE=`echo $$icon | cut -d. -f1,3`; \
197                 if [ "$$SIZE" = "svg" ]; then \
198                         SIZE="scalable"; \
199                         FILE="$$FILE.svg"; \
200                 else \
201                         SIZE="$${SIZE}x$${SIZE}"; \
202                 fi; \
203                 mkdir -p $(DESTDIR)/$(datadir)/icons/hicolor/$$SIZE/apps/; \
204                 $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)/$(datadir)/icons/hicolor/$$SIZE/apps/$$FILE; \
205         done
206         @-if test -n "$(DESTDIR)/$(datadir)"; then \
207                 echo "Updating Gtk icon cache."; \
208                 $(gtk_update_icon_cache); \
209         else \
210                 echo "*** Icon cache not updated. After install, run this:"; \
211                 echo "***   $(gtk_update_icon_cache)"; \
212         fi
213         mkdir -p $(DESTDIR)/$(datadir)/applications/; \
214         $(INSTALL_DATA) $(srcdir)/$(hb_menu) $(DESTDIR)/$(datadir)/applications/$(hb_menu)