Ignore:
Timestamp:
Sep 25, 2018, 4:43:25 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
2725882
Parents:
6d44da1
Message:

Fixed shared library version number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/Makefile.am

    r6d44da1 rc6bbcdb  
    3838#----------------------------------------------------------------------------------------------------------------
    3939if BUILDLIB
     40headers_nosrc = math.hfa gmp.hfa time_t.hfa bits/align.hfa bits/containers.hfa bits/defs.hfa bits/debug.hfa bits/locks.hfa
    4041headers = fstream.hfa iostream.hfa iterator.hfa limits.hfa rational.hfa time.hfa stdlib.hfa common.hfa \
    4142          containers/maybe.hfa containers/pair.hfa containers/result.hfa containers/vector.hfa
    4243
    43 headers_nosrc = math.hfa gmp.hfa time_t.hfa bits/align.hfa bits/containers.hfa bits/defs.hfa bits/debug.hfa bits/locks.hfa
    44 
    4544# not all platforms support concurrency, add option do disable it
     45headers_nosrc += concurrency/invoke.h
    4646headers += concurrency/coroutine.hfa concurrency/thread.hfa concurrency/kernel.hfa concurrency/monitor.hfa concurrency/mutex.hfa
    4747
    48 headers_nosrc += concurrency/invoke.h
    49 
    50 libobjs = ${headers:.hfa=.lo}
    5148libsrc = startup.cfa interpose.cfa bits/debug.cfa assert.cfa exception.c virtual.c heap.cfa ${headers:.hfa=.cfa}
    5249
     
    7774-include $(libdeps)
    7875
    79 prelude.lo : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@
     76prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@
    8077        ${AM_V_GEN}@CFACC@ ${AM_CFLAGS} ${CFLAGS} -quiet -in-tree -XCFA -l ${<} -c -o ${@}
    8178
     79prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@
     80        ${AM_V_GEN}$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \
     81        @CFACC@ ${AM_CFLAGS} ${CFLAGS} -quiet -in-tree -XCFA -l ${<} -c -o ${@}
    8282
    8383
    8484#----------------------------------------------------------------------------------------------------------------
    8585libcfa_la_SOURCES = prelude.cfa ${libsrc}
     86libcfa_la_LDFLAGS = -version-info @CFA_VERSION@
    8687
    8788stdhdr = $(shell find $(srcdir)/stdhdr -type f -printf "%p ")
Note: See TracChangeset for help on using the changeset viewer.