Changeset fc846ae
- Timestamp:
- Aug 9, 2018, 6:07:49 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 7fb92a0
- Parents:
- 9aa9126
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r9aa9126 rfc846ae 23 23 24 24 MAINTAINERCLEANFILES = 25 MOSTLYCLEANFILES = 25 26 26 27 # Is there a way to use a variable for the directory names? -
src/Makefile.in
r9aa9126 rfc846ae 497 497 Tuples/Explode.cc Validate/HandleAttributes.cc \ 498 498 Virtual/ExpandCasts.cc 499 MAINTAINERCLEANFILES = Parser/parser.output ${libdir}/${notdir \500 ${cfa_cpplib_PROGRAMS}} 499 MAINTAINERCLEANFILES = ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}} 500 MOSTLYCLEANFILES = Parser/parser.hh Parser/parser.output 501 501 BUILT_SOURCES = Parser/parser.hh 502 502 AM_YFLAGS = -d -t -v … … 1161 1161 fi 1162 1162 mostlyclean-generic: 1163 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 1163 1164 1164 1165 clean-generic: -
src/Parser/module.mk
r9aa9126 rfc846ae 6 6 ## file "LICENCE" distributed with Cforall. 7 7 ## 8 ## module.mk -- 8 ## module.mk -- 9 9 ## 10 10 ## Author : Peter A. Buhr … … 31 31 Parser/parserutility.cc 32 32 33 M AINTAINERCLEANFILES +=Parser/parser.output33 MOSTLYCLEANFILES += Parser/parser.hh Parser/parser.output -
tests/tuple/tupleVariadic.c
r9aa9126 rfc846ae 14 14 // 15 15 16 #include <stdlib >16 #include <stdlib.hfa> 17 17 18 18 void func(void) {
Note: See TracChangeset
for help on using the changeset viewer.