OSDN Git Service

LinGui: continue callbacks.c reduction. move audio tab handling to separate
[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         audiohandler.c \
92         audiohandler.h \
93         main.c \
94         settings.c \
95         settings.h \
96         resources.c \
97         resources.h \
98         presets.c \
99         presets.h \
100         icons.c \
101         icons.h \
102         icon_tools.c \
103         icon_tools.h \
104         values.c \
105         values.h \
106         plist.c \
107         plist.h \
108         hb-backend.c \
109         hb-backend.h \
110         renderer_button.h \
111         renderer_button.c \
112         ghbcellrenderertext.c \
113         ghbcellrenderertext.h \
114         ghb-dvd.c \
115         ghb-dvd.h \
116         marshalers.c \
117         marshalers.h
118
119 ghb_LDFLAGS = \
120         -Wl,--export-dynamic
121
122 ghb_LDADD = $(GHB_LIBS) $(HB_LIBS)
123
124 ghb_DEPENDENCIES = $(HB_DIR)/libhb/libhb.a
125
126 makewidgetdeps_SOURCES = \
127         plist.c \
128         plist.h \
129         values.c \
130         values.h \
131         makedeps.c 
132
133 makewidgetdeps_LDADD = $(GHBTOOLS_LIBS)
134
135 create_resources_SOURCES = \
136         create_resources.c \
137         plist.c \
138         plist.h \
139         values.c \
140         values.h \
141         icon_tools.c \
142         icon_tools.h
143
144 create_resources_LDADD = $(GHBTOOLS_LIBS)
145
146 quotestring_SOURCES = quotestring.c
147
148 resources.c: resource_data.h
149
150 resource_data.h: quotestring resources.plist
151         ./quotestring resources.plist resource_data.h
152
153 widget_deps: makewidgetdeps
154         ./makewidgetdeps
155
156 resources.plist: create_resources resources.list $(icons_dep) internal_defaults.xml standard_presets.xml ghb.ui widget_deps widget_reverse_deps
157         ./create_resources resources.list resources.plist
158
159 ghbcellrenderertext.c: marshalers.h
160
161 marshalers.h: marshalers.list
162         glib-genmarshal --prefix=ghb_marshal marshalers.list --header > marshalers.h
163
164 marshalers.c: marshalers.list
165         glib-genmarshal --prefix=ghb_marshal marshalers.list --body > marshalers.c
166
167 EXTRA_DIST = HandBrakeCLI
168
169 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(DESTDIR)/$(datadir)/icons/hicolor
170
171 uninstall-local:
172         for icon in $(icons); do \
173                 SIZE=`echo $$icon | cut -d. -f2`; \
174                 FILE=`echo $$icon | cut -d. -f1,3`; \
175                 if [ "$$SIZE" = "svg" ]; then \
176                         SIZE="scalable"; \
177                         FILE="$$FILE.svg"; \
178                 else \
179                         SIZE="$${SIZE}x$${SIZE}"; \
180                 fi; \
181                 rm -f $(DESTDIR)/$(datadir)/icons/hicolor/$$SIZE/apps/$$FILE; \
182         done
183         @-if test -n "$(DESTDIR)/$(datadir)"; then \
184                 echo "Updating Gtk icon cache."; \
185                 $(gtk_update_icon_cache); \
186         else \
187                 echo "*** Icon cache not updated. After install, run this:"; \
188                 echo "***   $(gtk_update_icon_cache)"; \
189         fi
190         rm -f $(DESTDIR)/$(datadir)/applications/$(hb_menu)
191
192 install-exec-local:
193         $(INSTALL_PROGRAM) $(srcdir)/HandBrakeCLI $(DESTDIR)/$(bindir)/HandBrakeCLI
194
195 install-data-local:
196         for icon in $(icons); do \
197                 SIZE=`echo $$icon | cut -d. -f2`; \
198                 FILE=`echo $$icon | cut -d. -f1,3`; \
199                 if [ "$$SIZE" = "svg" ]; then \
200                         SIZE="scalable"; \
201                         FILE="$$FILE.svg"; \
202                 else \
203                         SIZE="$${SIZE}x$${SIZE}"; \
204                 fi; \
205                 mkdir -p $(DESTDIR)/$(datadir)/icons/hicolor/$$SIZE/apps/; \
206                 $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)/$(datadir)/icons/hicolor/$$SIZE/apps/$$FILE; \
207         done
208         @-if test -n "$(DESTDIR)/$(datadir)"; then \
209                 echo "Updating Gtk icon cache."; \
210                 $(gtk_update_icon_cache); \
211         else \
212                 echo "*** Icon cache not updated. After install, run this:"; \
213                 echo "***   $(gtk_update_icon_cache)"; \
214         fi
215         mkdir -p $(DESTDIR)/$(datadir)/applications/; \
216         $(INSTALL_DATA) $(srcdir)/$(hb_menu) $(DESTDIR)/$(datadir)/applications/$(hb_menu)