Changes in src/libcfa/Makefile.in [e9546f9:0fc52b6]
- File:
-
- 1 edited
-
src/libcfa/Makefile.in (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.in
re9546f9 r0fc52b6 268 268 containers/result containers/vector concurrency/coroutine \ 269 269 concurrency/thread concurrency/kernel concurrency/monitor \ 270 concurrency/mutex ${shell find ${srcdir}/stdhdr -type f \ 271 -printf "%p "} math gmp time_t.h bits/align.h \ 272 bits/containers.h bits/defs.h bits/debug.h bits/locks.h \ 273 concurrency/invoke.h 270 concurrency/mutex ${shell find stdhdr -type f -printf "%p "} \ 271 math gmp time_t.h bits/align.h bits/containers.h bits/defs.h \ 272 bits/debug.h bits/locks.h concurrency/invoke.h 274 273 HEADERS = $(nobase_cfa_include_HEADERS) 275 274 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) … … 303 302 AWK = @AWK@ 304 303 BACKEND_CC = @BACKEND_CC@ 305 CC = ${abs_top_ builddir}/src/driver/cfa304 CC = ${abs_top_srcdir}/src/driver/cfa 306 305 CCAS = @CCAS@ 307 306 CCASDEPMODE = @CCASDEPMODE@ … … 319 318 #use -no-include-stdhdr to prevent rebuild cycles 320 319 #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}320 CFLAGS = -quiet -no-include-stdhdr -I${abs_top_srcdir}/src/libcfa/stdhdr -XCFA -t -B${abs_top_srcdir}/src/driver ${EXTRA_FLAGS} 322 321 CPP = @CPP@ 323 322 CPPFLAGS = @CPPFLAGS@ … … 423 422 ARFLAGS = cr 424 423 lib_LIBRARIES = $(am__append_1) $(am__append_2) 425 EXTRA_FLAGS = -g -Wall -Wno-unused-function -imacros libcfa-prelude.c -I${srcdir}@CFA_FLAGS@424 EXTRA_FLAGS = -g -Wall -Wno-unused-function -imacros libcfa-prelude.c @CFA_FLAGS@ 426 425 AM_CCASFLAGS = @CFA_FLAGS@ 427 426 headers = fstream iostream iterator limits rational time stdlib common \ … … 435 434 libcfa_d_a_SOURCES = ${libsrc} 436 435 libcfa_d_a_CFLAGS = -debug -O0 #No need for __CFA_DEBUG__ since we pass -debug 437 stdhdr = ${shell find ${srcdir}/stdhdr -type f -printf "%p "}436 stdhdr = ${shell find stdhdr -type f -printf "%p "} 438 437 cfa_includedir = $(CFA_INCDIR) 439 438 nobase_cfa_include_HEADERS = \
Note:
See TracChangeset
for help on using the changeset viewer.