File: Makefile.am

package info (click to toggle)
singular 1%3A4.1.1-p2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 35,860 kB
  • sloc: cpp: 288,280; ansic: 17,387; lisp: 4,242; yacc: 1,654; python: 1,608; makefile: 1,424; lex: 1,387; perl: 632; sh: 567; xml: 182
file content (25 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ACLOCAL_AMFLAGS = -I ../m4

libsingular_resources_LTLIBRARIES = libsingular-resources.la

libsingular_resourcesdir = $(libdir)


AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}


SOURCES  = omFindExec.c feResource.cc feFopen.cc
libsingular_resources_la_SOURCES   = $(SOURCES)

libsingular_resources_la_LDFLAGS   = $(SINGULAR_LDFLAGS) -release ${PACKAGE_VERSION}

configheaderdir = $(includedir)/$(DEB_HOST_MULTIARCH)/singular/resources
libsingular_resources_includedir  =$(includedir)/singular/resources

libsingular_resources_include_HEADERS = omFindExec.h feResource.h feFopen.h

nodist_configheader_HEADERS = singular_resourcesconfig.h
DISTCLEANFILES = $(nodist_configheader_HEADERS)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = singular-resources.pc