diff options
author | 2020-03-04 22:41:15 +1100 | |
---|---|---|
committer | 2020-03-04 22:41:15 +1100 | |
commit | 11ac7454dbc1b905d0d89880b93554a18c126ae4 (patch) | |
tree | 8be41a29e6d68088bbf58167bf9429c682f864b9 /dist.mak | |
parent | 4080e50b9e51bddbeb234a70dca19f6b64cc4ec7 (diff) |
Maintenance:
* Removed empty nl_examples from dist.mak
* Added copyright acknowledgements and full text of licenses to binary distribution
* Fixed up the list of third-party libraries
* Moved WDL fft.c to 3rdparty
Diffstat (limited to 'dist.mak')
-rw-r--r-- | dist.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,9 +102,9 @@ BINDIR := build/$(PROJECTTYPE)/bin/$(BUILDARCH)/$(BUILDVARIANT) STAGEDIR := build/release/$(BUILDARCH)/$(BUILDVARIANT)/$(TARGET) BINARIES = $(MAINBIN) castool chdman floptool imgtool jedutil ldresample ldverify nltool nlwav romcmp unidasm -SIMPLE_DIRS := ctrlr docs/man docs/swlist hash ini/examples ini/presets nl_examples +SIMPLE_DIRS := ctrlr docs/legal docs/man docs/swlist hash ini/examples ini/presets LOCALISATIONS := $(wildcard language/*/*.mo) -COPIED_FILES := uismall.bdf roms/dir.txt $(foreach DIR,$(SIMPLE_DIRS),$(wildcard $(DIR)/*)) language/LICENSE language/README.md $(LOCALISATIONS) +COPIED_FILES := COPYING uismall.bdf roms/dir.txt $(foreach DIR,$(SIMPLE_DIRS),$(wildcard $(DIR)/*)) language/LICENSE language/README.md $(LOCALISATIONS) CREATED_DIRS := docs ini roms $(SIMPLE_DIRS) language $(dir $(LOCALISATIONS)) GEN_FOLDERS := $(addprefix $(STAGEDIR)/,$(CREATED_DIRS)) |