Last change
on this file since 3444 was
3395,
checked in by fguidi, 7 years ago
|
scan for redundant includes with new version of matitadep
|
File size:
426 bytes
|
Line | |
---|
1 | # MATITA_COMPONENTS: /-terminated path of matita "components" directory |
---|
2 | |
---|
3 | H = @ |
---|
4 | |
---|
5 | MATITADEP_OUT = redundant_includes.txt |
---|
6 | MATITADEP_DIR = $(MATITA_COMPONENTS)binaries/matitadep/ |
---|
7 | MATITADEP = $(MATITADEP_DIR)matitadep.native -c |
---|
8 | |
---|
9 | all: |
---|
10 | |
---|
11 | matitadep: |
---|
12 | $(MAKE) --no-print-directory -C $(MATITADEP_DIR) |
---|
13 | |
---|
14 | deps: |
---|
15 | @echo " MATITADEP > $(MATITADEP_OUT)" |
---|
16 | $(H)find -name "*.ma" | xargs grep "^include \"" | $(MATITADEP) > $(MATITADEP_OUT) |
---|
Note: See
TracBrowser
for help on using the repository browser.