Changes in libcfa/Makefile.in [c6bbcdb:e523b07]
- File:
-
- 1 edited
-
libcfa/Makefile.in (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
rc6bbcdb 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@ … … 236 227 CFA_NAME = @CFA_NAME@ 237 228 CFA_PREFIX = @CFA_PREFIX@ 238 CFA_VERSION = @CFA_VERSION@239 229 CFLAGS = @CFLAGS@ 240 230 CONFIGURATION = @CONFIGURATION@ … … 242 232 CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@ 243 233 CONFIG_CFLAGS = @CONFIG_CFLAGS@ 244 CPP = @CPP@245 234 CPPFLAGS = @CPPFLAGS@ 246 235 CXX = @CXX@ 247 CXXCPP = @CXXCPP@248 236 CXXDEPMODE = @CXXDEPMODE@ 249 237 CXXFLAGS = @CXXFLAGS@ … … 251 239 DEFS = @DEFS@ 252 240 DEPDIR = @DEPDIR@ 253 DLLTOOL = @DLLTOOL@254 241 DRIVER_DIR = @DRIVER_DIR@ 255 DSYMUTIL = @DSYMUTIL@256 DUMPBIN = @DUMPBIN@257 242 ECHO_C = @ECHO_C@ 258 243 ECHO_N = @ECHO_N@ 259 244 ECHO_T = @ECHO_T@ 260 EGREP = @EGREP@261 245 EXEEXT = @EXEEXT@ 262 FGREP = @FGREP@263 GREP = @GREP@264 246 INSTALL = @INSTALL@ 265 247 INSTALL_DATA = @INSTALL_DATA@ … … 267 249 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 268 250 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 269 LD = @LD@270 251 LDFLAGS = @LDFLAGS@ 271 252 LIBOBJS = @LIBOBJS@ 272 253 LIBS = @LIBS@ 273 LIBTOOL = @LIBTOOL@274 LIPO = @LIPO@275 LN_S = @LN_S@276 254 LTLIBOBJS = @LTLIBOBJS@ 277 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@278 255 MAKEINFO = @MAKEINFO@ 279 MANIFEST_TOOL = @MANIFEST_TOOL@280 256 MKDIR_P = @MKDIR_P@ 281 NM = @NM@282 NMEDIT = @NMEDIT@283 OBJDUMP = @OBJDUMP@284 257 OBJEXT = @OBJEXT@ 285 OTOOL = @OTOOL@286 OTOOL64 = @OTOOL64@287 258 PACKAGE = @PACKAGE@ 288 259 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 294 265 PATH_SEPARATOR = @PATH_SEPARATOR@ 295 266 RANLIB = @RANLIB@ 296 SED = @SED@297 267 SET_MAKE = @SET_MAKE@ 298 268 SHELL = @SHELL@ … … 303 273 abs_top_builddir = @abs_top_builddir@ 304 274 abs_top_srcdir = @abs_top_srcdir@ 305 ac_ct_AR = @ac_ct_AR@306 275 ac_ct_CC = @ac_ct_CC@ 307 276 ac_ct_CXX = @ac_ct_CXX@ 308 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@309 277 am__include = @am__include@ 310 278 am__leading_dot = @am__leading_dot@ … … 313 281 am__untar = @am__untar@ 314 282 bindir = @bindir@ 315 build = @build@316 283 build_alias = @build_alias@ 317 build_cpu = @build_cpu@318 build_os = @build_os@319 build_vendor = @build_vendor@320 284 builddir = @builddir@ 321 285 datadir = @datadir@ … … 324 288 dvidir = @dvidir@ 325 289 exec_prefix = @exec_prefix@ 326 host = @host@327 290 host_alias = @host_alias@ 328 host_cpu = @host_cpu@329 host_os = @host_os@330 host_vendor = @host_vendor@331 291 htmldir = @htmldir@ 332 292 includedir = @includedir@ … … 354 314 top_srcdir = @top_srcdir@ 355 315 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 356 ACLOCAL_AMFLAGS = -I automake357 316 SUBDIRS = prelude src # order important 358 317 all: all-recursive … … 392 351 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 393 352 $(am__aclocal_m4_deps): 394 395 mostlyclean-libtool:396 -rm -f *.lo397 398 clean-libtool:399 -rm -rf .libs _libs400 401 distclean-libtool:402 -rm -f libtool config.lt403 353 404 354 # This directory's subdirectories are mostly independent; you can cd … … 733 683 clean: clean-recursive 734 684 735 clean-am: clean-generic clean-libtoolmostlyclean-am685 clean-am: clean-generic mostlyclean-am 736 686 737 687 distclean: distclean-recursive 738 688 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 739 689 -rm -f Makefile 740 distclean-am: clean-am distclean-generic distclean-libtool \ 741 distclean-tags 690 distclean-am: clean-am distclean-generic distclean-tags 742 691 743 692 dvi: dvi-recursive … … 789 738 mostlyclean: mostlyclean-recursive 790 739 791 mostlyclean-am: mostlyclean-generic mostlyclean-libtool740 mostlyclean-am: mostlyclean-generic 792 741 793 742 pdf: pdf-recursive … … 805 754 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 806 755 am--refresh check check-am clean clean-cscope clean-generic \ 807 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 808 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 809 dist-xz dist-zip distcheck distclean distclean-generic \ 810 distclean-libtool distclean-tags distcleancheck distdir \ 811 distuninstallcheck dvi dvi-am html html-am info info-am \ 812 install install-am install-data install-data-am install-dvi \ 813 install-dvi-am install-exec install-exec-am install-html \ 814 install-html-am install-info install-info-am install-man \ 815 install-pdf install-pdf-am install-ps install-ps-am \ 816 install-strip installcheck installcheck-am installdirs \ 817 installdirs-am maintainer-clean maintainer-clean-generic \ 818 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 819 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 820 768 821 769 .PRECIOUS: Makefile
Note:
See TracChangeset
for help on using the changeset viewer.