source: git/resources/Makefile.am @ eebdf2

spielwiese
Last change on this file since eebdf2 was 3b7b36, checked in by Erik M. Bray <erik.bray@…>, 7 years ago
Updated configure.ac and Makefile.am files to work on Windows, taking advantage of the new SING_WIN_FLAGS macro. * In configure.ac use SING_WIN_FLAGS, and also use LT_INIT([win32-dll]) to tell libtool to build DLLs. * In Makefile.am add $(SINGULAR_LDFLAGS) to _la_LDFLAGS variables--on most platforms $(SINGULAR_LDFLAGS) will be empty, currently, but this is used on Windows to pass the required -no-undefined flag to libtool. * In some Makefile.am files add/update _la_LIBADD variables to ensure that libSingular.la is found by modules that need symbols from libSingular.
  • Property mode set to 100644
File size: 714 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3libsingular_resources_LTLIBRARIES = libsingular_resources.la
4
5libsingular_resourcesdir = $(libdir)
6
7
8AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
9
10
11SOURCES  = omFindExec.c feResource.cc feFopen.cc
12libsingular_resources_la_SOURCES   = $(SOURCES)
13
14libsingular_resources_la_LDFLAGS   = $(SINGULAR_LDFLAGS) -release ${PACKAGE_VERSION}
15
16libsingular_resources_includedir  =$(includedir)/resources
17
18libsingular_resources_include_HEADERS = omFindExec.h feResource.h feFopen.h
19
20nodist_libsingular_resources_include_HEADERS = singular_resourcesconfig.h
21DISTCLEANFILES = $(nodist_libsingular_resources_include_HEADERS)
22
23pkgconfigdir = $(libdir)/pkgconfig
24pkgconfig_DATA = singular_resources.pc
Note: See TracBrowser for help on using the repository browser.