Changeset fe2e01 in git
- Timestamp:
- Jun 21, 2013, 6:48:36 PM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r9aefaf rfe2e01 1 1 ACLOCAL_AMFLAGS = -I m4 2 2 3 USE_FACTORY =4 3 if ENABLE_FACTORY 5 USE_FACTORY += factory4 USE_FACTORY = factory 6 5 endif 7 6 8 PACKAGES=resources omalloc xalloc $(USE_FACTORY) \7 SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \ 9 8 libpolys kernel numeric gfanlib dyn_modules \ 10 9 IntegerProgramming Singular dox \ 11 10 emacs debian redhat desktop 12 11 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 16 14 17 15 EXTRA_DIST = README autogen.sh
Note: See TracChangeset
for help on using the changeset viewer.