source: trunk/third/startup-notification/test/Makefile.in @ 20837

Revision 20837, 11.5 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20836, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
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 = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AR = @AR@
63AS = @AS@
64CC = @CC@
65CXX = @CXX@
66CXXCPP = @CXXCPP@
67DLLTOOL = @DLLTOOL@
68ECHO = @ECHO@
69EGREP = @EGREP@
70EXEEXT = @EXEEXT@
71F77 = @F77@
72GCJ = @GCJ@
73GCJFLAGS = @GCJFLAGS@
74HAVE_LIB = @HAVE_LIB@
75LIB = @LIB@
76LIBSN_CFLAGS = @LIBSN_CFLAGS@
77LIBSN_LIBS = @LIBSN_LIBS@
78LIBTOOL = @LIBTOOL@
79LN_S = @LN_S@
80LTLIB = @LTLIB@
81MAINT = @MAINT@
82MAKEINFO = @MAKEINFO@
83OBJDUMP = @OBJDUMP@
84OBJEXT = @OBJEXT@
85PACKAGE = @PACKAGE@
86RANLIB = @RANLIB@
87RC = @RC@
88STRIP = @STRIP@
89VERSION = @VERSION@
90
91INCLUDES = $(LIBSN_CFLAGS) -I$(top_srcdir) -DSN_API_NOT_YET_FROZEN=1
92
93noinst_PROGRAMS =       test-launcher                                   test-launchee                                   test-monitor                                    test-send-xmessage                              test-watch-xmessages
94
95
96test_launcher_SOURCES = test-launcher.c
97
98test_launcher_LDADD = $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
99
100test_launchee_SOURCES = test-launchee.c
101
102test_launchee_LDADD = $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
103
104test_monitor_SOURCES = test-monitor.c
105
106test_monitor_LDADD = $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
107
108test_send_xmessage_SOURCES = test-send-xmessage.c
109
110test_send_xmessage_LDADD = $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
111
112test_watch_xmessages_SOURCES = test-watch-xmessages.c
113
114test_watch_xmessages_LDADD = $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
115
116EXTRA_DIST = test-boilerplate.h
117mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
118CONFIG_HEADER = ../config.h
119CONFIG_CLEAN_FILES =
120noinst_PROGRAMS =  test-launcher$(EXEEXT) test-launchee$(EXEEXT) \
121test-monitor$(EXEEXT) test-send-xmessage$(EXEEXT) \
122test-watch-xmessages$(EXEEXT)
123PROGRAMS =  $(noinst_PROGRAMS)
124
125
126DEFS = @DEFS@ -I. -I$(srcdir) -I..
127CPPFLAGS = @CPPFLAGS@
128LDFLAGS = @LDFLAGS@
129LIBS = @LIBS@
130X_CFLAGS = @X_CFLAGS@
131X_LIBS = @X_LIBS@
132X_EXTRA_LIBS = @X_EXTRA_LIBS@
133X_PRE_LIBS = @X_PRE_LIBS@
134test_launcher_OBJECTS =  test-launcher.$(OBJEXT)
135test_launcher_DEPENDENCIES =  \
136$(top_builddir)/libsn/libstartup-notification-1.la
137test_launcher_LDFLAGS =
138test_launchee_OBJECTS =  test-launchee.$(OBJEXT)
139test_launchee_DEPENDENCIES =  \
140$(top_builddir)/libsn/libstartup-notification-1.la
141test_launchee_LDFLAGS =
142test_monitor_OBJECTS =  test-monitor.$(OBJEXT)
143test_monitor_DEPENDENCIES =  \
144$(top_builddir)/libsn/libstartup-notification-1.la
145test_monitor_LDFLAGS =
146test_send_xmessage_OBJECTS =  test-send-xmessage.$(OBJEXT)
147test_send_xmessage_DEPENDENCIES =  \
148$(top_builddir)/libsn/libstartup-notification-1.la
149test_send_xmessage_LDFLAGS =
150test_watch_xmessages_OBJECTS =  test-watch-xmessages.$(OBJEXT)
151test_watch_xmessages_DEPENDENCIES =  \
152$(top_builddir)/libsn/libstartup-notification-1.la
153test_watch_xmessages_LDFLAGS =
154CFLAGS = @CFLAGS@
155COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
156LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157CCLD = $(CC)
158LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
159DIST_COMMON =  Makefile.am Makefile.in
160
161
162DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
163
164TAR = gtar
165GZIP_ENV = --best
166SOURCES = $(test_launcher_SOURCES) $(test_launchee_SOURCES) $(test_monitor_SOURCES) $(test_send_xmessage_SOURCES) $(test_watch_xmessages_SOURCES)
167OBJECTS = $(test_launcher_OBJECTS) $(test_launchee_OBJECTS) $(test_monitor_OBJECTS) $(test_send_xmessage_OBJECTS) $(test_watch_xmessages_OBJECTS)
168
169all: all-redirect
170.SUFFIXES:
171.SUFFIXES: .S .c .lo .o .obj .s
172$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
173        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test/Makefile
174
175Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
176        cd $(top_builddir) \
177          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
178
179
180mostlyclean-noinstPROGRAMS:
181
182clean-noinstPROGRAMS:
183        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
184
185distclean-noinstPROGRAMS:
186
187maintainer-clean-noinstPROGRAMS:
188
189.c.o:
190        $(COMPILE) -c $<
191
192# FIXME: We should only use cygpath when building on Windows,
193# and only if it is available.
194.c.obj:
195        $(COMPILE) -c `cygpath -w $<`
196
197.s.o:
198        $(COMPILE) -c $<
199
200.S.o:
201        $(COMPILE) -c $<
202
203mostlyclean-compile:
204        -rm -f *.o core *.core
205        -rm -f *.$(OBJEXT)
206
207clean-compile:
208
209distclean-compile:
210        -rm -f *.tab.c
211
212maintainer-clean-compile:
213
214.c.lo:
215        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
216
217.s.lo:
218        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
219
220.S.lo:
221        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
222
223mostlyclean-libtool:
224        -rm -f *.lo
225
226clean-libtool:
227        -rm -rf .libs _libs
228
229distclean-libtool:
230
231maintainer-clean-libtool:
232
233test-launcher$(EXEEXT): $(test_launcher_OBJECTS) $(test_launcher_DEPENDENCIES)
234        @rm -f test-launcher$(EXEEXT)
235        $(LINK) $(test_launcher_LDFLAGS) $(test_launcher_OBJECTS) $(test_launcher_LDADD) $(LIBS)
236
237test-launchee$(EXEEXT): $(test_launchee_OBJECTS) $(test_launchee_DEPENDENCIES)
238        @rm -f test-launchee$(EXEEXT)
239        $(LINK) $(test_launchee_LDFLAGS) $(test_launchee_OBJECTS) $(test_launchee_LDADD) $(LIBS)
240
241test-monitor$(EXEEXT): $(test_monitor_OBJECTS) $(test_monitor_DEPENDENCIES)
242        @rm -f test-monitor$(EXEEXT)
243        $(LINK) $(test_monitor_LDFLAGS) $(test_monitor_OBJECTS) $(test_monitor_LDADD) $(LIBS)
244
245test-send-xmessage$(EXEEXT): $(test_send_xmessage_OBJECTS) $(test_send_xmessage_DEPENDENCIES)
246        @rm -f test-send-xmessage$(EXEEXT)
247        $(LINK) $(test_send_xmessage_LDFLAGS) $(test_send_xmessage_OBJECTS) $(test_send_xmessage_LDADD) $(LIBS)
248
249test-watch-xmessages$(EXEEXT): $(test_watch_xmessages_OBJECTS) $(test_watch_xmessages_DEPENDENCIES)
250        @rm -f test-watch-xmessages$(EXEEXT)
251        $(LINK) $(test_watch_xmessages_LDFLAGS) $(test_watch_xmessages_OBJECTS) $(test_watch_xmessages_LDADD) $(LIBS)
252
253tags: TAGS
254
255ID: $(HEADERS) $(SOURCES) $(LISP)
256        list='$(SOURCES) $(HEADERS)'; \
257        unique=`for i in $$list; do echo $$i; done | \
258          awk '    { files[$$0] = 1; } \
259               END { for (i in files) print i; }'`; \
260        here=`pwd` && cd $(srcdir) \
261          && mkid -f$$here/ID $$unique $(LISP)
262
263TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
264        tags=; \
265        here=`pwd`; \
266        list='$(SOURCES) $(HEADERS)'; \
267        unique=`for i in $$list; do echo $$i; done | \
268          awk '    { files[$$0] = 1; } \
269               END { for (i in files) print i; }'`; \
270        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
271          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
272
273mostlyclean-tags:
274
275clean-tags:
276
277distclean-tags:
278        -rm -f TAGS ID
279
280maintainer-clean-tags:
281
282distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
283
284subdir = test
285
286distdir: $(DISTFILES)
287        @for file in $(DISTFILES); do \
288          d=$(srcdir); \
289          if test -d $$d/$$file; then \
290            cp -pr $$d/$$file $(distdir)/$$file; \
291          else \
292            test -f $(distdir)/$$file \
293            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
294            || cp -p $$d/$$file $(distdir)/$$file || :; \
295          fi; \
296        done
297test-launchee.o: test-launchee.c ../config.h ../libsn/sn.h \
298        ../libsn/sn-launchee.h ../libsn/sn-common.h ../libsn/sn-util.h \
299        ../libsn/sn-launcher.h ../libsn/sn-monitor.h test-boilerplate.h
300test-launcher.o: test-launcher.c ../config.h ../libsn/sn.h \
301        ../libsn/sn-launchee.h ../libsn/sn-common.h ../libsn/sn-util.h \
302        ../libsn/sn-launcher.h ../libsn/sn-monitor.h test-boilerplate.h
303test-monitor.o: test-monitor.c ../config.h ../libsn/sn.h \
304        ../libsn/sn-launchee.h ../libsn/sn-common.h ../libsn/sn-util.h \
305        ../libsn/sn-launcher.h ../libsn/sn-monitor.h test-boilerplate.h
306test-send-xmessage.o: test-send-xmessage.c ../config.h ../libsn/sn.h \
307        ../libsn/sn-launchee.h ../libsn/sn-common.h ../libsn/sn-util.h \
308        ../libsn/sn-launcher.h ../libsn/sn-monitor.h \
309        ../libsn/sn-xmessages.h test-boilerplate.h
310test-watch-xmessages.o: test-watch-xmessages.c ../config.h ../libsn/sn.h \
311        ../libsn/sn-launchee.h ../libsn/sn-common.h ../libsn/sn-util.h \
312        ../libsn/sn-launcher.h ../libsn/sn-monitor.h \
313        ../libsn/sn-xmessages.h ../libsn/sn-internals.h \
314        ../libsn/sn-list.h ../libsn/sn-xutils.h test-boilerplate.h
315
316info-am:
317info: info-am
318dvi-am:
319dvi: dvi-am
320check-am: all-am
321check: check-am
322installcheck-am:
323installcheck: installcheck-am
324install-exec-am:
325install-exec: install-exec-am
326
327install-data-am:
328install-data: install-data-am
329
330install-am: all-am
331        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
332install: install-am
333uninstall-am:
334uninstall: uninstall-am
335all-am: Makefile $(PROGRAMS)
336all-redirect: all-am
337install-strip:
338        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
339installdirs:
340
341
342mostlyclean-generic:
343
344clean-generic:
345
346distclean-generic:
347        -rm -f Makefile $(CONFIG_CLEAN_FILES)
348        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
349
350maintainer-clean-generic:
351mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
352                mostlyclean-libtool mostlyclean-tags \
353                mostlyclean-generic
354
355mostlyclean: mostlyclean-am
356
357clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
358                clean-generic mostlyclean-am
359
360clean: clean-am
361
362distclean-am:  distclean-noinstPROGRAMS distclean-compile \
363                distclean-libtool distclean-tags distclean-generic \
364                clean-am
365        -rm -f libtool
366
367distclean: distclean-am
368
369maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
370                maintainer-clean-compile maintainer-clean-libtool \
371                maintainer-clean-tags maintainer-clean-generic \
372                distclean-am
373        @echo "This command is intended for maintainers to use;"
374        @echo "it deletes files that may require special tools to rebuild."
375
376maintainer-clean: maintainer-clean-am
377
378.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
379clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
380mostlyclean-compile distclean-compile clean-compile \
381maintainer-clean-compile mostlyclean-libtool distclean-libtool \
382clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
383distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
384dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
385install-exec install-data-am install-data install-am install \
386uninstall-am uninstall all-redirect all-am all installdirs \
387mostlyclean-generic distclean-generic clean-generic \
388maintainer-clean-generic clean mostlyclean distclean maintainer-clean
389
390
391# Tell versions [3.59,3.63) of GNU make to not export all variables.
392# Otherwise a system limit (for SysV at least) may be exceeded.
393.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.