- Timestamp:
- Oct 11, 2018, 2:47:31 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:
- 9507ce3
- Parents:
- 80219a8
- Location:
- libcfa/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
r80219a8 r2a75572 68 68 libdeps = $(join \ 69 69 $(addsuffix $(DEPDIR)/ , $(dir $(libobjs) ) ), \ 70 $(notdir ${libobjs:.lo=.P o}) \70 $(notdir ${libobjs:.lo=.Plo}) \ 71 71 ) 72 72 73 -include $(libdeps) 73 include $(libdeps) 74 75 $(libdeps): 76 @mkdir -p $(dir $@) 77 @echo '#dummy' > $@ 74 78 75 79 prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@ -
libcfa/src/Makefile.in
r80219a8 r2a75572 466 466 libdeps = $(join \ 467 467 $(addsuffix $(DEPDIR)/ , $(dir $(libobjs) ) ), \ 468 $(notdir ${libobjs:.lo=.P o}) \468 $(notdir ${libobjs:.lo=.Plo}) \ 469 469 ) 470 470 … … 922 922 $(libobjs) : @CFACC@ @CFACPP@ prelude.cfa 923 923 924 -include $(libdeps) 924 include $(libdeps) 925 926 $(libdeps): 927 @mkdir -p $(dir $@) 928 @echo '#dummy' > $@ 925 929 926 930 prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@
Note: See TracChangeset
for help on using the changeset viewer.