Changes in libcfa/Makefile.in [38d12e7:e523b07]
- File:
-
- 1 edited
-
libcfa/Makefile.in (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
r38d12e7 re523b07 89 89 PRE_UNINSTALL = : 90 90 POST_UNINSTALL = : 91 build_triplet = @build@92 host_triplet = @host@93 91 subdir = . 94 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \ 96 $(top_srcdir)/automake/ltoptions.m4 \ 97 $(top_srcdir)/automake/ltsugar.m4 \ 98 $(top_srcdir)/automake/ltversion.m4 \ 99 $(top_srcdir)/automake/lt~obsolete.m4 \ 100 $(top_srcdir)/../automake/cfa.m4 $(top_srcdir)/configure.ac 93 am__aclocal_m4_deps = $(top_srcdir)/../automake/cfa.m4 \ 94 $(top_srcdir)/configure.ac 101 95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 102 96 $(ACLOCAL_M4) … … 164 158 CSCOPE = cscope 165 159 DIST_SUBDIRS = $(SUBDIRS) 166 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/compile \ 167 $(top_srcdir)/automake/config.guess \ 168 $(top_srcdir)/automake/config.sub \ 169 $(top_srcdir)/automake/install-sh \ 170 $(top_srcdir)/automake/ltmain.sh \ 171 $(top_srcdir)/automake/missing automake/compile \ 172 automake/config.guess automake/config.sub automake/depcomp \ 173 automake/install-sh automake/ltmain.sh automake/missing 160 am__DIST_COMMON = $(srcdir)/Makefile.in \ 161 $(top_srcdir)/./automake/compile \ 162 $(top_srcdir)/./automake/install-sh \ 163 $(top_srcdir)/./automake/missing ./automake/compile \ 164 ./automake/config.guess ./automake/config.sub \ 165 ./automake/depcomp ./automake/install-sh ./automake/missing 174 166 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 175 167 distdir = $(PACKAGE)-$(VERSION) … … 217 209 AMTAR = @AMTAR@ 218 210 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 219 AR = @AR@220 211 ARCHITECTURE = @ARCHITECTURE@ 221 212 ARCH_FLAGS = @ARCH_FLAGS@ … … 238 229 CFLAGS = @CFLAGS@ 239 230 CONFIGURATION = @CONFIGURATION@ 231 CONFIG_BUILDLIB = @CONFIG_BUILDLIB@ 240 232 CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@ 241 233 CONFIG_CFLAGS = @CONFIG_CFLAGS@ 242 CPP = @CPP@243 234 CPPFLAGS = @CPPFLAGS@ 244 235 CXX = @CXX@ 245 CXXCPP = @CXXCPP@246 236 CXXDEPMODE = @CXXDEPMODE@ 247 237 CXXFLAGS = @CXXFLAGS@ … … 249 239 DEFS = @DEFS@ 250 240 DEPDIR = @DEPDIR@ 251 DLLTOOL = @DLLTOOL@252 241 DRIVER_DIR = @DRIVER_DIR@ 253 DSYMUTIL = @DSYMUTIL@254 DUMPBIN = @DUMPBIN@255 242 ECHO_C = @ECHO_C@ 256 243 ECHO_N = @ECHO_N@ 257 244 ECHO_T = @ECHO_T@ 258 EGREP = @EGREP@259 245 EXEEXT = @EXEEXT@ 260 FGREP = @FGREP@261 GREP = @GREP@262 246 INSTALL = @INSTALL@ 263 247 INSTALL_DATA = @INSTALL_DATA@ … … 265 249 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 266 250 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 267 LD = @LD@268 251 LDFLAGS = @LDFLAGS@ 269 252 LIBOBJS = @LIBOBJS@ 270 253 LIBS = @LIBS@ 271 LIBTOOL = @LIBTOOL@272 LIPO = @LIPO@273 LN_S = @LN_S@274 254 LTLIBOBJS = @LTLIBOBJS@ 275 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@276 255 MAKEINFO = @MAKEINFO@ 277 MANIFEST_TOOL = @MANIFEST_TOOL@278 256 MKDIR_P = @MKDIR_P@ 279 NM = @NM@280 NMEDIT = @NMEDIT@281 OBJDUMP = @OBJDUMP@282 257 OBJEXT = @OBJEXT@ 283 OTOOL = @OTOOL@284 OTOOL64 = @OTOOL64@285 258 PACKAGE = @PACKAGE@ 286 259 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 292 265 PATH_SEPARATOR = @PATH_SEPARATOR@ 293 266 RANLIB = @RANLIB@ 294 SED = @SED@295 267 SET_MAKE = @SET_MAKE@ 296 268 SHELL = @SHELL@ … … 301 273 abs_top_builddir = @abs_top_builddir@ 302 274 abs_top_srcdir = @abs_top_srcdir@ 303 ac_ct_AR = @ac_ct_AR@304 275 ac_ct_CC = @ac_ct_CC@ 305 276 ac_ct_CXX = @ac_ct_CXX@ 306 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@307 277 am__include = @am__include@ 308 278 am__leading_dot = @am__leading_dot@ … … 311 281 am__untar = @am__untar@ 312 282 bindir = @bindir@ 313 build = @build@314 283 build_alias = @build_alias@ 315 build_cpu = @build_cpu@316 build_os = @build_os@317 build_vendor = @build_vendor@318 284 builddir = @builddir@ 319 285 datadir = @datadir@ … … 322 288 dvidir = @dvidir@ 323 289 exec_prefix = @exec_prefix@ 324 host = @host@325 290 host_alias = @host_alias@ 326 host_cpu = @host_cpu@327 host_os = @host_os@328 host_vendor = @host_vendor@329 291 htmldir = @htmldir@ 330 292 includedir = @includedir@ … … 352 314 top_srcdir = @top_srcdir@ 353 315 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 354 ACLOCAL_AMFLAGS = -I automake355 316 SUBDIRS = prelude src # order important 356 317 all: all-recursive … … 390 351 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 391 352 $(am__aclocal_m4_deps): 392 393 mostlyclean-libtool:394 -rm -f *.lo395 396 clean-libtool:397 -rm -rf .libs _libs398 399 distclean-libtool:400 -rm -f libtool config.lt401 353 402 354 # This directory's subdirectories are mostly independent; you can cd … … 731 683 clean: clean-recursive 732 684 733 clean-am: clean-generic clean-libtoolmostlyclean-am685 clean-am: clean-generic mostlyclean-am 734 686 735 687 distclean: distclean-recursive 736 688 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 737 689 -rm -f Makefile 738 distclean-am: clean-am distclean-generic distclean-libtool \ 739 distclean-tags 690 distclean-am: clean-am distclean-generic distclean-tags 740 691 741 692 dvi: dvi-recursive … … 787 738 mostlyclean: mostlyclean-recursive 788 739 789 mostlyclean-am: mostlyclean-generic mostlyclean-libtool740 mostlyclean-am: mostlyclean-generic 790 741 791 742 pdf: pdf-recursive … … 803 754 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 804 755 am--refresh check check-am clean clean-cscope clean-generic \ 805 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 806 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 807 dist-xz dist-zip distcheck distclean distclean-generic \ 808 distclean-libtool distclean-tags distcleancheck distdir \ 809 distuninstallcheck dvi dvi-am html html-am info info-am \ 810 install install-am install-data install-data-am install-dvi \ 811 install-dvi-am install-exec install-exec-am install-html \ 812 install-html-am install-info install-info-am install-man \ 813 install-pdf install-pdf-am install-ps install-ps-am \ 814 install-strip installcheck installcheck-am installdirs \ 815 installdirs-am maintainer-clean maintainer-clean-generic \ 816 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 817 ps ps-am tags tags-am uninstall uninstall-am 756 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 757 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 758 distcheck distclean distclean-generic distclean-tags \ 759 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 760 html-am info info-am install install-am install-data \ 761 install-data-am install-dvi install-dvi-am install-exec \ 762 install-exec-am install-html install-html-am install-info \ 763 install-info-am install-man install-pdf install-pdf-am \ 764 install-ps install-ps-am install-strip installcheck \ 765 installcheck-am installdirs installdirs-am maintainer-clean \ 766 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 767 pdf-am ps ps-am tags tags-am uninstall uninstall-am 818 768 819 769 .PRECIOUS: Makefile
Note:
See TracChangeset
for help on using the changeset viewer.