www/Makefile

changeset 18
395833e20f88
parent 10
606b4af8f918
child 23
4b157d7a1cee
equal deleted inserted replaced
17:bb97e0de63cf 18:395833e20f88
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 = monitor.php getfermenter.php getfermenters.php \ 6 SRC = getfermenter.php getfermenters.php \
7 getnode.php getnodes.php config.php.dist \ 7 getnode.php getnodes.php config.php.dist index.php \
8 inv_suppliers.php 8 inv_suppliers.php inv_fermentables.php inv_hops.php inv_yeasts.php \
9 mon_brewer.php mon_fermenter.php mon_node.php
9 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \ 10 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \
10 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \ 11 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \
11 includes/* 12 includes/*
12 OTHER = Makefile 13 OTHER = Makefile
13 14

mercurial