1 # The target 'all' will do some theoretical pre-processing. The target
2 # 'install' will put all the bits in their place according to Girocco::Config
3 # (see INSTALL for details). Set GIROCCO_CONFIG to a different value in order
4 # to install according to custom config.
6 # NOTE: Requires GNU make because Git requires GNU make and we build gitweb.cgi
10 # This should give a reasonable hint that GNU make is required in non-GNU make
11 .error
"required: GNU make"
13 # This should be fatal in non-GNU make
17 @
"$(MAKE)" -C git.git
--quiet gitweb
18 @
"$(MAKE)" -C src
--quiet
25 apache.conf
: apache.conf.in