www/Makefile

changeset 173
4cda47269c02
parent 111
8c4ba91adf58
child 176
316f86778b6d
equal deleted inserted replaced
172:684c651dd165 173:4cda47269c02
1 # Makefile for the bms webserver 1 # Makefile for the bms webserver
2 # Copyright (c) 2018 by M. Broek. 2 # Copyright (c) 2018 by M. Broek.
3 3
4 include ../Makefile.global 4 include ../Makefile.global
5 5
6 SRC = config.php.dist gen_about.php getfermentablesources.php getfermenter.php \ 6 SRC = config.php.dist favicon.ico gen_about.php getfermentablesources.php \
7 gethopsources.php getmiscsources.php getnode.php getwatersources.php \ 7 getfermenter.php getfermentlog.php gethopsources.php getmiscsources.php \
8 getyeastsources.php index.php inv_equipments.php inv_fermentables.php \ 8 getnode.php getwatersources.php getyeastsources.php index.php \
9 inv_hops.php inv_instock.php inv_miscs.php inv_suppliers.php \ 9 inv_equipments.php inv_fermentables.php inv_hops.php inv_instock.php \
10 inv_waters.php inv_yeasts.php mon_brewer.php mon_fermenter.php \ 10 inv_miscs.php inv_suppliers.php inv_waters.php inv_yeasts.php \
11 mon_node.php prod_edit.php prod_inprod.php prod_new.php \ 11 log_fermentation.php mon_brewer.php mon_fermenter.php mon_node.php \
12 profile_mash.php profile_setup.php profile_styles.php \ 12 prod_edit.php prod_inprod.php prod_new.php prod_print.php \
13 profile_water.php rec_edit.php rec_main.php rec_new.php rec_print.php \ 13 profile_mash.php profile_setup.php profile_styles.php profile_water.php \
14 version.php 14 rec_edit.php rec_main.php rec_new.php rec_print.php version.php
15 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \ 15 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \
16 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \ 16 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \
17 includes/* fpdf/* import/* 17 includes/* fpdf/* import/*
18 OTHER = Makefile 18 OTHER = Makefile
19 19

mercurial