tif_config.wince.h/tiffconf.wince.h added to distribution.
This commit is contained in:
parent
cd9d0d5133
commit
dfc01ae91e
@ -25,32 +25,38 @@
|
||||
|
||||
LIBPORT = $(top_builddir)/port/libport.la
|
||||
LIBTIFF = $(top_builddir)/libtiff/libtiff.la
|
||||
libtiffincludedir = $(includedir)
|
||||
|
||||
EXTRA_DIST = Makefile.vc \
|
||||
SConstruct \
|
||||
tif_config.h-vms \
|
||||
tif_config.vc.h \
|
||||
tif_config.wince.h \
|
||||
tiffconf.vc.h \
|
||||
tiffconf.wince.h \
|
||||
libtiff.def \
|
||||
$(EXTRA_SRCS)
|
||||
tif_win32.c
|
||||
|
||||
HDRS = \
|
||||
libtiffinclude_HEADERS = \
|
||||
tiff.h \
|
||||
tiffio.h \
|
||||
tiffvers.h
|
||||
|
||||
if HAVE_CXX
|
||||
HDRS += tiffio.hxx
|
||||
libtiffinclude_HEADERS += tiffio.hxx
|
||||
endif
|
||||
|
||||
EXTRA_HDRS = \
|
||||
noinst_HEADERS = \
|
||||
t4.h \
|
||||
tif_dir.h \
|
||||
tif_predict.h \
|
||||
tiffiop.h \
|
||||
uvcode.h
|
||||
|
||||
SRCS = \
|
||||
nodist_libtiffinclude_HEADERS = \
|
||||
tiffconf.h
|
||||
|
||||
libtiff_la_SOURCES = \
|
||||
tif_aux.c \
|
||||
tif_close.c \
|
||||
tif_codec.c \
|
||||
@ -89,22 +95,14 @@ SRCS = \
|
||||
tif_write.c \
|
||||
tif_zip.c
|
||||
|
||||
SRCSXX = \
|
||||
libtiffxx_la_SOURCES = \
|
||||
tif_stream.cxx
|
||||
|
||||
EXTRA_SRCS = \
|
||||
tif_win32.c
|
||||
|
||||
libtiffincludedir = $(includedir)
|
||||
libtiffinclude_HEADERS = $(HDRS)
|
||||
noinst_HEADERS = $(EXTRA_HDRS)
|
||||
|
||||
lib_LTLIBRARIES = libtiff.la
|
||||
if HAVE_CXX
|
||||
lib_LTLIBRARIES += libtiffxx.la
|
||||
endif
|
||||
|
||||
libtiff_la_SOURCES = $(SRCS)
|
||||
libtiff_la_LDFLAGS = \
|
||||
-no-undefined \
|
||||
-version-info $(LIBTIFF_VERSION_INFO)
|
||||
@ -113,7 +111,6 @@ libtiff_la_LDFLAGS += $(LIBDIR)
|
||||
endif
|
||||
libtiff_la_LIBADD = $(LIBPORT)
|
||||
|
||||
libtiffxx_la_SOURCES = $(SRCSXX)
|
||||
libtiffxx_la_LDFLAGS = \
|
||||
-no-undefined \
|
||||
-version-info $(LIBTIFF_VERSION_INFO)
|
||||
|
Loading…
Reference in New Issue
Block a user