source: git/Makefile.am @ 997a5b2

spielwiese
Last change on this file since 997a5b2 was 997a5b2, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Added the generation and installation of pkgconfig (*.pc) files + release versions for packages
  • Property mode set to 100644
File size: 744 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3if ENABLE_FACTORY
4  USE_FACTORY = factory
5endif
6
7SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \
8libpolys kernel numeric gfanlib dyn_modules \
9IntegerProgramming Singular dox \
10emacs debian redhat desktop
11
12# PACKAGES = $(SUBDIRS)
13# TESTDIRS = omalloc $(USE_FACTORY) libpolys kernel Singular dyn_modules
14
15EXTRA_DIST = README autogen.sh git-version-gen
16
17bin_SCRIPTS = libsingular-config
18
19dist-hook:
20        $(srcdir)/git-version-gen $(srcdir)/.tarball-git-version > $(distdir)/.tarball-git-version
21
22
23configheaderdir = ${includedir}/singular
24nodist_configheader_HEADERS = singularconfig.h
25
26dist_man1_MANS = doc/Singular.man doc/ESingular.man doc/TSingular.man
27
28pkgconfigdir = $(libdir)/pkgconfig
29pkgconfig_DATA = Singular.pc
Note: See TracBrowser for help on using the repository browser.