www/Makefile

changeset 110
0f128201a031
parent 81
aad866b2bcea
child 111
8c4ba91adf58
equal deleted inserted replaced
109:3c334f3ca7f9 110:0f128201a031
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 gethopsources.php getyeastsources.php inv_hops.php \ 6 SRC = config.php.dist gen_about.php getfermentablesources.php getfermenter.php \
7 inv_waters.php mon_node.php rec_edit.php version.php gen_about.php \ 7 gethopsources.php getmiscsources.php getnode.php getwatersources.php \
8 getmiscsources.php index.php inv_instock.php inv_yeasts.php \ 8 getyeastsources.php index.php inv_equipments.php inv_fermentables.php \
9 profile_mash.php rec_main.php getfermentablesources.php getnode.php \ 9 inv_hops.php inv_instock.php inv_miscs.php inv_suppliers.php \
10 inv_equipments.php inv_miscs.php mon_brewer.php profile_styles.php \ 10 inv_waters.php inv_yeasts.php mon_brewer.php mon_fermenter.php \
11 rec_new.php getfermenter.php getwatersources.php inv_fermentables.php \ 11 mon_node.php profile_mash.php profile_setup.php profile_styles.php \
12 inv_suppliers.php mon_fermenter.php profile_water.php rec_print.php 12 profile_water.php rec_edit.php rec_main.php rec_new.php rec_print.php \
13 version.php
13 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \ 14 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \
14 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \ 15 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \
15 includes/* fpdf/* import/* 16 includes/* fpdf/* import/*
16 OTHER = Makefile 17 OTHER = Makefile
17 18

mercurial