1# Generated automatically from Makefile.in by configure. 2# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am 3 4# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. 5# This Makefile.in is free software; the Free Software Foundation 6# gives unlimited permission to copy and/or distribute it, 7# with or without modifications, as long as this notice is preserved. 8 9# This program is distributed in the hope that it will be useful, 10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12# PARTICULAR PURPOSE. 13 14 15SHELL = /bin/sh 16 17srcdir = . 18top_srcdir = . 19prefix = /usr/local 20exec_prefix = ${prefix} 21 22bindir = ${exec_prefix}/bin 23sbindir = ${exec_prefix}/sbin 24libexecdir = ${exec_prefix}/libexec 25datadir = ${prefix}/share 26sysconfdir = ${prefix}/etc 27sharedstatedir = ${prefix}/com 28localstatedir = ${prefix}/var 29libdir = ${exec_prefix}/lib 30infodir = ${prefix}/info 31mandir = ${prefix}/man 32includedir = ${prefix}/include 33oldincludedir = /usr/include 34 35DESTDIR = 36 37pkgdatadir = $(datadir)/@PACKAGE@ 38pkglibdir = $(libdir)/@PACKAGE@ 39pkgincludedir = $(includedir)/@PACKAGE@ 40 41top_builddir = . 42 43ACLOCAL = @ACLOCAL@ 44AUTOCONF = @AUTOCONF@ 45AUTOMAKE = @AUTOMAKE@ 46AUTOHEADER = @AUTOHEADER@ 47 48INSTALL = /usr/bin/install -c 49INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) 50INSTALL_DATA = ${INSTALL} -m 644 51INSTALL_SCRIPT = ${INSTALL_PROGRAM} 52transform = s,x,x, 53 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60 61bin_PROGRAMS = mymoon 62 63mymoon_SOURCES = mymoon.c 64mymoon_LDFLAGS = -lnova -lcurses 65mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 66CONFIG_CLEAN_FILES = 67PROGRAMS = $(bin_PROGRAMS) 68 69 70DEFS = -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAVE_STDLIB_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_NCURSES_H=1 -DHAVE_CURSES_H=1 -DHAVE_LIBNOVA_H=1 -DHAVE_MATH_H=1 -I. -I$(srcdir) 71CPPFLAGS = 72LDFLAGS = 73LIBS = 74mymoon_OBJECTS = mymoon.o 75mymoon_LDADD = $(LDADD) 76mymoon_DEPENDENCIES = 77CFLAGS = 78COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 79CCLD = $(CC) 80LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 81DIST_COMMON = README AUTHORS COPYING ChangeLog Makefile.am Makefile.in \ 82NEWS TODO configure configure.in install-sh missing mkinstalldirs 83 84 85PACKAGE = @PACKAGE@ 86VERSION = @VERSION@ 87 88DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 89 90TAR = tar 91GZIP_ENV = --best 92DEP_FILES = .deps/mymoon.P 93SOURCES = $(mymoon_SOURCES) 94OBJECTS = $(mymoon_OBJECTS) 95 96all: all-redirect 97.SUFFIXES: 98.SUFFIXES: .S .c .o .s 99$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 100 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile 101 102Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 103 cd $(top_builddir) \ 104 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 105 106 107config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 108 $(SHELL) ./config.status --recheck 109$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 110 cd $(srcdir) && $(AUTOCONF) 111 112mostlyclean-binPROGRAMS: 113 114clean-binPROGRAMS: 115 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 116 117distclean-binPROGRAMS: 118 119maintainer-clean-binPROGRAMS: 120 121install-binPROGRAMS: $(bin_PROGRAMS) 122 @$(NORMAL_INSTALL) 123 $(mkinstalldirs) $(DESTDIR)$(bindir) 124 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 125 if test -f $$p; then \ 126 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ 127 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ 128 else :; fi; \ 129 done 130 131uninstall-binPROGRAMS: 132 @$(NORMAL_UNINSTALL) 133 list='$(bin_PROGRAMS)'; for p in $$list; do \ 134 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ 135 done 136 137.s.o: 138 $(COMPILE) -c $< 139 140.S.o: 141 $(COMPILE) -c $< 142 143mostlyclean-compile: 144 -rm -f *.o core *.core 145 146clean-compile: 147 148distclean-compile: 149 -rm -f *.tab.c 150 151maintainer-clean-compile: 152 153mymoon: $(mymoon_OBJECTS) $(mymoon_DEPENDENCIES) 154 @rm -f mymoon 155 $(LINK) $(mymoon_LDFLAGS) $(mymoon_OBJECTS) $(mymoon_LDADD) $(LIBS) 156 157tags: TAGS 158 159ID: $(HEADERS) $(SOURCES) $(LISP) 160 list='$(SOURCES) $(HEADERS)'; \ 161 unique=`for i in $$list; do echo $$i; done | \ 162 awk ' { files[$$0] = 1; } \ 163 END { for (i in files) print i; }'`; \ 164 here=`pwd` && cd $(srcdir) \ 165 && mkid -f$$here/ID $$unique $(LISP) 166 167TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 168 tags=; \ 169 here=`pwd`; \ 170 list='$(SOURCES) $(HEADERS)'; \ 171 unique=`for i in $$list; do echo $$i; done | \ 172 awk ' { files[$$0] = 1; } \ 173 END { for (i in files) print i; }'`; \ 174 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 175 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 176 177mostlyclean-tags: 178 179clean-tags: 180 181distclean-tags: 182 -rm -f TAGS ID 183 184maintainer-clean-tags: 185 186distdir = $(PACKAGE)-$(VERSION) 187top_distdir = $(distdir) 188 189# This target untars the dist file and tries a VPATH configuration. Then 190# it guarantees that the distribution is self-contained by making another 191# tarfile. 192distcheck: dist 193 -rm -rf $(distdir) 194 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 195 mkdir $(distdir)/=build 196 mkdir $(distdir)/=inst 197 dc_install_base=`cd $(distdir)/=inst && pwd`; \ 198 cd $(distdir)/=build \ 199 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 200 && $(MAKE) $(AM_MAKEFLAGS) \ 201 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 202 && $(MAKE) $(AM_MAKEFLAGS) check \ 203 && $(MAKE) $(AM_MAKEFLAGS) install \ 204 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 205 && $(MAKE) $(AM_MAKEFLAGS) dist 206 -rm -rf $(distdir) 207 @banner="$(distdir).tar.gz is ready for distribution"; \ 208 dashes=`echo "$$banner" | sed s/./=/g`; \ 209 echo "$$dashes"; \ 210 echo "$$banner"; \ 211 echo "$$dashes" 212dist: distdir 213 -chmod -R a+r $(distdir) 214 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 215 -rm -rf $(distdir) 216dist-all: distdir 217 -chmod -R a+r $(distdir) 218 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 219 -rm -rf $(distdir) 220distdir: $(DISTFILES) 221 -rm -rf $(distdir) 222 mkdir $(distdir) 223 -chmod 777 $(distdir) 224 here=`cd $(top_builddir) && pwd`; \ 225 top_distdir=`cd $(distdir) && pwd`; \ 226 distdir=`cd $(distdir) && pwd`; \ 227 cd $(top_srcdir) \ 228 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile 229 @for file in $(DISTFILES); do \ 230 d=$(srcdir); \ 231 if test -d $$d/$$file; then \ 232 cp -pr $$d/$$file $(distdir)/$$file; \ 233 else \ 234 test -f $(distdir)/$$file \ 235 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 236 || cp -p $$d/$$file $(distdir)/$$file || :; \ 237 fi; \ 238 done 239 240DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 241 242-include $(DEP_FILES) 243 244mostlyclean-depend: 245 246clean-depend: 247 248distclean-depend: 249 -rm -rf .deps 250 251maintainer-clean-depend: 252 253%.o: %.c 254 @echo '$(COMPILE) -c $<'; \ 255 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 256 @-cp .deps/$(*F).pp .deps/$(*F).P; \ 257 tr ' ' '\012' < .deps/$(*F).pp \ 258 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 259 >> .deps/$(*F).P; \ 260 rm .deps/$(*F).pp 261 262%.lo: %.c 263 @echo '$(LTCOMPILE) -c $<'; \ 264 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 265 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 266 < .deps/$(*F).pp > .deps/$(*F).P; \ 267 tr ' ' '\012' < .deps/$(*F).pp \ 268 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 269 >> .deps/$(*F).P; \ 270 rm -f .deps/$(*F).pp 271info-am: 272info: info-am 273dvi-am: 274dvi: dvi-am 275check-am: all-am 276check: check-am 277installcheck-am: 278installcheck: installcheck-am 279install-exec-am: install-binPROGRAMS 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: uninstall-binPROGRAMS 289uninstall: uninstall-am 290all-am: Makefile $(PROGRAMS) 291all-redirect: all-am 292install-strip: 293 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 294installdirs: 295 $(mkinstalldirs) $(DESTDIR)$(bindir) 296 297 298mostlyclean-generic: 299 300clean-generic: 301 302distclean-generic: 303 -rm -f Makefile $(CONFIG_CLEAN_FILES) 304 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 305 306maintainer-clean-generic: 307mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ 308 mostlyclean-tags mostlyclean-depend mostlyclean-generic 309 310mostlyclean: mostlyclean-am 311 312clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \ 313 clean-generic mostlyclean-am 314 315clean: clean-am 316 317distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \ 318 distclean-depend distclean-generic clean-am 319 320distclean: distclean-am 321 -rm -f config.status 322 323maintainer-clean-am: maintainer-clean-binPROGRAMS \ 324 maintainer-clean-compile maintainer-clean-tags \ 325 maintainer-clean-depend maintainer-clean-generic \ 326 distclean-am 327 @echo "This command is intended for maintainers to use;" 328 @echo "it deletes files that may require special tools to rebuild." 329 330maintainer-clean: maintainer-clean-am 331 -rm -f config.status 332 333.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ 334maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ 335mostlyclean-compile distclean-compile clean-compile \ 336maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 337clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 338distclean-depend clean-depend maintainer-clean-depend info-am info \ 339dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ 340install-exec install-data-am install-data install-am install \ 341uninstall-am uninstall all-redirect all-am all installdirs \ 342mostlyclean-generic distclean-generic clean-generic \ 343maintainer-clean-generic clean mostlyclean distclean maintainer-clean 344 345 346# Tell versions [3.59,3.63) of GNU make to not export all variables. 347# Otherwise a system limit (for SysV at least) may be exceeded. 348.NOEXPORT: 349