Ignore:
Timestamp:
Dec 6, 2016, 12:13:49 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
c5cb6130
Parents:
78b3f52
Message:

Added invoke.c to libcfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.am

    r78b3f52 rd7bcbf5  
    5353         ${AM_V_GEN}@BACKEND_CC@ @CFA_FLAGS@ -c -o $@ $<
    5454
    55 CFLAGS = \
    56         -quiet \
    57         -no-include-stdhdr \
     55EXTRA_FLAGS = \
    5856        -g \
    5957        -Wall \
    6058        -Wno-unused-function \
    6159        @CFA_FLAGS@ \
    62         -B${abs_top_srcdir}/src/driver \
    63         -XCFA \
    64         -t \
    65         -D__CFA_DEBUG__ \
    6660        -I${abs_top_srcdir}/src/libcfa/libhdr \
    6761        # TEMPORARY: does not build with -O2
     62
     63CFLAGS = ${EXTRA_FLAGS} -quiet -no-include-stdhdr -XCFA -t -B${abs_top_srcdir}/src/driver
    6864CC = ${abs_top_srcdir}/src/driver/cfa
    6965
     
    7672        @true
    7773
     74concurrency/invoke.o : concurrency/invoke.c
     75        $(AM_V_CC) @BACKEND_CC@ ${EXTRA_FLAGS} -c -o $@ $<
     76
    7877${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp ${cfalib_DATA} # add dependency to cfa-cpp so all libraries are rebuilt with new translator
    7978
    80 libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c} concurrency/CtxSwitch-x86_64.S
     79libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c} concurrency/CtxSwitch-x86_64.S concurrency/invoke.c
    8180
    8281stdhdr = ${shell echo stdhdr/*}
Note: See TracChangeset for help on using the changeset viewer.