xlc question on AIX

Problem
when compiling c-source with xlc it will generate some other files .lst .call. This kind of files is generated on the current directory.

Question
Can I influence the directory where the .lst and .call is generated.

What i want is a dir stucture like this:

project
|---c-source
|---Binaries << here also the .lst and .call file but how?
|---makefile

Cheerz, David