blob: 6a8a8e960e7f60587e2970fd6efb3a2e71712f3f [file] [log] [blame]
Matthias Andreas Benkardf59e0972018-04-10 22:01:34 +02001# For detailed information on using, building, and modifying Weld, please visit:
2# http://www.agottem.com/weld
3
4# This is a template for a resource only component definition. These
5# component definitions should have the following layout:
6# ./
7# def.mk
8# resource/
9# resource1.blaz
10# resource2.bar
11
12# Specify the name of the component definition. This name must be unique throughout
13# the source tree
14name := my_res
15
16# Specify a list of resource files to copy to bin directory of the build path.
17# These resource files should exist in the resource/ directory of the component.
18resource_list := img/cat.jpg img/another_cat.jpg text/help.txt
19
20# Specify additional dependencies each resource build artifact should have
21def_deps := /some/file