Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/lcms2/plugins/threaded/src/Makefile.am @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 # | |
| 2 # Makefile for building lcms2_threaded plugin | |
| 3 # | |
| 4 | |
| 5 # Don't require all the GNU mandated files | |
| 6 AUTOMAKE_OPTIONS = 1.7 foreign | |
| 7 | |
| 8 includedir = ${prefix}/include | |
| 9 | |
| 10 # Shared libraries built in this directory | |
| 11 lib_LTLIBRARIES = liblcms2_threaded.la | |
| 12 | |
| 13 LIBRARY_CURRENT = 1 | |
| 14 LIBRARY_REVISION = 0 | |
| 15 LIBRARY_AGE = 0 | |
| 16 | |
| 17 AM_CPPFLAGS = -Ofast -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)/../include -I$(builddir)/../include | |
| 18 | |
| 19 liblcms2_threaded_la_LDFLAGS = -no-undefined \ | |
| 20 -version-info $(LIBRARY_CURRENT):$(LIBRARY_REVISION):$(LIBRARY_AGE) | |
| 21 | |
| 22 liblcms2_threaded_la_LIBADD = $(LCMS_LIB_DEPLIBS) $(top_builddir)/src/liblcms2.la | |
| 23 | |
| 24 liblcms2_threaded_la_SOURCES = threaded_split.c threaded_core.c threaded_main.c threaded_scheduler.c threaded_internal.h | |
| 25 | |
| 26 | |
| 27 |
