summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-07 13:29:54 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-07 13:29:54 +0200
commita879b4e708b3e46c9697ba6581687eeb5b02a320 (patch)
treef85acc5cb1a7c0b03a050c879c20cab3deb9f40e /Makefile.shared
parent556dffcdad42b938bc196819aa463247de709765 (diff)
parentc07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff)
state from 2014-09-07 13:30 MESZ
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile.shared b/Makefile.shared
deleted file mode 100644
index 1f1e105..0000000
--- a/Makefile.shared
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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)