Changeset 1d7ea9 in git for factory


Ignore:
Timestamp:
May 7, 2014, 4:00:28 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
6bf0b477b548d51312b5f5d9ba1d25fadc4086b6
Parents:
bbf054b8d773f999e06940ad52142ec26bcffffb
git-author:
Martin Lee <martinlee84@web.de>2014-05-07 16:00:28+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-05-12 14:35:02+02:00
Message:
rm: libfac
Location:
factory
Files:
45 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rbbf054 r1d7ea9  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
    3 SUBDIRS=include/factory libfac
     3SUBDIRS=include/factory
    44
    55AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include -I${srcdir} \
     
    99lib_LTLIBRARIES = libfactory.la
    1010
    11 libfactory_la_LIBADD     = ${builddir}/libfac/libfac.la \
    12 $(RESOURCES_LIBS) $(OMALLOC_LIBS) \
     11libfactory_la_LIBADD     =$(RESOURCES_LIBS) $(OMALLOC_LIBS) \
    1312$(FLINT_LIBS) $(NTL_LIBS) $(GMP_LIBS)
    1413
  • factory/configure.ac

    rbbf054 r1d7ea9  
    391391AC_DEFINE_UNQUOTED([FACTORYVERSION], "$factory_version")
    392392
    393 AH_TEMPLATE([HAVE_LIBFAC], [have libfac])
    394 AC_DEFINE_UNQUOTED([HAVE_LIBFAC], 1)
    395 
    396393AH_TEMPLATE([FACTORYCONFIGURATION], [factory configuration])
    397394AC_DEFINE_UNQUOTED([FACTORYCONFIGURATION], "$factory_configuration")
     
    402399
    403400
    404 AC_CONFIG_FILES([Makefile include/factory/Makefile libfac/Makefile factory.pc]) #  ftest/GNUmakefile
     401AC_CONFIG_FILES([Makefile include/factory/Makefile factory.pc]) #  ftest/GNUmakefile
    405402AC_OUTPUT
    406403
Note: See TracChangeset for help on using the changeset viewer.