1 |
tis4000 |
1.1 |
# |
2 |
|
|
# Makefile.target |
3 |
|
|
# |
4 |
|
|
# this file defines the default target and its components |
5 |
|
|
# for the current build directory; there must be a target |
6 |
|
|
# named 'user_target' (see Makefile.defaults) somewhere at |
7 |
|
|
# the head of the chain, otherwise there aren't really any |
8 |
|
|
# constraints ... |
9 |
|
|
# |
10 |
|
|
|
11 |
|
|
user_target: bootline.o |
12 |
|
|
|
13 |
|
|
# |
14 |
|
|
# Define targets for the timeLib.o |
15 |
|
|
# |
16 |
|
|
|
17 |
|
|
# |
18 |
|
|
# END of Makefile.target |
19 |
|
|
# |
20 |
|
|
# Dependency list for .o files - automatically generated!! |
21 |
|
|
# reference ./Makefile & ../Makefile.defaults |
22 |
|
|
# |
23 |
|
|
|