Files
wmaker/test/Makefile.in
T

317 lines
7.6 KiB
Makefile
Raw Normal View History

1999-01-29 08:11:17 +00:00
# Makefile.in generated automatically by automake 1.4 from Makefile.am
1998-09-29 22:36:29 +00:00
1999-01-29 08:11:17 +00:00
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
1998-09-29 22:36:29 +00:00
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
1999-01-29 08:11:17 +00:00
SHELL = @SHELL@
1998-09-29 22:36:29 +00:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
1999-01-29 08:11:17 +00:00
DESTDIR =
1998-09-29 22:36:29 +00:00
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
1999-01-29 08:11:17 +00:00
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
1998-09-29 22:36:29 +00:00
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = @host_alias@
host_triplet = @host@
CC = @CC@
CPP_PATH = @CPP_PATH@
DFLAGS = @DFLAGS@
1999-03-17 01:20:29 +00:00
DLLIBS = @DLLIBS@
1998-09-29 22:36:29 +00:00
GFXLIBS = @GFXLIBS@
HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
1998-09-29 22:36:29 +00:00
ICONEXT = @ICONEXT@
INTLIBS = @INTLIBS@
1999-01-06 15:22:33 +00:00
LD = @LD@
1999-01-29 08:11:17 +00:00
LIBPL = @LIBPL@
LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
1999-01-06 15:22:33 +00:00
LIBTOOL = @LIBTOOL@
LITE = @LITE@
1998-09-29 22:36:29 +00:00
LN_S = @LN_S@
MAKEINFO = @MAKEINFO@
MOFILES = @MOFILES@
NLSDIR = @NLSDIR@
1999-01-11 12:28:12 +00:00
NM = @NM@
1998-09-29 22:36:29 +00:00
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
VERSION = @VERSION@
WPMOFILES = @WPMOFILES@
XCFLAGS = @XCFLAGS@
XGETTEXT = @XGETTEXT@
XLFLAGS = @XLFLAGS@
XLIBS = @XLIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
wprefsdir = @wprefsdir@
AUTOMAKE_OPTIONS = no-dependencies
EXTRA_DIST = notest.c
noinst_PROGRAMS = wtest
wtest_SOURCES = wtest.c
1999-01-06 15:22:33 +00:00
wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@
1998-09-29 22:36:29 +00:00
INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../src/config.h
CONFIG_CLEAN_FILES =
PROGRAMS = $(noinst_PROGRAMS)
DEFS = @DEFS@ -I. -I$(srcdir) -I../src
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
wtest_OBJECTS = wtest.o
1999-01-06 15:22:33 +00:00
wtest_DEPENDENCIES = $(top_builddir)/wmlib/libWMaker.a
1998-09-29 22:36:29 +00:00
wtest_LDFLAGS =
CFLAGS = @CFLAGS@
1999-01-29 08:11:17 +00:00
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
1998-09-29 22:36:29 +00:00
DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1999-03-30 22:14:17 +00:00
TAR = tar
1999-01-29 08:11:17 +00:00
GZIP_ENV = --best
1998-09-29 22:36:29 +00:00
SOURCES = $(wtest_SOURCES)
OBJECTS = $(wtest_OBJECTS)
1999-01-29 08:11:17 +00:00
all: all-redirect
1998-09-29 22:36:29 +00:00
.SUFFIXES:
1999-01-06 15:22:33 +00:00
.SUFFIXES: .S .c .lo .o .s
1999-01-29 08:11:17 +00:00
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1998-09-29 22:36:29 +00:00
cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
mostlyclean-noinstPROGRAMS:
clean-noinstPROGRAMS:
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
distclean-noinstPROGRAMS:
maintainer-clean-noinstPROGRAMS:
.c.o:
$(COMPILE) -c $<
.s.o:
$(COMPILE) -c $<
.S.o:
$(COMPILE) -c $<
mostlyclean-compile:
-rm -f *.o core *.core
clean-compile:
distclean-compile:
-rm -f *.tab.c
maintainer-clean-compile:
1999-01-06 15:22:33 +00:00
.c.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
.s.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
.S.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
distclean-libtool:
maintainer-clean-libtool:
1998-09-29 22:36:29 +00:00
wtest: $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
@rm -f wtest
$(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP)
1999-01-29 08:11:17 +00:00
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
1998-09-29 22:36:29 +00:00
here=`pwd` && cd $(srcdir) \
1999-01-29 08:11:17 +00:00
&& mkid -f$$here/ID $$unique $(LISP)
1998-09-29 22:36:29 +00:00
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
mostlyclean-tags:
clean-tags:
distclean-tags:
-rm -f TAGS ID
maintainer-clean-tags:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = test
distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
d=$(srcdir); \
1999-01-29 08:11:17 +00:00
if test -d $$d/$$file; then \
cp -pr $$/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
1998-09-29 22:36:29 +00:00
done
1999-01-29 08:11:17 +00:00
info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am
install-data-am:
install-data: install-data-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am:
uninstall: uninstall-am
all-am: Makefile $(PROGRAMS)
all-redirect: all-am
1998-09-29 22:36:29 +00:00
install-strip:
1999-01-29 08:11:17 +00:00
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1998-09-29 22:36:29 +00:00
installdirs:
mostlyclean-generic:
clean-generic:
distclean-generic:
1999-01-29 08:11:17 +00:00
-rm -f Makefile $(CONFIG_CLEAN_FILES)
1998-09-29 22:36:29 +00:00
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
maintainer-clean-generic:
1999-01-29 08:11:17 +00:00
mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
1999-01-06 15:22:33 +00:00
mostlyclean-libtool mostlyclean-tags \
mostlyclean-generic
1998-09-29 22:36:29 +00:00
1999-01-29 08:11:17 +00:00
mostlyclean: mostlyclean-am
clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
clean-generic mostlyclean-am
1998-09-29 22:36:29 +00:00
1999-01-29 08:11:17 +00:00
clean: clean-am
distclean-am: distclean-noinstPROGRAMS distclean-compile \
distclean-libtool distclean-tags distclean-generic \
clean-am
1999-01-06 15:22:33 +00:00
-rm -f libtool
1998-09-29 22:36:29 +00:00
1999-01-29 08:11:17 +00:00
distclean: distclean-am
maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
1999-01-06 15:22:33 +00:00
maintainer-clean-compile maintainer-clean-libtool \
maintainer-clean-tags maintainer-clean-generic \
1999-01-29 08:11:17 +00:00
distclean-am
1998-09-29 22:36:29 +00:00
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
1999-01-29 08:11:17 +00:00
maintainer-clean: maintainer-clean-am
1998-09-29 22:36:29 +00:00
.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
mostlyclean-compile distclean-compile clean-compile \
1999-01-06 15:22:33 +00:00
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
1999-01-29 08:11:17 +00:00
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
install-exec install-data-am install-data install-am install \
uninstall-am uninstall all-redirect all-am all installdirs \
mostlyclean-generic distclean-generic clean-generic \
1998-09-29 22:36:29 +00:00
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: