Changes in Makefile.in [107b01a:95d0a5db]
- File:
-
- 1 edited
-
Makefile.in (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r107b01a r95d0a5db 94 94 subdir = . 95 95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 96 am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \ 97 $(top_srcdir)/automake/ltoptions.m4 \ 98 $(top_srcdir)/automake/ltsugar.m4 \ 99 $(top_srcdir)/automake/ltversion.m4 \ 100 $(top_srcdir)/automake/lt~obsolete.m4 \ 101 $(top_srcdir)/automake/cfa.m4 $(top_srcdir)/configure.ac 96 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \ 97 $(top_srcdir)/configure.ac 102 98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 103 99 $(ACLOCAL_M4) … … 202 198 $(top_srcdir)/automake/config.sub \ 203 199 $(top_srcdir)/automake/install-sh \ 204 $(top_srcdir)/automake/ltmain.sh \205 200 $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \ 206 201 INSTALL README automake/compile automake/config.guess \ 207 202 automake/config.sub automake/depcomp automake/install-sh \ 208 automake/ ltmain.sh automake/missing automake/ylwrap203 automake/missing automake/ylwrap 209 204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 210 205 distdir = $(PACKAGE)-$(VERSION) … … 253 248 AMTAR = @AMTAR@ 254 249 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 255 AR = @AR@256 250 AUTOCONF = @AUTOCONF@ 257 251 AUTOHEADER = @AUTOHEADER@ … … 277 271 CPPFLAGS = @CPPFLAGS@ 278 272 CXX = @CXX@ 279 CXXCPP = @CXXCPP@280 273 CXXDEPMODE = @CXXDEPMODE@ 281 274 CXXFLAGS = @CXXFLAGS@ … … 283 276 DEFS = @DEFS@ 284 277 DEPDIR = @DEPDIR@ 285 DLLTOOL = @DLLTOOL@286 278 DRIVER_DIR = @DRIVER_DIR@ 287 DSYMUTIL = @DSYMUTIL@288 DUMPBIN = @DUMPBIN@289 279 ECHO_C = @ECHO_C@ 290 280 ECHO_N = @ECHO_N@ … … 292 282 EGREP = @EGREP@ 293 283 EXEEXT = @EXEEXT@ 294 FGREP = @FGREP@295 284 GREP = @GREP@ 296 285 HOST_FLAGS = @HOST_FLAGS@ … … 300 289 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 301 290 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 302 LD = @LD@303 291 LDFLAGS = @LDFLAGS@ 304 292 LEX = @LEX@ … … 309 297 LIBOBJS = @LIBOBJS@ 310 298 LIBS = @LIBS@ 311 LIBTOOL = @LIBTOOL@312 LIPO = @LIPO@313 LN_S = @LN_S@314 299 LTLIBOBJS = @LTLIBOBJS@ 315 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@316 300 MAKEINFO = @MAKEINFO@ 317 MANIFEST_TOOL = @MANIFEST_TOOL@318 301 MKDIR_P = @MKDIR_P@ 319 NM = @NM@320 NMEDIT = @NMEDIT@321 OBJDUMP = @OBJDUMP@322 302 OBJEXT = @OBJEXT@ 323 OTOOL = @OTOOL@324 OTOOL64 = @OTOOL64@325 303 PACKAGE = @PACKAGE@ 326 304 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 332 310 PATH_SEPARATOR = @PATH_SEPARATOR@ 333 311 RANLIB = @RANLIB@ 334 SED = @SED@335 312 SET_MAKE = @SET_MAKE@ 336 313 SHELL = @SHELL@ … … 344 321 abs_top_builddir = @abs_top_builddir@ 345 322 abs_top_srcdir = @abs_top_srcdir@ 346 ac_ct_AR = @ac_ct_AR@347 323 ac_ct_CC = @ac_ct_CC@ 348 324 ac_ct_CXX = @ac_ct_CXX@ 349 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@350 325 am__include = @am__include@ 351 326 am__leading_dot = @am__leading_dot@ … … 395 370 top_srcdir = @top_srcdir@ 396 371 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 397 ACLOCAL_AMFLAGS = -I automake398 372 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* 399 373 SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@ … … 453 427 distclean-hdr: 454 428 -rm -f config.h stamp-h1 455 456 mostlyclean-libtool:457 -rm -f *.lo458 459 clean-libtool:460 -rm -rf .libs _libs461 462 distclean-libtool:463 -rm -f libtool config.lt464 429 install-man1: $(man1_MANS) 465 430 @$(NORMAL_INSTALL) … … 837 802 clean: clean-recursive 838 803 839 clean-am: clean-generic clean-libtoolmostlyclean-am804 clean-am: clean-generic mostlyclean-am 840 805 841 806 distclean: distclean-recursive 842 807 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 843 808 -rm -f Makefile 844 distclean-am: clean-am distclean-generic distclean-hdr \ 845 distclean-libtool distclean-tags 809 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 846 810 847 811 dvi: dvi-recursive … … 893 857 mostlyclean: mostlyclean-recursive 894 858 895 mostlyclean-am: mostlyclean-generic mostlyclean-libtool859 mostlyclean-am: mostlyclean-generic 896 860 897 861 pdf: pdf-recursive … … 911 875 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 912 876 am--refresh check check-am clean clean-cscope clean-generic \ 913 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 914 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 915 dist-xz dist-zip distcheck distclean distclean-generic \ 916 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 917 distdir distuninstallcheck dvi dvi-am html html-am info \ 918 info-am install install-am install-data install-data-am \ 919 install-dvi install-dvi-am install-exec install-exec-am \ 920 install-html install-html-am install-info install-info-am \ 921 install-man install-man1 install-pdf install-pdf-am install-ps \ 922 install-ps-am install-strip installcheck installcheck-am \ 923 installdirs installdirs-am maintainer-clean \ 924 maintainer-clean-generic mostlyclean mostlyclean-generic \ 925 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 926 uninstall-am uninstall-man uninstall-man1 877 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 878 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 879 distcheck distclean distclean-generic distclean-hdr \ 880 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 881 dvi-am html html-am info info-am install install-am \ 882 install-data install-data-am install-dvi install-dvi-am \ 883 install-exec install-exec-am install-html install-html-am \ 884 install-info install-info-am install-man install-man1 \ 885 install-pdf install-pdf-am install-ps install-ps-am \ 886 install-strip installcheck installcheck-am installdirs \ 887 installdirs-am maintainer-clean maintainer-clean-generic \ 888 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ 889 tags-am uninstall uninstall-am uninstall-man uninstall-man1 927 890 928 891 .PRECIOUS: Makefile
Note:
See TracChangeset
for help on using the changeset viewer.