LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Compiling old code: Makefile plus config.in (https://www.linuxquestions.org/questions/linux-software-2/compiling-old-code-makefile-plus-config-in-176022/)

cbcallaw 04-29-2004 02:13 PM

Compiling old code: Makefile plus config.in
 
Hi, I have a question about compiling old code.

I've figured out how to get code to compile that's been downloaded
off the web and contains ./configure files with automake and autoconf.

However, now I've got to get some code from 1999 working. It doesn't
have the above files, but instead has the following:

config.in
Makefile

the following commands don't do anything:

automake
autoconf
make Makefile
make all

or any make <x> where x is a target in Makefile

Does anyone have a clue?

cbcallaw 04-29-2004 05:35 PM

More clues...

Deep in the ../src/.. directory are makefile.master and makefile.slave that seem to get constructed semi-automatically. There are also some Configure files at that level, but they don't seem to do anything.


All times are GMT -5. The time now is 07:24 AM.