1*16926115SRaphael IsemannC_SOURCES := main.c
2*16926115SRaphael IsemannUSE_LIBDL := 1
3*16926115SRaphael Isemann
4*16926115SRaphael Isemannother:
5*16926115SRaphael Isemann	$(MAKE) -f $(MAKEFILE_RULES) C_SOURCES=other.c EXE=other
6*16926115SRaphael Isemannall: other
7*16926115SRaphael Isemann
8*16926115SRaphael Isemanninclude Makefile.rules
9