Ignore:
Timestamp:
Jul 27, 2018, 3:33:11 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
bf5a6477
Parents:
f37279b
Message:

Create variable for cfa, cfa-cpp in driver directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.in

    rf37279b r50697b0  
    303303AWK = @AWK@
    304304BACKEND_CC = @BACKEND_CC@
    305 CC = ${abs_top_builddir}/src/driver/cfa
     305CC = @CFACC@
    306306CCAS = @CCAS@
    307307CCASDEPMODE = @CCASDEPMODE@
    308308CCASFLAGS = @CCASFLAGS@
    309309CCDEPMODE = @CCDEPMODE@
     310CFACC = @CFACC@
     311CFACPP = @CFACPP@
    310312CFA_BACKEND_CC = @CFA_BACKEND_CC@
    311313CFA_BINDIR = @CFA_BINDIR@
     
    319321#use -no-include-stdhdr to prevent rebuild cycles
    320322#The built sources must not depend on the installed headers
    321 CFLAGS = -quiet -no-include-stdhdr -I${abs_top_srcdir}/src/libcfa/stdhdr -XCFA -t -B${abs_top_builddir}/src/driver ${EXTRA_FLAGS}
     323CFLAGS = -quiet -no-include-stdhdr -I${abs_top_srcdir}/src/libcfa/stdhdr -XCFA -t -B@DRIVER_DIR@ ${EXTRA_FLAGS}
    322324CPP = @CPP@
    323325CPPFLAGS = @CPPFLAGS@
     
    328330DEFS = @DEFS@
    329331DEPDIR = @DEPDIR@
     332DRIVER_DIR = @DRIVER_DIR@
    330333ECHO_C = @ECHO_C@
    331334ECHO_N = @ECHO_N@
     
    16981701        ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -D__CFA_DEBUG__ -O0 ${EXTRA_FLAGS} -c -o $@ $<
    16991702
    1700 ${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp ${cfalib_DATA} # add dependency to cfa-cpp so all libraries are rebuilt with new translator
     1703${libobjs} : @CFACPP@ ${cfalib_DATA} # add dependency to cfa-cpp so all libraries are rebuilt with new translator
    17011704
    17021705maintainer-clean-local:
Note: See TracChangeset for help on using the changeset viewer.