Avneet Kaur
2013-06-12 17:06:31 UTC
We use SUBDIRS to specify the sub directories in Makefile.am file like
SUBDIRS = src doc examples bindings
Run "make" will compile the makefile under these directories by default.
But I want to remove doc from default option like it will run by "make
doc" target only.
This is looking for what step or variable??
Wiating for your response.
--
Avneet Kaur
www.avneetkhasla.wordpress.com
SUBDIRS = src doc examples bindings
Run "make" will compile the makefile under these directories by default.
But I want to remove doc from default option like it will run by "make
doc" target only.
This is looking for what step or variable??
Wiating for your response.
--
Avneet Kaur
www.avneetkhasla.wordpress.com