source: git/resources/Makefile.am

spielwiese
Last change on this file was 3ad58c2, checked in by Hans Schoenemann <hannes@…>, 2 years ago
moved Singular/fegetopt.* -> resources/fegetopt.*
  • Property mode set to 100644
File size: 736 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 fegetopt.c
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 fegetopt.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.