Project

General

Profile

« Previous | Next » 

Revision 4689

mappings/Makefile: Removed empty VegCSV section. mappings/Makefile's only functionality is now to clean up (sort) the core maps whenever they change and create human-readable maps from them.

View differences:

Makefile
18 18

  
19 19
##### General targets
20 20

  
21
all: _always $(inputCoreMaps) vegcsv_maps ;
21
all: _always $(inputCoreMaps) ;
22 22

  
23 23
clean: _always
24 24
	$(RM) $(all)
......
42 42
$(inputCoreMaps): _always
43 43
	$(MAKE) $(@:%=.%.last_cleanup)
44 44
endif
45

  
46
##### VegCSV
47

  
48
vegcsvMaps :=
49

  
50
vegcsv_maps: _always $(vegcsvMaps) ;
51

  
52
all += $(vegcsvMaps)

Also available in: Unified diff