By default, makefile.in has following tag for "make all"
all: all-redirect
I have 3 subdirectories & want to invoke make in 3 different ways
make all (make subdir1, 2, 3 only)
make other (make subdir1, 2 only)
make stillOther (make subdir1 only)
How can I specify in makefile.in (or for that matter in makefile.am) to make
things work as stated above.
Thanks,
Vinay Singh
Infosys Technologies,
India
www.infy.com