13 lines
115 B
Plaintext
13 lines
115 B
Plaintext
# $Id$
|
|
|
|
ifndef T_A
|
|
|
|
include $(CONFIG)/RULES_ARCHS
|
|
|
|
else #T_A
|
|
|
|
include $(CONFIG)/RULES_BUILD
|
|
|
|
endif # T_A defined
|
|
|