source: git/Makefile.am @ 1a1f34b

spielwiese
Last change on this file since 1a1f34b was 1a1f34b, checked in by Hans Schoenemann <hannes@…>, 9 years ago
removed unsed files, fixed make_tar.sh and make dist
  • Property mode set to 100644
File size: 727 bytes
RevLine 
[86b7aca]1ACLOCAL_AMFLAGS = -I m4
[9634a6]2
[6b61be]3if ENABLE_FACTORY
[fe2e01]4  USE_FACTORY = factory
[6b61be]5endif
[81384b]6
[fe2e01]7SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \
[9996416]8libpolys gfanlib IntegerProgramming \
9kernel Singular \
[2f30bc]10dox emacs redhat desktop
[9634a6]11
[1a1f34b]12EXTRA_DIST = README README.md README.pkg autogen.sh git-version-gen doxy redhat/singular.spec.in GPL2 GPL3
[584f6b0]13
[ffcd1f]14bin_SCRIPTS = libsingular-config
[348e0e]15
16dist-hook:
17        $(srcdir)/git-version-gen $(srcdir)/.tarball-git-version > $(distdir)/.tarball-git-version
[ba5e9e]18
19
[b0857ee]20configheaderdir = ${includedir}/singular
[ba5e9e]21nodist_configheader_HEADERS = singularconfig.h
[7c0d57d]22DISTCLEANFILES = $(nodist_configheader_HEADERS)
[ba5e9e]23
[80fe3f]24dist_man1_MANS = doc/Singular.man doc/ESingular.man doc/TSingular.man
[f1babf]25
[997a5b2]26pkgconfigdir = $(libdir)/pkgconfig
27pkgconfig_DATA = Singular.pc
Note: See TracBrowser for help on using the repository browser.