equal
deleted
inserted
replaced
29 # standard) as the (only) precondition to have the right to use EtherCAT |
29 # standard) as the (only) precondition to have the right to use EtherCAT |
30 # Technology, IP and trade marks. |
30 # Technology, IP and trade marks. |
31 # |
31 # |
32 #------------------------------------------------------------------------------ |
32 #------------------------------------------------------------------------------ |
33 |
33 |
|
34 if ENABLE_USERLIB |
|
35 SUBDIRS = user |
|
36 endif |
|
37 |
34 DIST_SUBDIRS = \ |
38 DIST_SUBDIRS = \ |
35 mini \ |
39 mini \ |
36 rtai \ |
40 rtai \ |
37 user |
41 user |
38 |
42 |
|
43 EXTRA_DIST = \ |
|
44 Kbuild.in |
|
45 |
|
46 BUILT_SOURCES = \ |
|
47 Kbuild |
|
48 |
39 #------------------------------------------------------------------------------ |
49 #------------------------------------------------------------------------------ |