www/Makefile

changeset 506
8ab0e87d579e
parent 498
10c6eeee60ce
child 507
17f244137a9b
equal deleted inserted replaced
505:c09b67fd8323 506:8ab0e87d579e
1 # Makefile for the bms webserver 1 # Makefile for the bms webserver
2 # Copyright (c) 2018-2019 by M. Broek. 2 # Copyright (c) 2018-2019 by M. Broek.
3 3
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 cmd_co2meter.php \
7 getbrewlog.php getfermentablesources.php getfermenter.php getfermentlog.php \ 7 config.php.dist crontasks.php favicon.ico gen_about.php \
8 gethopsources.php getmiscsources.php getnode.php getwatersources.php \ 8 getbrewlog.php getco2meter.php getfermentablesources.php getfermenter.php \
9 getyeastsources.php import_ingredients.php index.php \ 9 getfermentlog.php gethopsources.php getmiscsources.php getnode.php \
10 getwatersources.php getyeastsources.php import_ingredients.php index.php \
10 inv_equipments.php inv_fermentables.php inv_hops.php inv_instock.php \ 11 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 \ 12 inv_miscs.php inv_suppliers.php inv_waters.php inv_yeasts.php \
12 log_brew.php log_fermentation.php \ 13 log_brew.php log_co2pressure.php log_fermentation.php \
13 mon_brewer.php mon_fermenter.php mon_node.php \ 14 mon_brewer.php mon_co2meter.php mon_fermenter.php mon_node.php \
14 prod_archive_code.php prod_archive_date.php prod_archive_name.php prod_beerxml.php \ 15 prod_archive_code.php prod_archive_date.php prod_archive_name.php prod_beerxml.php \
15 prod_checklist.php prod_divide.php prod_duplicate.php prod_edit.php prod_export.php prod_forum.php \ 16 prod_checklist.php prod_divide.php prod_duplicate.php prod_edit.php prod_export.php prod_forum.php \
16 prod_impbrew.php prod_inprod.php prod_new.php prod_print.php prod_torecipe.php \ 17 prod_impbrew.php prod_inprod.php prod_new.php prod_print.php prod_torecipe.php \
17 prod_r_efficiency.php prod_r_yeast.php prod_r_totals.php \ 18 prod_r_efficiency.php prod_r_yeast.php prod_r_totals.php \
18 profile_fermentation.php profile_mash.php profile_setup.php profile_styles.php \ 19 profile_fermentation.php profile_mash.php profile_setup.php profile_styles.php \

mercurial