summaryrefslogtreecommitdiff
path: root/Makefile.shared
blob: 1f1e1058bd5d3c7967c23be7493256325e0fb1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Common CFLAGS for Argyll components

AM_CFLAGS = -D_GNU_SOURCE -DUNIX -DENABLE_USB -DENABLE_SERIAL -I$(top_srcdir)/cgats		\
	-I$(top_srcdir)/gamut -I$(top_srcdir)/h -I$(top_srcdir)/jcnf		\
	-I$(top_srcdir)/libusb1/libusb -I$(top_srcdir)/numlib			\
	-I$(top_srcdir)/plot -I$(top_srcdir)/profile -I$(top_srcdir)/render	\
	-I$(top_srcdir)/rspl -I$(top_srcdir)/spectro -I$(top_srcdir)/target	\
	-I$(top_srcdir)/ucmm -I$(top_srcdir)/xicc $(TIFF_CFLAGS) $(ICC_CFLAGS)	\
	$(YAJL_CFLAGS) -L$(top_srcdir)/spectro

# Build libs in other dirs when required
../%.la:
	$(MAKE) -C $(@D) $(@F)
./%.la:
	$(MAKE) -C $(@D) $(@F)