Changeset 3d99498
- Timestamp:
- Nov 20, 2018, 5:00:00 PM (6 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:
- 200fcb3, 29207bf
- Parents:
- 1e995d6
- Location:
- tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r1e995d6 r3d99498 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Fri Nov 16 15:29:54201814 ## Update Count : 6 513 ## Last Modified On : Tue Nov 20 11:18:51 2018 14 ## Update Count : 68 15 15 ############################################################################### 16 16 … … 44 44 .PHONY: list .validate 45 45 .INTERMEDIATE: .validate .validate.cfa 46 EXTRA_PROGRAMS = fstream_test avl_test # build but do not install 47 48 fstream_test_SOURCES = fstream_test.cfa 46 EXTRA_PROGRAMS = avl_test # build but do not install 49 47 50 48 avl_test_SOURCES = avltree/avl_test.c avltree/avl0.c avltree/avl1.c avltree/avl2.c avltree/avl3.c avltree/avl4.c avltree/avl-private.c -
tests/Makefile.in
r1e995d6 r3d99498 91 91 build_triplet = @build@ 92 92 host_triplet = @host@ 93 EXTRA_PROGRAMS = fstream_test$(EXEEXT)avl_test$(EXEEXT)93 EXTRA_PROGRAMS = avl_test$(EXEEXT) 94 94 subdir = tests 95 95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 110 110 avl_test_OBJECTS = $(am_avl_test_OBJECTS) 111 111 avl_test_LDADD = $(LDADD) 112 am_fstream_test_OBJECTS = fstream_test.$(OBJEXT)113 fstream_test_OBJECTS = $(am_fstream_test_OBJECTS)114 fstream_test_LDADD = $(LDADD)115 112 AM_V_P = $(am__v_P_@AM_V@) 116 113 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) … … 141 138 am__v_CCLD_0 = @echo " CCLD " $@; 142 139 am__v_CCLD_1 = 143 SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES)144 DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES)140 SOURCES = $(avl_test_SOURCES) 141 DIST_SOURCES = $(avl_test_SOURCES) 145 142 am__can_run_installinfo = \ 146 143 case $$AM_UPDATE_INFO_DIR in \ … … 315 312 ${INSTALL_FLAGS} ${ARCH_FLAGS} 316 313 PRETTY_PATH = cd ${srcdir} && 317 fstream_test_SOURCES = fstream_test.cfa318 314 avl_test_SOURCES = avltree/avl_test.c avltree/avl0.c avltree/avl1.c avltree/avl2.c avltree/avl3.c avltree/avl4.c avltree/avl-private.c 319 315 all: all-am … … 377 373 @rm -f avl_test$(EXEEXT) 378 374 $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS) 379 380 fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES)381 @rm -f fstream_test$(EXEEXT)382 $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS)383 375 384 376 mostlyclean-compile:
Note: See TracChangeset
for help on using the changeset viewer.