Changeset 2b3d6ff for libcfa/src
- Timestamp:
- Sep 26, 2018, 11:56:32 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 084520f, 1f690b3, 43fa66e
- Parents:
- 2725882
- Location:
- libcfa/src
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
r2725882 r2b3d6ff 18 18 AUTOMAKE_OPTIONS = foreign subdir-objects 19 19 ACLOCAL_AMFLAGS = -I automake 20 ARFLAGS = cr21 20 22 21 include $(srcdir)/../../src/cfa.make -
libcfa/src/Makefile.in
r2725882 r2b3d6ff 397 397 AUTOMAKE_OPTIONS = foreign subdir-objects 398 398 ACLOCAL_AMFLAGS = -I automake 399 ARFLAGS = cr400 399 CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 401 400 LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Note:
See TracChangeset
for help on using the changeset viewer.