1 # Makefile.in generated automatically by automake 1.4 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@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
67 HEADER_SEARCH_PATH
= @HEADER_SEARCH_PATH@
72 LIBRARY_SEARCH_PATH
= @LIBRARY_SEARCH_PATH@
83 WPMOFILES
= @WPMOFILES@
88 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
89 X_LIBRARY_PATH
= @X_LIBRARY_PATH@
90 wprefsdir
= @wprefsdir@
92 AUTOMAKE_OPTIONS
= no-dependencies
94 lib_LIBRARIES
= libWMaker.a
96 include_HEADERS
= WMaker.h
98 INCLUDES
= @DFLAGS@ @XCFLAGS@
100 libWMaker_a_SOURCES
= menu.c app.c event.c command.c app.h menu.h
102 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
103 CONFIG_HEADER
= ..
/src
/config.h
105 LIBRARIES
= $(lib_LIBRARIES
)
108 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
/src
109 CPPFLAGS
= @CPPFLAGS@
112 X_CFLAGS
= @X_CFLAGS@
114 X_PRE_LIBS
= @X_PRE_LIBS@
116 libWMaker_a_OBJECTS
= menu.o app.o event.o command.o
119 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
120 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
122 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
123 HEADERS
= $(include_HEADERS
)
125 DIST_COMMON
= COPYING.LIB Makefile.am Makefile.in
128 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
132 SOURCES
= $(libWMaker_a_SOURCES
)
133 OBJECTS
= $(libWMaker_a_OBJECTS
)
137 .SUFFIXES
: .S .c .lo .o .s
138 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
139 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu wmlib
/Makefile
141 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
143 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
146 mostlyclean-libLIBRARIES
:
149 -test -z
"$(lib_LIBRARIES)" ||
rm -f
$(lib_LIBRARIES
)
151 distclean-libLIBRARIES
:
153 maintainer-clean-libLIBRARIES
:
155 install-libLIBRARIES
: $(lib_LIBRARIES
)
157 $(mkinstalldirs
) $(DESTDIR
)$(libdir)
158 @list
='$(lib_LIBRARIES)'; for p in
$$list; do \
159 if
test -f
$$p; then \
160 echo
" $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
161 $(INSTALL_DATA
) $$p $(DESTDIR
)$(libdir)/$$p; \
165 @list
='$(lib_LIBRARIES)'; for p in
$$list; do \
166 if
test -f
$$p; then \
167 echo
" $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
168 $(RANLIB
) $(DESTDIR
)$(libdir)/$$p; \
172 uninstall-libLIBRARIES
:
174 list
='$(lib_LIBRARIES)'; for p in
$$list; do \
175 rm -f
$(DESTDIR
)$(libdir)/$$p; \
188 -rm -f
*.o core
*.core
195 maintainer-clean-compile
:
198 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
201 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
204 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
214 maintainer-clean-libtool
:
216 libWMaker.a
: $(libWMaker_a_OBJECTS
) $(libWMaker_a_DEPENDENCIES
)
218 $(AR
) cru libWMaker.a
$(libWMaker_a_OBJECTS
) $(libWMaker_a_LIBADD
)
219 $(RANLIB
) libWMaker.a
221 install-includeHEADERS
: $(include_HEADERS
)
223 $(mkinstalldirs
) $(DESTDIR
)$(includedir)
224 @list
='$(include_HEADERS)'; for p in
$$list; do \
225 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
226 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
227 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(includedir)/$$p; \
230 uninstall-includeHEADERS
:
232 list
='$(include_HEADERS)'; for p in
$$list; do \
233 rm -f
$(DESTDIR
)$(includedir)/$$p; \
238 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
239 list
='$(SOURCES) $(HEADERS)'; \
240 unique
=`for i in $$list; do echo $$i; done | \
241 awk ' { files[$$0] = 1; } \
242 END { for (i in files) print i; }'`; \
243 here
=`pwd` && cd
$(srcdir) \
244 && mkid
-f
$$here/ID
$$unique $(LISP
)
246 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
249 list
='$(SOURCES) $(HEADERS)'; \
250 unique
=`for i in $$list; do echo $$i; done | \
251 awk ' { files[$$0] = 1; } \
252 END { for (i in files) print i; }'`; \
253 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
254 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
263 maintainer-clean-tags
:
265 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
269 distdir
: $(DISTFILES
)
270 @for file in
$(DISTFILES
); do \
272 if
test -d
$$d/$$file; then \
273 cp
-pr
$$/$$file $(distdir
)/$$file; \
275 test -f
$(distdir
)/$$file \
276 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
277 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
287 installcheck: installcheck-am
288 install-exec-am
: install-libLIBRARIES
289 install-exec
: install-exec-am
291 install-data-am
: install-includeHEADERS
292 install-data
: install-data-am
295 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
297 uninstall-am
: uninstall-libLIBRARIES uninstall-includeHEADERS
298 uninstall: uninstall-am
299 all-am
: Makefile
$(LIBRARIES
) $(HEADERS
)
302 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
304 $(mkinstalldirs
) $(DESTDIR
)$(libdir) $(DESTDIR
)$(includedir)
312 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
313 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
315 maintainer-clean-generic
:
316 mostlyclean-am
: mostlyclean-libLIBRARIES mostlyclean-compile \
317 mostlyclean-libtool mostlyclean-tags \
320 mostlyclean: mostlyclean-am
322 clean-am
: clean-libLIBRARIES clean-compile clean-libtool clean-tags \
323 clean-generic mostlyclean-am
327 distclean-am
: distclean-libLIBRARIES distclean-compile \
328 distclean-libtool distclean-tags distclean-generic \
332 distclean: distclean-am
334 maintainer-clean-am
: maintainer-clean-libLIBRARIES \
335 maintainer-clean-compile maintainer-clean-libtool \
336 maintainer-clean-tags maintainer-clean-generic \
338 @echo
"This command is intended for maintainers to use;"
339 @echo
"it deletes files that may require special tools to rebuild."
341 maintainer-clean
: maintainer-clean-am
343 .PHONY
: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
344 clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
345 install-libLIBRARIES mostlyclean-compile distclean-compile \
346 clean-compile maintainer-clean-compile mostlyclean-libtool \
347 distclean-libtool clean-libtool maintainer-clean-libtool \
348 uninstall-includeHEADERS install-includeHEADERS
tags mostlyclean-tags \
349 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
350 dvi-am
dvi check check-am installcheck-am
installcheck install-exec-am \
351 install-exec install-data-am install-data install-am
install \
352 uninstall-am
uninstall all-redirect all-am
all installdirs \
353 mostlyclean-generic distclean-generic clean-generic \
354 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
357 # Tell versions [3.59,3.63) of GNU make to not export all variables.
358 # Otherwise a system limit (for SysV at least) may be exceeded.