Path: utzoo!utgpu!watserv1!watmath!att!pacbell!pacbell.com!ucsd!usc!samsung!rex!uflorida!haven!cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!cathedral!siping From: siping@cathedral.cerc.wvu.wvnet.edu (Siping Liu) Newsgroups: comp.unix.questions Subject: **** make file in another dir -- help !! **** Message-ID: <730@babcock.cerc.wvu.wvnet.edu> Date: 31 Aug 90 14:15:29 GMT Sender: news@cerc.wvu.wvnet.edu Lines: 12 I'd like to run my make file in one directory (also generate the object files and executable file in this directory) but the source files are stored in another directory. I do not know how to specify this situation in my makefile. I tried to put the path with every file names in the makefile but it didn't work. The guy who works with me said make can not handle this. Can you help me to solve this or confirm that it is impossible? Thanks a lot. siping@cerc.wvu.wvnet.edu