1# Makefile.in generated automatically by automake 1.4a from Makefile.am 2 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4# This Makefile.in is free software; the Free Software Foundation 5# gives unlimited permission to copy and/or distribute it, 6# with or without modifications, as long as this notice is preserved. 7 8# This program is distributed in the hope that it will be useful, 9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11# PARTICULAR PURPOSE. 12 13SHELL = @SHELL@ 14 15srcdir = @srcdir@ 16top_srcdir = @top_srcdir@ 17VPATH = @srcdir@ 18prefix = @prefix@ 19exec_prefix = @exec_prefix@ 20 21bindir = @bindir@ 22sbindir = @sbindir@ 23libexecdir = @libexecdir@ 24datadir = @datadir@ 25sysconfdir = @sysconfdir@ 26sharedstatedir = @sharedstatedir@ 27localstatedir = @localstatedir@ 28libdir = @libdir@ 29infodir = @infodir@ 30mandir = @mandir@ 31includedir = @includedir@ 32oldincludedir = /usr/include 33 34DESTDIR = 35 36pkgdatadir = $(datadir)/@PACKAGE@ 37pkglibdir = $(libdir)/@PACKAGE@ 38pkgincludedir = $(includedir)/@PACKAGE@ 39 40top_builddir = .. 41 42ACLOCAL = @ACLOCAL@ 43AUTOCONF = @AUTOCONF@ 44AUTOMAKE = @AUTOMAKE@ 45AUTOHEADER = @AUTOHEADER@ 46 47INSTALL = @INSTALL@ 48INSTALL_PROGRAM = @INSTALL_PROGRAM@ 49INSTALL_DATA = @INSTALL_DATA@ 50INSTALL_SCRIPT = @INSTALL_SCRIPT@ 51INSTALL_STRIP_FLAG = 52transform = @program_transform_name@ 53 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60build_alias = @build_alias@ 61build_triplet = @build@ 62host_alias = @host_alias@ 63host_triplet = @host@ 64target_alias = @target_alias@ 65target_triplet = @target@ 66AMDEP = @AMDEP@ 67AMTAR = @AMTAR@ 68AWK = @AWK@ 69CC = @CC@ 70CFLAGS = @CFLAGS@ 71CHUTEST = @CHUTEST@ 72CLKTEST = @CLKTEST@ 73CPP = @CPP@ 74CXX = @CXX@ 75CXXCPP = @CXXCPP@ 76DCFD = @DCFD@ 77DEPDIR = @DEPDIR@ 78LDFLAGS = @LDFLAGS@ 79LIBPARSE = @LIBPARSE@ 80LIBRSAREF = @LIBRSAREF@ 81LN_S = @LN_S@ 82MAKEINFO = @MAKEINFO@ 83MAKE_ADJTIMED = @MAKE_ADJTIMED@ 84MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 85MAKE_LIBPARSE = @MAKE_LIBPARSE@ 86MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 87MAKE_LIBRSAREF = @MAKE_LIBRSAREF@ 88MAKE_NTPTIME = @MAKE_NTPTIME@ 89MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 90MAKE_TICKADJ = @MAKE_TICKADJ@ 91PACKAGE = @PACKAGE@ 92PATH_SH = @PATH_SH@ 93PROPDELAY = @PROPDELAY@ 94RANLIB = @RANLIB@ 95RSAREF = @RSAREF@ 96TESTDCF = @TESTDCF@ 97U = @U@ 98VERSION = @VERSION@ 99install_sh = @install_sh@ 100 101#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies 102 103 104AUTOMAKE_OPTIONS = ../util/ansi2knr 105noinst_PROGRAMS = @TESTDCF@ @DCFD@ 106EXTRA_PROGRAMS = testdcf dcfd 107INCLUDES = -I$(top_srcdir)/include 108ETAGS_ARGS = Makefile.am 109subdir = parseutil 110mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 111CONFIG_HEADER = ../config.h 112CONFIG_CLEAN_FILES = 113PROGRAMS = $(noinst_PROGRAMS) 114 115 116DEFS = @DEFS@ -I. -I$(srcdir) -I.. 117CPPFLAGS = @CPPFLAGS@ 118LIBS = @LIBS@ 119ANSI2KNR = ../util/ansi2knr 120dcfd_SOURCES = dcfd.c 121dcfd_OBJECTS = dcfd$U.o 122dcfd_LDADD = $(LDADD) 123dcfd_DEPENDENCIES = 124dcfd_LDFLAGS = 125testdcf_SOURCES = testdcf.c 126testdcf_OBJECTS = testdcf$U.o 127testdcf_LDADD = $(LDADD) 128testdcf_DEPENDENCIES = 129testdcf_LDFLAGS = 130COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 131CCLD = $(CC) 132LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 133DIST_SOURCES = dcfd.c testdcf.c 134DIST_COMMON = README Makefile.am Makefile.in 135 136 137DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 138 139GZIP_ENV = --best 140depcomp = $(SHELL) $(top_srcdir)/depcomp 141DEP_FILES = @AMDEP@ $(DEPDIR)/dcfd$U.Po $(DEPDIR)/testdcf$U.Po 142SOURCES = dcfd.c testdcf.c 143OBJECTS = dcfd$U.o testdcf$U.o 144 145all: all-redirect 146.SUFFIXES: 147.SUFFIXES: .c .o 148$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 149 cd $(top_srcdir) && $(AUTOMAKE) --gnu parseutil/Makefile 150 151Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 152 cd $(top_builddir) \ 153 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 154 155 156mostlyclean-noinstPROGRAMS: 157 158clean-noinstPROGRAMS: 159 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 160 161distclean-noinstPROGRAMS: 162 163maintainer-clean-noinstPROGRAMS: 164 165mostlyclean-compile: 166 -rm -f *.o core *.core 167 168clean-compile: 169 170distclean-compile: 171 -rm -f *.tab.c 172 173maintainer-clean-compile: 174../util/ansi2knr: ../util/ansi2knr.o 175 cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr 176 177../util/ansi2knr.o: 178 cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o 179 180 181mostlyclean-kr: 182 -rm -f *_.c 183 184clean-kr: 185 186distclean-kr: 187 188maintainer-clean-kr: 189 190dcfd: $(dcfd_OBJECTS) $(dcfd_DEPENDENCIES) 191 @rm -f dcfd 192 $(LINK) $(dcfd_LDFLAGS) $(dcfd_OBJECTS) $(dcfd_LDADD) $(LIBS) 193 194testdcf: $(testdcf_OBJECTS) $(testdcf_DEPENDENCIES) 195 @rm -f testdcf 196 $(LINK) $(testdcf_LDFLAGS) $(testdcf_OBJECTS) $(testdcf_LDADD) $(LIBS) 197dcfd_.c: dcfd.c $(ANSI2KNR) 198 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dcfd.c; then echo $(srcdir)/dcfd.c; else echo dcfd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dcfd_.c 199testdcf_.c: testdcf.c $(ANSI2KNR) 200 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/testdcf.c; then echo $(srcdir)/testdcf.c; else echo testdcf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > testdcf_.c 201dcfd_.o testdcf_.o : $(ANSI2KNR) 202 203tags: TAGS 204 205ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 206 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 207 unique=`for i in $$list; do \ 208 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 209 done | \ 210 $(AWK) ' { files[$$0] = 1; } \ 211 END { for (i in files) print i; }'`; \ 212 mkid -f$$here/ID $$unique $(LISP) 213 214TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 215 $(TAGS_FILES) $(LISP) 216 tags=; \ 217 here=`pwd`; \ 218 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 219 unique=`for i in $$list; do \ 220 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 221 done | \ 222 $(AWK) ' { files[$$0] = 1; } \ 223 END { for (i in files) print i; }'`; \ 224 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 225 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) 226 227mostlyclean-tags: 228 229clean-tags: 230 231distclean-tags: 232 -rm -f TAGS ID 233 234maintainer-clean-tags: 235 236distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 237 238distdir: $(DISTFILES) 239 @for file in $(DISTFILES); do \ 240 d=$(srcdir); \ 241 if test -d $$d/$$file; then \ 242 cp -pR $$d/$$file $(distdir); \ 243 else \ 244 test -f $(distdir)/$$file \ 245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 246 || cp -p $$d/$$file $(distdir)/$$file || :; \ 247 fi; \ 248 done 249 250@AMDEP@include $(DEPDIR)/dcfd$U.Po 251@AMDEP@include $(DEPDIR)/testdcf$U.Po 252 253mostlyclean-depend: 254 255clean-depend: 256 257distclean-depend: 258 -rm -rf $(DEPDIR) 259 260maintainer-clean-depend: 261 262@AMDEP@CCDEPMODE = @CCDEPMODE@ 263 264.c.o: 265@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 266@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 267@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 268 $(COMPILE) -c -o $@ $< 269 270info-am: 271info: info-am 272dvi-am: 273dvi: dvi-am 274check-am: all-am 275 $(MAKE) $(AM_MAKEFLAGS) check-local 276check: check-am 277installcheck-am: 278installcheck: installcheck-am 279install-exec-am: 280install-exec: install-exec-am 281 282install-data-am: 283install-data: install-data-am 284 285install-am: all-am 286 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 287install: install-am 288uninstall-am: 289uninstall: uninstall-am 290all-am: Makefile $(PROGRAMS) 291all-redirect: all-am 292install-strip: 293 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 294installdirs: 295 296 297mostlyclean-generic: 298 299clean-generic: 300 301distclean-generic: 302 -rm -f Makefile $(CONFIG_CLEAN_FILES) 303 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 304 305maintainer-clean-generic: 306 -rm -f Makefile.in 307mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 308 mostlyclean-kr mostlyclean-tags mostlyclean-depend \ 309 mostlyclean-generic 310 311mostlyclean: mostlyclean-am 312 313clean-am: clean-noinstPROGRAMS clean-compile clean-kr clean-tags \ 314 clean-depend clean-generic mostlyclean-am 315 316clean: clean-am 317 318distclean-am: distclean-noinstPROGRAMS distclean-compile distclean-kr \ 319 distclean-tags distclean-depend distclean-generic \ 320 clean-am 321 322distclean: distclean-am 323 324maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ 325 maintainer-clean-compile maintainer-clean-kr \ 326 maintainer-clean-tags maintainer-clean-depend \ 327 maintainer-clean-generic distclean-am 328 @echo "This command is intended for maintainers to use;" 329 @echo "it deletes files that may require special tools to rebuild." 330 331maintainer-clean: maintainer-clean-am 332 333.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 334clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 335mostlyclean-compile distclean-compile clean-compile \ 336maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \ 337maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \ 338maintainer-clean-tags distdir mostlyclean-depend distclean-depend \ 339clean-depend maintainer-clean-depend info-am info dvi-am dvi \ 340check-local check check-am installcheck-am installcheck install-exec-am \ 341install-exec install-data-am install-data install-am install \ 342uninstall-am uninstall all-redirect all-am all install-strip \ 343installdirs mostlyclean-generic distclean-generic clean-generic \ 344maintainer-clean-generic clean mostlyclean distclean maintainer-clean 345 346#EXTRA_DIST= TAGS 347 348check-local: dcfd 349 ./dcfd -Y 350 351# Tell versions [3.59,3.63) of GNU make to not export all variables. 352# Otherwise a system limit (for SysV at least) may be exceeded. 353.NOEXPORT: 354