Project

General

Profile

« Previous | Next » 

Revision 785

Makefiles: Added documentation labels to each section

View differences:

Makefile
1
##### Vars/functions
2

  
1 3
# OS
2 4
os = $(shell uname)
3 5

  
4 6
SED = sed -$(if $(filter Darwin,$(os)),E,r)
5 7

  
6
#####
8
##### General targets
7 9

  
8 10
all = vegbien.sql vegbien_empty.sql vegbien.my.sql
9 11

  
......
23 25
	./$< >$@
24 26
.PRECIOUS: %
25 27

  
26
#####
28
##### VegBIEN DB
27 29

  
28 30
.PRECIOUS: vegbien.sql
29 31

  
......
33 35
%_empty.sql: %.sql
34 36
	$(empty)
35 37

  
36
#####
38
##### MySQL schema for ERD
37 39

  
38 40
repl = ../bin/repl <$+ >$@
39 41

  

Also available in: Unified diff