Changeset 6be8514 for src/libcfa/Makefile.in
- Timestamp:
- May 31, 2016, 2:11:45 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- e309947
- Parents:
- b287f67 (diff), 76c5d6e (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
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.in
rb287f67 r6be8514 214 214 MAINTAINERCLEANFILES = ${addprefix ${libdir}/,${cfalib_DATA}} \ 215 215 ${addprefix ${libdir}/,${lib_LIBRARIES}} ${includedir}/* 216 libs = limits stdlib math iostream fstream iterator rational 217 libcfa_a_SOURCES = libcfa-prelude.c ${libs:=.c} 218 cheaders = # expat 219 cfaheaders = # limits 220 include_HEADERS = ${cheaders:=.h} ${libs} ${cfaheaders} 216 headers = limits stdlib math iostream fstream iterator rational 217 libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c} 218 include_HEADERS = ${headers} 221 219 CLEANFILES = libcfa-prelude.c 222 220 all: all-am … … 303 301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rational.Po@am__quote@ 304 302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdlib.Po@am__quote@ 303 304 .c.o: 305 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 306 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 307 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 308 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 309 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 305 310 306 311 .c.obj: … … 582 587 libcfa-prelude.o : libcfa-prelude.c 583 588 @BACKEND_CC@ -c -o $@ $< 584 585 # extension-less header files are overridden by default make rules => explicitly override rule 586 % : %.c 587 true 588 589 .c.o : ${abs_top_srcdir}/src/driver/cfa-cpp 590 ${CC} ${CFLAGS} -c -o $@ $< 589 .SECONDARY : ${headers} # stop implicit '.o' rules from removing extensionless headers 591 590 592 591 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset
for help on using the changeset viewer.