Changes in benchmark/io/http/Makefile.am [a6d4901:753fb978]
- File:
-
- 1 edited
-
benchmark/io/http/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/Makefile.am
ra6d4901 r753fb978 50 50 .dummy_hackxx.cpp: 51 51 @echo "int bar() { return 0; }" > ${@} 52 53 # add dependency of cfa files54 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 languages58 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.