1 # creates subdirectories for object-files in case they are needed...
4 @if test "x$(SRC_DIR)" != x ; then \
5 echo -n "Creating necessary subdirs: "; \
6 for each in $(SRC_DIR) xxx; do \
7 if test "x$$each" != xxxx; then \
9 if test ! -d $$each ; then \