summaryrefslogtreecommitdiff
path: root/generate_deps
Commit message (Collapse)AuthorAgeFilesLines
* Makefile and generate_deps now more robust.bug23481Jerry Kuch2010-11-111-2/+4
|
* Safekeeping commit; never try and build this version.Jerry Kuch2010-11-111-1/+1
|
* generate_deps takes file args from stdinJerry Kuch2010-11-111-5/+5
|
* generate_deps should no longer trip on detritus.Jerry Kuch2010-11-101-10/+11
|
* Corrected build system:Matthew Sackman2010-03-211-2/+3
| | | | | | | | | | a) Do not bother with the intermediate docs/.erl b) Define USAGES_XML and USAGES_ERL correctly and incorporate with SOURCES c) Declare the dependencies between the usage erls and usage xmls dynamically (define, call and eval are our friends here) d) Correct use of automatic variables and take advantage of (a) e) Given use of SOURCE_DIR, EBIN_DIR and such like, define and use DOC_DIR f) Correct order in generate_deps to ensure the .erl is the *first* dep of the .beam. This means we can drop the .erl in the .erl => .beam automatic rule and rely on the deps file populating $< with the .erl g) Tidy .hgignore
* Accomodate weird American spellingsMatthew Sackman2010-02-231-1/+2
|
* automatic, and accurate, make dependenciesMatthias Radestock2010-01-291-0/+52
...taking into account includes and behaviours This code was originally committed as part of bug21673