# This file is automatically generated by gen-makefiles.pl
#
# Second-level Makefile for UnixLib for RISC OS GCC
# Written by Nick Burrett <nick@dsvr.net>

export TRG CFL1

all:	unixlib

.PHONY: unixlib

upath=$(objdir)/unixlib/$(TRG)

DIRS = \
$(upath)/common \
$(upath)/complex \
$(upath)/crypt \
$(upath)/gcccompat \
$(upath)/grp \
$(upath)/locale \
$(upath)/math \
$(upath)/math-asm \
$(upath)/netlib \
$(upath)/pthread \
$(upath)/pwd \
$(upath)/resolv \
$(upath)/resource \
$(upath)/scl \
$(upath)/signal \
$(upath)/stat \
$(upath)/stdio \
$(upath)/stdlib \
$(upath)/string \
$(upath)/sys \
$(upath)/termios \
$(upath)/time \
$(upath)/unistd \
$(upath)/unix \
$(upath)/wchar \

install_headers:
	$(MAKE) -C source install_headers

unixlib: $(DIRS)
	$(MAKE) -C source


$(DIRS):
	mkdir -p $@


