WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / gtk / Jamfile
blob2d731247802b79e4836d788440d07932b9816f94
1 SubDir TOP gtk ;
3 #rule GhbConfig
4 #{
5 #       Depends $(SUBDIR)/ghb : $(1) ;
6 #}
7 #actions GhbConfig
8 #{
9 #       cd `dirname $(1)` &&
10 #       ./configure --prefix=/usr
12 #GhbConfig $(SUBDIR)/config.h : $(SUBDIR)/configure ;
14 rule GhbApp
16         Depends all : $(1) ;
18 actions GhbApp
20         cd `dirname $(1)` &&
21         $(MAKE)
23 GhbApp $(SUBDIR)/ghb : libhb.a $(SUBDIR)/config.h ;
25 rule GhbClean
27         Depends clean : $(1) ;
29 actions GhbClean
31         cd $(2) &&
32         $(MAKE) clean
34 GhbClean clean_dummy : $(SUBDIR) ;
36 rule GhbInstall
38         Depends install : $(1) ;
40 actions GhbInstall
42         cd $(2) &&
43         $(MAKE) install
45 GhbInstall install_dummy : $(SUBDIR) ;