www/Makefile

changeset 311
f6fafccd8a6d
parent 309
88ef2501b9a0
child 341
9c4bc199be9e
equal deleted inserted replaced
310:b316b88ebe12 311:f6fafccd8a6d
4 include ../Makefile.global 4 include ../Makefile.global
5 5
6 SRC = cmd_fermenter.php config.php.dist crontasks.php favicon.ico gen_about.php \ 6 SRC = cmd_fermenter.php config.php.dist crontasks.php favicon.ico gen_about.php \
7 getbrewlog.php getfermentablesources.php getfermenter.php getfermentlog.php \ 7 getbrewlog.php getfermentablesources.php getfermenter.php getfermentlog.php \
8 gethopsources.php getmiscsources.php getnode.php getwatersources.php \ 8 gethopsources.php getmiscsources.php getnode.php getwatersources.php \
9 getyeastsources.php index.php \ 9 getyeastsources.php import_ingredients.php index.php \
10 inv_equipments.php inv_fermentables.php inv_hops.php inv_instock.php \ 10 inv_equipments.php inv_fermentables.php inv_hops.php inv_instock.php \
11 inv_miscs.php inv_suppliers.php inv_waters.php inv_yeasts.php \ 11 inv_miscs.php inv_suppliers.php inv_waters.php inv_yeasts.php \
12 log_brew.php log_fermentation.php \ 12 log_brew.php log_fermentation.php \
13 mon_brewer.php mon_fermenter.php mon_node.php \ 13 mon_brewer.php mon_fermenter.php mon_node.php \
14 prod_archive_code.php prod_archive_date.php prod_archive_name.php prod_beerxml.php \ 14 prod_archive_code.php prod_archive_date.php prod_archive_name.php prod_beerxml.php \
16 prod_new.php prod_print.php prod_reduce.php prod_torecipe.php \ 16 prod_new.php prod_print.php prod_reduce.php prod_torecipe.php \
17 profile_fermentation.php profile_mash.php profile_setup.php profile_styles.php \ 17 profile_fermentation.php profile_mash.php profile_setup.php profile_styles.php \
18 profile_water.php \ 18 profile_water.php \
19 rec_beerxml.php rec_duplicate.php rec_edit.php rec_export.php rec_import.php \ 19 rec_beerxml.php rec_duplicate.php rec_edit.php rec_export.php rec_import.php \
20 rec_main.php rec_new.php rec_print.php rec_toproduct.php \ 20 rec_main.php rec_new.php rec_print.php rec_toproduct.php \
21 upl_brew.php upl_recipe.php version.php 21 upl_brew.php upl_fermentables.php upl_hops.php upl_miscs.php upl_recipe.php \
22 upl_styles.php upl_yeasts.php version.php
22 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \ 23 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \
23 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \ 24 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \
24 includes/* fpdf/* import/* 25 includes/* fpdf/* import/*
25 OTHER = Makefile 26 OTHER = Makefile
26 27

mercurial