
makefile.am
DIST_SUBDIRS = $(SUBDIRS) tests include packages docs
	cd include && $(MAKE) install
	cd include && $(MAKE) uninstall

ares\makefile.am
include Makefile.inc

docs\examples\makefile.am
INCLUDES = -I$(top_srcdir)/include

lib\makefile.am
# we use srcdir/include for the static global include files
INCLUDES = -I$(top_srcdir)/include \
include Makefile.inc

packages\makefile.am
OS400/curl.inc.in OS400/initscript.sh OS400/makefile.sh OS400/make-include.sh \

packages\Win32\cygwin\makefile.am
	mv $(cygwintmp)/usr/include $(cygwintmp)-dev/usr

src\makefile.am
# we use srcdir/include for the static global include files
# we use builddir/src for the generated include files to get found
INCLUDES = -I$(top_srcdir)/include \
include Makefile.inc
	echo '#include "setup.h"' > $(HUGE)
	echo '#include "setup.h"' > $(HUGE)
	echo '#include "hugehelp.h"' >> $(HUGE)

tests\libtest\makefile.am
# $(top_srcdir)/include/curl is for the main curl include files, to make it
# easier to include this specific set of curl headers, and NOT the ones
INCLUDES = -I$(top_srcdir)/include/curl \

tests\server\makefile.am
INCLUDES = -I$(top_srcdir)/include \
Processed 25 files, 75 directories, 39,234 bytes, for 21 finds ...
