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:: recSup.o |
12 |
|
|
|
13 |
|
|
user_target:: udbLib.o |
14 |
|
|
|
15 |
|
|
user_target:: tcntReset.o |
16 |
|
|
|
17 |
|
|
user_target:: readbackTask.o |
18 |
|
|
|
19 |
|
|
user_target:: restest.o |
20 |
|
|
|
21 |
|
|
# |
22 |
|
|
# Define targets for the recSup |
23 |
|
|
# |
24 |
|
|
|
25 |
|
|
recSup.o: $(OBJS) |
26 |
|
|
@ echo "linking recSup.o for $(DST)" |
27 |
|
|
@ $(RM) [email protected] |
28 |
|
|
@ $(LD) -r $(OBJS) -o [email protected] |
29 |
|
|
|
30 |
|
|
# |
31 |
|
|
# END of Makefile.target |
32 |
|
|
# |
33 |
|
|
# Dependency list for .o files - automatically generated!! |
34 |
|
|
# reference ./Makefile & ../Makefile.defaults |
35 |
|
|
# |
36 |
|
|
|