diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 14:02:37 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 14:02:37 +0200 |
commit | d7f89e6fe63b8697fab5a901cfce457b375638b3 (patch) | |
tree | 30b4b81d186a06b64cd1ffb51236ec52a8e47e34 /target | |
parent | 22f703cab05b7cd368f4de9e03991b7664dc5022 (diff) |
Imported Upstream version 1.5.1upstream/1.5.1
Diffstat (limited to 'target')
-rw-r--r-- | target/Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/target/Makefile.am b/target/Makefile.am deleted file mode 100644 index d9f050b..0000000 --- a/target/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -include $(top_srcdir)/Makefile.shared - -CPPFLAGS+=-D_FORTIFY_SOURCE=2 - -privatelib_LTLIBRARIES = libtarget.la -privatelibdir = $(pkglibdir) - -libtarget_la_SOURCES = alphix.c alphix.h randix.c randix.h - -LDADD = ./libtarget.la ../rspl/librspl.la ../plot/libvrml.la \ - $(ICC_LIBS) ../render/librender.la ../cgats/libcgats.la \ - ../xicc/libxicc.la ../gamut/libgamut.la \ - ../spectro/libinsttypes.la ../spectro/libconv.la \ - ../numlib/libargyllnum.la ../libargyll.la $(TIFF_LIBS) - -bin_PROGRAMS = targen printtarg - -targen_DEPENDENCIES = ../spectro/libinsttypes.la -targen_SOURCES = targen.c targen.h ofps.c ofps.h ifarp.c ifarp.h \ - simplat.c simplat.h simdlat.c simdlat.h prand.c prand.h - -printtarg_SOURCES = printtarg.c - -refdir = $(datadir)/color/argyll/ref - -ref_DATA = $(wildcard *.ti2) - -EXTRA_DIST = License.txt Readme.txt |