Changeset 328
- Timestamp:
- Jun 28, 2012 5:07:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MPI/Makefile.in
r311 r328 265 265 ADOL-C/doc/tapebasic.pdf ADOL-C/doc/tapebasic.eps \ 266 266 ADOL-C/doc/tap_point.pdf ADOL-C/doc/tap_point.eps \ 267 autoconf/shave.in autoconf/shave-libtool.in \268 autoconf/dolt.m4 autoconf/shave.m4 \269 267 MSVisualStudio/v10/adolc.sln MSVisualStudio/v10/adolc.vcxproj \ 268 MSVisualStudio/v10/ColPack_Readme_VC++.txt \ 269 MSVisualStudio/v10/ColPack.vcxproj \ 270 270 MSVisualStudio/v10/sparse/config.h.in MSVisualStudio/v10/nosparse/config.h.in \ 271 271 MSVisualStudio/v10/x64/sparse/config.h.in MSVisualStudio/v10/x64/nosparse/config.h.in \ … … 275 275 MSVisualStudio/v10/installer.sh \ 276 276 adolc.spec.in adolc.spec \ 277 update_versions.sh \ 278 ThirdParty/ColPack/ColPack.vcxproj \ 279 ThirdParty/ColPack/Readme_VC++.txt 277 update_versions.sh 280 278 281 279 SUBDIRS = ADOL-C 282 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure ADOL-C/src/config.h.in \283 ADOL-C/src/stamp-h.in *~ *.orig284 285 DISTCLEANFILES = doltcompile doltlibtool286 280 all: all-recursive 287 281 … … 679 673 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 680 674 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 681 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)682 675 683 676 maintainer-clean-generic: 684 677 @echo "This command is intended for maintainers to use" 685 678 @echo "it deletes files that may require special tools to rebuild." 686 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)687 679 clean: clean-recursive 688 680
Note: See TracChangeset
for help on using the changeset viewer.