www/Makefile

changeset 81
aad866b2bcea
parent 36
4b829f689d7e
child 110
0f128201a031
equal deleted inserted replaced
80:75b9227fb98c 81:aad866b2bcea
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 = getfermenter.php getnode.php config.php.dist index.php \ 6 SRC = config.php.dist gethopsources.php getyeastsources.php inv_hops.php \
7 inv_fermentables.php inv_hops.php inv_mash_profiles.php \ 7 inv_waters.php mon_node.php rec_edit.php version.php gen_about.php \
8 inv_miscs.php inv_suppliers.php inv_water_profiles.php \ 8 getmiscsources.php index.php inv_instock.php inv_yeasts.php \
9 inv_water_sources.php inv_yeasts.php inv_equipments.php \ 9 profile_mash.php rec_main.php getfermentablesources.php getnode.php \
10 inv_styles.php \ 10 inv_equipments.php inv_miscs.php mon_brewer.php profile_styles.php \
11 mon_brewer.php mon_fermenter.php mon_node.php 11 rec_new.php getfermenter.php getwatersources.php inv_fermentables.php \
12 inv_suppliers.php mon_fermenter.php profile_water.php rec_print.php
12 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \ 13 SUB = version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \
13 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \ 14 jqwidgets/styles/images/* jqwidgets/globalization/* js/* \
14 includes/* 15 includes/* fpdf/* import/*
15 OTHER = Makefile 16 OTHER = Makefile
16 17
17 ############################################################################# 18 #############################################################################
18 19
19 .c.o: 20 .c.o:

mercurial