Changeset 52a9004 for src/libcfa
- Timestamp:
- Jul 5, 2017, 5:36:19 PM (7 years ago)
- 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:
- 53a6c2a, 577659b, b877fa8
- Parents:
- ff919a3
- Location:
- src/libcfa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.am
rff919a3 r52a9004 17 17 # create object files in directory with source files 18 18 AUTOMAKE_OPTIONS = subdir-objects 19 ARFLAGS = cr 19 20 20 21 libdir = ${CFA_LIBDIR} -
src/libcfa/Makefile.in
rff919a3 r52a9004 142 142 LIBRARIES = $(lib_LIBRARIES) 143 143 AR = ar 144 ARFLAGS = cru145 144 AM_V_AR = $(am__v_AR_@AM_V@) 146 145 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) … … 409 408 # create object files in directory with source files 410 409 AUTOMAKE_OPTIONS = subdir-objects 410 ARFLAGS = cr 411 411 lib_LIBRARIES = $(am__append_1) $(am__append_2) 412 412 EXTRA_FLAGS = -g -Wall -Werror -Wno-unused-function -I${abs_top_srcdir}/src/libcfa/libhdr -imacros libcfa-prelude.c @CFA_FLAGS@ … … 439 439 esac; \ 440 440 done; \ 441 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/libcfa/Makefile'; \441 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libcfa/Makefile'; \ 442 442 $(am__cd) $(top_srcdir) && \ 443 $(AUTOMAKE) -- gnusrc/libcfa/Makefile443 $(AUTOMAKE) --foreign src/libcfa/Makefile 444 444 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 445 445 @case '$?' in \
Note: See TracChangeset
for help on using the changeset viewer.