www/Makefile

changeset 10
606b4af8f918
parent 5
36387e45a194
child 18
395833e20f88
equal deleted inserted replaced
9:5b384299cc53 10:606b4af8f918
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 = index.php getfermenter.php getfermenters.php \ 6 SRC = monitor.php getfermenter.php getfermenters.php \
7 getnode.php getnodes.php config.php.dist 7 getnode.php getnodes.php config.php.dist \
8 inv_suppliers.php
8 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \ 9 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \
9 jqwidgets/styles/images/* jqwidgets/globalization/* js/* 10 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \
11 includes/*
10 OTHER = Makefile 12 OTHER = Makefile
11 13
12 ############################################################################# 14 #############################################################################
13 15
14 .c.o: 16 .c.o:

mercurial