- Timestamp:
- Feb 12, 2022, 1:56:44 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 0ebbca4
- Parents:
- 4708eaa (diff), eb211bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
benchmark/io/http/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/Makefile.am
r4708eaa r0db48ca 50 50 .dummy_hackxx.cpp: 51 51 @echo "int bar() { return 0; }" > ${@} 52 53 # add dependency of cfa files 54 nodist_httpforall_OBJECTS = $(addsuffix .o, $(basename $(filter %.cfa,$(nodist_httpforall_SOURCES)))) 55 $(nodist_httpforall_OBJECTS) : @CFACC@ @CFACPP@ 56 57 # .deps inclusion is not done automatically by automake for new languages 58 nodist_httpforall_DEPENDS = $(join \ 59 $(addsuffix $(DEPDIR)/ , $(dir $(nodist_httpforall_OBJECTS) ) ), \ 60 $(notdir ${nodist_httpforall_OBJECTS:.o=.Po}) \ 61 ) 62 63 -include $(nodist_httpforall_DEPENDS) 64 65 list_libdeps: 66 echo "objects: " $(nodist_httpforall_OBJECTS) 67 echo "depends: " $(nodist_httpforall_DEPENDS)
Note:
See TracChangeset
for help on using the changeset viewer.