- Timestamp:
- Feb 11, 2022, 2:31:02 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- a892e61
- Parents:
- 891f707
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/Makefile.am
r891f707 ra6d4901 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.