Changeset fe2e01 in git


Ignore:
Timestamp:
Jun 21, 2013, 6:48:36 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
83192d6df1840072a8f3e4f922c4db895ccc2ed4
Parents:
9aefaf421d88a918df572a2fdf41ed2d42693e7d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-21 18:48:36+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-09 18:14:35+02:00
Message:
Minor improvement of top-level Makefile.am

NOTE: only SUBDIRS is necessary!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r9aefaf rfe2e01  
    11ACLOCAL_AMFLAGS = -I m4
    22
    3 USE_FACTORY =
    43if ENABLE_FACTORY
    5   USE_FACTORY += factory
     4  USE_FACTORY = factory
    65endif
    76
    8 PACKAGES=resources omalloc xalloc $(USE_FACTORY) \
     7SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \
    98libpolys kernel numeric gfanlib dyn_modules \
    109IntegerProgramming Singular dox \
    1110emacs debian redhat desktop
    1211
    13 SUBDIRS  = $(PACKAGES)
    14 TESTDIRS = omalloc $(USE_FACTORY) libpolys kernel Singular
    15 #$(PACKAGES)
     12# PACKAGES = $(SUBDIRS)
     13# TESTDIRS = omalloc $(USE_FACTORY) libpolys kernel Singular dyn_modules
    1614
    1715EXTRA_DIST = README autogen.sh
Note: See TracChangeset for help on using the changeset viewer.