Changeset c1ec9a in git for Makefile.am
- Timestamp:
- Mar 18, 2013, 6:59:04 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'fc7edb2dd8b3fd27b7ac780defd65f0da922df2a')
- Children:
- a601d5555bc411c2f00957c8f324951e8d88085f
- Parents:
- ae74d2ae268551f6d008e85e9f2ba78cfc3fa92f5417fff5d4d977443ea13f49a1da1d9de9a2a171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
rae74d2 rc1ec9a 1 1 ACLOCAL_AMFLAGS = -I m4 2 2 3 USE_FACTORY = 3 4 if ENABLE_FACTORY 4 USE_FACTORY = factory 5 else 6 USE_FACTORY = 5 USE_FACTORY += factory 7 6 endif 8 9 PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming dyn_modules10 7 11 SUBDIRS=$(PACKAGES) 8 PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming gfanlib dyn_modules 12 9 10 SUBDIRS =$(PACKAGES) 13 11 TESTDIRS=$(PACKAGES) 14 12 15 13 16 14 emacsdir=$(datadir)/singular/emacs 17 15 … … 24 22 25 23 #++ hlp-cmpl.el lib-cmpl.el ex-cmpl.el cmd-cmpl.el ?? 26 #-- emacs/BUGS emacs/cmpl.pl emacs/ESingular.emacs21 emacs/lib.pl emacs/Makefile.in emacs/singular.el.decl 24 #-- emacs/BUGS emacs/cmpl.pl emacs/ESingular.emacs21 emacs/lib.pl emacs/Makefile.in emacs/singular.el.decl 27 25 28 26 dist_emacs_DATA = $(EMACS) … … 34 32 35 33 36 EXTRA_DIST = autogen.sh $(EMACS) 37 34 EXTRA_DIST = autogen.sh $(EMACS) 38 35 39 36 bin_SCRIPTS = libsingular-config
Note: See TracChangeset
for help on using the changeset viewer.