diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 15:42:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 15:42:20 +0200 |
commit | 556dffcdad42b938bc196819aa463247de709765 (patch) | |
tree | 12f5b4ae97025ace63eecd9112cf45fbc151039f /profile | |
parent | ad6ab4cb4c8086c9b8854c965c984ab848c6b6c2 (diff) |
Remove patches from source
Diffstat (limited to 'profile')
-rw-r--r-- | profile/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/profile/Makefile.am b/profile/Makefile.am new file mode 100644 index 0000000..4b60046 --- /dev/null +++ b/profile/Makefile.am @@ -0,0 +1,27 @@ +include $(top_srcdir)/Makefile.shared + +privatelib_LTLIBRARIES = libprof.la +privatelibdir = $(pkglibdir) + +libprof_la_SOURCES = prof.h profin.c profout.c +libprof_la_LIBADD = ../gamut/libgammap.la $(ICC_LIBS) \ + ../gamut/libgamut.la ../xicc/libxicc.la \ + ../numlib/libargyllnum.la ../spectro/libinsttypes.la \ + ../xicc/libxutils.la ../libargyll.la + +LDADD = ./libprof.la ../xicc/libxutils.la ../spectro/libinst.la \ + ../xicc/libxicc.la ../spectro/libinsttypes.la \ + ../gamut/libgamut.la ../gamut/libgammap.la ../plot/libvrml.la \ + ../plot/libplot.la ../rspl/librspl.la \ + ../numlib/libargyllnum.la $(ICC_LIBS) ../cgats/libcgats.la \ + ../libargyll.la $(TIFF_LIBS) ../spectro/libconv.la + +bin_PROGRAMS = simpprof kodak2ti3 cb2ti3 txt2ti3 splitti3 \ + profcheck invprofcheck mppprof mppcheck verify colprof printcal \ + applycal + +refdir = $(datadir)/color/argyll/ref + +ref_DATA = $(wildcard *.sp) + +EXTRA_DIST = License.txt Readme.txt |