1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
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.
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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
53 transform
= @program_transform_name@
61 host_alias
= @host_alias@
70 HEADER_SEARCH_PATH
= @HEADER_SEARCH_PATH@
75 LIBRARY_SEARCH_PATH
= @LIBRARY_SEARCH_PATH@
88 WPMOFILES
= @WPMOFILES@
93 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
94 X_LIBRARY_PATH
= @X_LIBRARY_PATH@
95 supported_locales
= @supported_locales@
96 wprefsdir
= @wprefsdir@
98 AUTOMAKE_OPTIONS
= no-dependencies
100 lib_LIBRARIES
= libWMaker.a
102 include_HEADERS
= WMaker.h
104 INCLUDES
= @DFLAGS@ @XCFLAGS@
106 libWMaker_a_SOURCES
= menu.c app.c event.c command.c app.h menu.h
108 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
109 CONFIG_HEADER
= ..
/src
/config.h
111 LIBRARIES
= $(lib_LIBRARIES
)
114 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
/src
115 CPPFLAGS
= @CPPFLAGS@
118 X_CFLAGS
= @X_CFLAGS@
120 X_PRE_LIBS
= @X_PRE_LIBS@
122 libWMaker_a_OBJECTS
= menu.o app.o event.o command.o
125 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
126 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
128 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
129 HEADERS
= $(include_HEADERS
)
131 DIST_COMMON
= COPYING.LIB Makefile.am Makefile.in
134 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
138 SOURCES
= $(libWMaker_a_SOURCES
)
139 OBJECTS
= $(libWMaker_a_OBJECTS
)
143 .SUFFIXES
: .S .c .lo .o .s
144 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
145 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps wmlib
/Makefile
147 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
149 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
152 mostlyclean-libLIBRARIES
:
155 -test -z
"$(lib_LIBRARIES)" ||
rm -f
$(lib_LIBRARIES
)
157 distclean-libLIBRARIES
:
159 maintainer-clean-libLIBRARIES
:
161 install-libLIBRARIES
: $(lib_LIBRARIES
)
163 $(mkinstalldirs
) $(DESTDIR
)$(libdir)
164 @list
='$(lib_LIBRARIES)'; for p in
$$list; do \
165 if
test -f
$$p; then \
166 echo
" $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
167 $(INSTALL_DATA
) $$p $(DESTDIR
)$(libdir)/$$p; \
171 @list
='$(lib_LIBRARIES)'; for p in
$$list; do \
172 if
test -f
$$p; then \
173 echo
" $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
174 $(RANLIB
) $(DESTDIR
)$(libdir)/$$p; \
178 uninstall-libLIBRARIES
:
180 list
='$(lib_LIBRARIES)'; for p in
$$list; do \
181 rm -f
$(DESTDIR
)$(libdir)/$$p; \
194 -rm -f
*.o core
*.core
201 maintainer-clean-compile
:
204 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
207 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
210 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
220 maintainer-clean-libtool
:
222 libWMaker.a
: $(libWMaker_a_OBJECTS
) $(libWMaker_a_DEPENDENCIES
)
224 $(AR
) cru libWMaker.a
$(libWMaker_a_OBJECTS
) $(libWMaker_a_LIBADD
)
225 $(RANLIB
) libWMaker.a
227 install-includeHEADERS
: $(include_HEADERS
)
229 $(mkinstalldirs
) $(DESTDIR
)$(includedir)
230 @list
='$(include_HEADERS)'; for p in
$$list; do \
231 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
232 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
233 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(includedir)/$$p; \
236 uninstall-includeHEADERS
:
238 list
='$(include_HEADERS)'; for p in
$$list; do \
239 rm -f
$(DESTDIR
)$(includedir)/$$p; \
244 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
245 list
='$(SOURCES) $(HEADERS)'; \
246 unique
=`for i in $$list; do echo $$i; done | \
247 awk ' { files[$$0] = 1; } \
248 END { for (i in files) print i; }'`; \
249 here
=`pwd` && cd
$(srcdir) \
250 && mkid
-f
$$here/ID
$$unique $(LISP
)
252 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
255 list
='$(SOURCES) $(HEADERS)'; \
256 unique
=`for i in $$list; do echo $$i; done | \
257 awk ' { files[$$0] = 1; } \
258 END { for (i in files) print i; }'`; \
259 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
260 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
269 maintainer-clean-tags
:
271 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
275 distdir
: $(DISTFILES
)
276 @for file in
$(DISTFILES
); do \
278 if
test -d
$$d/$$file; then \
279 cp
-pr
$$d/$$file $(distdir
)/$$file; \
281 test -f
$(distdir
)/$$file \
282 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
283 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
293 installcheck: installcheck-am
294 install-exec-am
: install-libLIBRARIES
295 install-exec
: install-exec-am
297 install-data-am
: install-includeHEADERS
298 install-data
: install-data-am
301 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
303 uninstall-am
: uninstall-libLIBRARIES uninstall-includeHEADERS
304 uninstall: uninstall-am
305 all-am
: Makefile
$(LIBRARIES
) $(HEADERS
)
308 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
310 $(mkinstalldirs
) $(DESTDIR
)$(libdir) $(DESTDIR
)$(includedir)
318 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
319 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
321 maintainer-clean-generic
:
322 mostlyclean-am
: mostlyclean-libLIBRARIES mostlyclean-compile \
323 mostlyclean-libtool mostlyclean-tags \
326 mostlyclean: mostlyclean-am
328 clean-am
: clean-libLIBRARIES clean-compile clean-libtool clean-tags \
329 clean-generic mostlyclean-am
333 distclean-am
: distclean-libLIBRARIES distclean-compile \
334 distclean-libtool distclean-tags distclean-generic \
338 distclean: distclean-am
340 maintainer-clean-am
: maintainer-clean-libLIBRARIES \
341 maintainer-clean-compile maintainer-clean-libtool \
342 maintainer-clean-tags maintainer-clean-generic \
344 @echo
"This command is intended for maintainers to use;"
345 @echo
"it deletes files that may require special tools to rebuild."
347 maintainer-clean
: maintainer-clean-am
349 .PHONY
: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
350 clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
351 install-libLIBRARIES mostlyclean-compile distclean-compile \
352 clean-compile maintainer-clean-compile mostlyclean-libtool \
353 distclean-libtool clean-libtool maintainer-clean-libtool \
354 uninstall-includeHEADERS install-includeHEADERS
tags mostlyclean-tags \
355 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
356 dvi-am
dvi check check-am installcheck-am
installcheck install-exec-am \
357 install-exec install-data-am install-data install-am
install \
358 uninstall-am
uninstall all-redirect all-am
all installdirs \
359 mostlyclean-generic distclean-generic clean-generic \
360 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
363 # Tell versions [3.59,3.63) of GNU make to not export all variables.
364 # Otherwise a system limit (for SysV at least) may be exceeded.