source: git/Makefile.am @ 495328

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