Ignore:
Timestamp:
Dec 15, 2016, 10:58:04 AM (8 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:
c7800bfc
Parents:
74e5a3aa
Message:

Fixed makefile dependencies by using gcc -imacros flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.in

    r74e5a3aa rc5a8c5b  
    270270AUTOMAKE_OPTIONS = subdir-objects
    271271lib_LIBRARIES = $(am__append_1) $(am__append_2)
    272 EXTRA_FLAGS = -g -Wall -Wno-unused-function -I${abs_top_srcdir}/src/libcfa/libhdr @CFA_FLAGS@
     272EXTRA_FLAGS = -g -Wall -Wno-unused-function -I${abs_top_srcdir}/src/libcfa/libhdr -imacros libcfa-prelude.c @CFA_FLAGS@
    273273AM_CCASFLAGS = @CFA_FLAGS@
    274274headers = limits stdlib math iostream fstream iterator rational assert containers/vector concurrency/threads
     
    10051005        @true
    10061006
    1007 # %.$(OJBEXT) : libcfa-prelude.c
    1008 #       echo "FRED"
    1009 #       @false
    1010 #       ${AM_V_CC} ${abs_top_srcdir}/src/driver/cfa
    1011 
    10121007concurrency/libcfa_a-invoke.o : concurrency/invoke.c
    10131008        ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -O2 ${EXTRA_FLAGS} -c -o $@ $<
Note: See TracChangeset for help on using the changeset viewer.