Changeset 6f7424a for src/libcfa
- Timestamp:
- Aug 11, 2016, 6:07:21 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, 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:
- 8cc5cb0
- Parents:
- 296952d
- Location:
- src/libcfa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.am
r296952d r6f7424a 11 11 ## Created On : Sun May 31 08:54:01 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sat Aug 6 16:15:15201614 ## Update Count : 19 713 ## Last Modified On : Thu Aug 11 15:36:32 2016 14 ## Update Count : 198 15 15 ############################################################################### 16 16 … … 56 56 CC = ${abs_top_srcdir}/src/driver/cfa 57 57 58 headers = limits stdlib math iostream fstream iterator rational containers/vector58 headers = limits stdlib math iostream fstream iterator rational # containers/vector 59 59 libobjs = ${headers:=.o} 60 60 -
src/libcfa/Makefile.in
r296952d r6f7424a 89 89 libcfa_a_AR = $(AR) $(ARFLAGS) 90 90 libcfa_a_LIBADD = 91 am__dirstamp = $(am__leading_dot)dirstamp92 91 am__objects_1 = limits.$(OBJEXT) stdlib.$(OBJEXT) math.$(OBJEXT) \ 93 92 iostream.$(OBJEXT) fstream.$(OBJEXT) iterator.$(OBJEXT) \ 94 rational.$(OBJEXT) containers/vector.$(OBJEXT)93 rational.$(OBJEXT) 95 94 am_libcfa_a_OBJECTS = libcfa-prelude.$(OBJEXT) $(am__objects_1) 96 95 libcfa_a_OBJECTS = $(am_libcfa_a_OBJECTS) … … 234 233 cfalib_DATA = builtins.cf extras.cf prelude.cf 235 234 MAINTAINERCLEANFILES = builtins.cf extras.cf ${addprefix ${libdir}/,${cfalib_DATA}} ${addprefix ${libdir}/,${lib_LIBRARIES}} 236 headers = limits stdlib math iostream fstream iterator rational containers/vector235 headers = limits stdlib math iostream fstream iterator rational # containers/vector 237 236 libobjs = ${headers:=.o} 238 237 libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c} … … 304 303 clean-libLIBRARIES: 305 304 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) 306 containers/$(am__dirstamp):307 @$(MKDIR_P) containers308 @: > containers/$(am__dirstamp)309 containers/$(DEPDIR)/$(am__dirstamp):310 @$(MKDIR_P) containers/$(DEPDIR)311 @: > containers/$(DEPDIR)/$(am__dirstamp)312 containers/vector.$(OBJEXT): containers/$(am__dirstamp) \313 containers/$(DEPDIR)/$(am__dirstamp)314 305 libcfa.a: $(libcfa_a_OBJECTS) $(libcfa_a_DEPENDENCIES) $(EXTRA_libcfa_a_DEPENDENCIES) 315 306 $(AM_V_at)-rm -f libcfa.a … … 319 310 mostlyclean-compile: 320 311 -rm -f *.$(OBJEXT) 321 -rm -f containers/vector.$(OBJEXT)322 312 323 313 distclean-compile: … … 332 322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rational.Po@am__quote@ 333 323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdlib.Po@am__quote@ 334 @AMDEP_TRUE@@am__include@ @am__quote@containers/$(DEPDIR)/vector.Po@am__quote@335 324 336 325 .c.o: … … 505 494 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 506 495 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 507 -rm -f containers/$(DEPDIR)/$(am__dirstamp)508 -rm -f containers/$(am__dirstamp)509 496 510 497 maintainer-clean-generic: … … 517 504 518 505 distclean: distclean-am 519 -rm -rf ./$(DEPDIR) containers/$(DEPDIR)506 -rm -rf ./$(DEPDIR) 520 507 -rm -f Makefile 521 508 distclean-am: clean-am distclean-compile distclean-generic \ … … 563 550 564 551 maintainer-clean: maintainer-clean-am 565 -rm -rf ./$(DEPDIR) containers/$(DEPDIR)552 -rm -rf ./$(DEPDIR) 566 553 -rm -f Makefile 567 554 maintainer-clean-am: distclean-am maintainer-clean-generic \
Note: See TracChangeset
for help on using the changeset viewer.