/[pearpc]/src/system/ui/win32/Makefile.in
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /src/system/ui/win32/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 7 months ago) by dpavlin
File size: 14764 byte(s)
import upstream CVS
1 dpavlin 1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5     # 2003, 2004 Free Software Foundation, Inc.
6     # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16    
17     SOURCES = $(libui_a_SOURCES)
18    
19     srcdir = @srcdir@
20     top_srcdir = @top_srcdir@
21     VPATH = @srcdir@
22     pkgdatadir = $(datadir)/@PACKAGE@
23     pkglibdir = $(libdir)/@PACKAGE@
24     pkgincludedir = $(includedir)/@PACKAGE@
25     top_builddir = ../../../..
26     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27     INSTALL = @INSTALL@
28     install_sh_DATA = $(install_sh) -c -m 644
29     install_sh_PROGRAM = $(install_sh) -c
30     install_sh_SCRIPT = $(install_sh) -c
31     INSTALL_HEADER = $(INSTALL_DATA)
32     transform = $(program_transform_name)
33     NORMAL_INSTALL = :
34     PRE_INSTALL = :
35     POST_INSTALL = :
36     NORMAL_UNINSTALL = :
37     PRE_UNINSTALL = :
38     POST_UNINSTALL = :
39     build_triplet = @build@
40     host_triplet = @host@
41     target_triplet = @target@
42     subdir = src/system/ui/win32
43     DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45     am__aclocal_m4_deps = $(top_srcdir)/configure.in
46     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47     $(ACLOCAL_M4)
48     mkinstalldirs = $(mkdir_p)
49     CONFIG_HEADER = $(top_builddir)/config.h
50     CONFIG_CLEAN_FILES =
51     LIBRARIES = $(noinst_LIBRARIES)
52     ARFLAGS = cru
53     libui_a_AR = $(AR) $(ARFLAGS)
54     libui_a_LIBADD =
55     am_libui_a_OBJECTS = gui.$(OBJEXT) sysdisplay.$(OBJEXT) \
56     syswin.$(OBJEXT) syskeyboard.$(OBJEXT) sysmouse.$(OBJEXT) \
57     resources.$(OBJEXT)
58     libui_a_OBJECTS = $(am_libui_a_OBJECTS)
59     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
60     depcomp = $(SHELL) $(top_srcdir)/depcomp
61     am__depfiles_maybe = depfiles
62     @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/gui.Po ./$(DEPDIR)/sysdisplay.Po \
63     @AMDEP_TRUE@ ./$(DEPDIR)/syskeyboard.Po ./$(DEPDIR)/sysmouse.Po \
64     @AMDEP_TRUE@ ./$(DEPDIR)/syswin.Po
65     CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
67     CXXLD = $(CXX)
68     CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
69     -o $@
70     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72     CCLD = $(CC)
73     LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
74     SOURCES = $(libui_a_SOURCES)
75     DIST_SOURCES = $(libui_a_SOURCES)
76     ETAGS = etags
77     CTAGS = ctags
78     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79     ACLOCAL = @ACLOCAL@
80     AMDEP_FALSE = @AMDEP_FALSE@
81     AMDEP_TRUE = @AMDEP_TRUE@
82     AMTAR = @AMTAR@
83     AR = @AR@
84     ARCH_DIR = @ARCH_DIR@
85     AUTOCONF = @AUTOCONF@
86     AUTOHEADER = @AUTOHEADER@
87     AUTOMAKE = @AUTOMAKE@
88     AWK = @AWK@
89     CC = @CC@
90     CCAS = @CCAS@
91     CCASFLAGS = @CCASFLAGS@
92     CCDEPMODE = @CCDEPMODE@
93     CFLAGS = @CFLAGS@
94     CPP = @CPP@
95     CPPFLAGS = @CPPFLAGS@
96     CPU_DIR = @CPU_DIR@
97     CXX = @CXX@
98     CXXDEPMODE = @CXXDEPMODE@
99     CXXFLAGS = @CXXFLAGS@
100     CYGPATH_W = @CYGPATH_W@
101     DEFS = @DEFS@
102     DEPDIR = @DEPDIR@
103     ECHO_C = @ECHO_C@
104     ECHO_N = @ECHO_N@
105     ECHO_T = @ECHO_T@
106     EGREP = @EGREP@
107     EXEEXT = @EXEEXT@
108     GREP = @GREP@
109     INSTALL_DATA = @INSTALL_DATA@
110     INSTALL_PROGRAM = @INSTALL_PROGRAM@
111     INSTALL_SCRIPT = @INSTALL_SCRIPT@
112     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113     LDFLAGS = @LDFLAGS@
114     LEX = @LEX@
115     LEXLIB = @LEXLIB@
116     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
117     LIBOBJS = @LIBOBJS@
118     LIBS = @LIBS@
119     LTLIBOBJS = @LTLIBOBJS@
120     MAKE = @MAKE@
121     MAKEINFO = @MAKEINFO@
122     OBJEXT = @OBJEXT@
123     OSAPI_DIR = @OSAPI_DIR@
124     PACKAGE = @PACKAGE@
125     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126     PACKAGE_NAME = @PACKAGE_NAME@
127     PACKAGE_STRING = @PACKAGE_STRING@
128     PACKAGE_TARNAME = @PACKAGE_TARNAME@
129     PACKAGE_VERSION = @PACKAGE_VERSION@
130     PATH_SEPARATOR = @PATH_SEPARATOR@
131     PPC_LDADD = @PPC_LDADD@
132     PPC_LDFLAGS = @PPC_LDFLAGS@
133     QT_CFLAGS = @QT_CFLAGS@
134     RANLIB = @RANLIB@
135     SDL_CFLAGS = @SDL_CFLAGS@
136     SDL_CONFIG = @SDL_CONFIG@
137     SDL_LIBS = @SDL_LIBS@
138     SET_MAKE = @SET_MAKE@
139     SHELL = @SHELL@
140     STRIP = @STRIP@
141     UI_DIR = @UI_DIR@
142     USE_ARCH_GENERIC_FALSE = @USE_ARCH_GENERIC_FALSE@
143     USE_ARCH_GENERIC_TRUE = @USE_ARCH_GENERIC_TRUE@
144     USE_ARCH_X86_FALSE = @USE_ARCH_X86_FALSE@
145     USE_ARCH_X86_TRUE = @USE_ARCH_X86_TRUE@
146     USE_CPU_GENERIC_FALSE = @USE_CPU_GENERIC_FALSE@
147     USE_CPU_GENERIC_TRUE = @USE_CPU_GENERIC_TRUE@
148     USE_CPU_JITC_X86_FALSE = @USE_CPU_JITC_X86_FALSE@
149     USE_CPU_JITC_X86_TRUE = @USE_CPU_JITC_X86_TRUE@
150     USE_OSAPI_BEOS_FALSE = @USE_OSAPI_BEOS_FALSE@
151     USE_OSAPI_BEOS_TRUE = @USE_OSAPI_BEOS_TRUE@
152     USE_OSAPI_POSIX_FALSE = @USE_OSAPI_POSIX_FALSE@
153     USE_OSAPI_POSIX_TRUE = @USE_OSAPI_POSIX_TRUE@
154     USE_OSAPI_WIN32_FALSE = @USE_OSAPI_WIN32_FALSE@
155     USE_OSAPI_WIN32_TRUE = @USE_OSAPI_WIN32_TRUE@
156     USE_UI_BEOS_FALSE = @USE_UI_BEOS_FALSE@
157     USE_UI_BEOS_TRUE = @USE_UI_BEOS_TRUE@
158     USE_UI_GTK_FALSE = @USE_UI_GTK_FALSE@
159     USE_UI_GTK_TRUE = @USE_UI_GTK_TRUE@
160     USE_UI_QT_FALSE = @USE_UI_QT_FALSE@
161     USE_UI_QT_TRUE = @USE_UI_QT_TRUE@
162     USE_UI_SDL_FALSE = @USE_UI_SDL_FALSE@
163     USE_UI_SDL_TRUE = @USE_UI_SDL_TRUE@
164     USE_UI_WIN32_FALSE = @USE_UI_WIN32_FALSE@
165     USE_UI_WIN32_TRUE = @USE_UI_WIN32_TRUE@
166     USE_UI_X11_FALSE = @USE_UI_X11_FALSE@
167     USE_UI_X11_TRUE = @USE_UI_X11_TRUE@
168     VERSION = @VERSION@
169     XMKMF = @XMKMF@
170     X_CFLAGS = @X_CFLAGS@
171     X_EXTRA_LIBS = @X_EXTRA_LIBS@
172     X_LIBS = @X_LIBS@
173     X_PRE_LIBS = @X_PRE_LIBS@
174     YACC = @YACC@
175     YFLAGS = @YFLAGS@
176     ac_ct_CC = @ac_ct_CC@
177     ac_ct_CXX = @ac_ct_CXX@
178     ac_thread = @ac_thread@
179     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
180     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
181     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
182     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
183     am__include = @am__include@
184     am__leading_dot = @am__leading_dot@
185     am__quote = @am__quote@
186     bindir = @bindir@
187     build = @build@
188     build_alias = @build_alias@
189     build_cpu = @build_cpu@
190     build_os = @build_os@
191     build_vendor = @build_vendor@
192     datadir = @datadir@
193     datarootdir = @datarootdir@
194     docdir = @docdir@
195     dvidir = @dvidir@
196     exec_prefix = @exec_prefix@
197     host = @host@
198     host_alias = @host_alias@
199     host_cpu = @host_cpu@
200     host_os = @host_os@
201     host_vendor = @host_vendor@
202     htmldir = @htmldir@
203     includedir = @includedir@
204     infodir = @infodir@
205     install_sh = @install_sh@
206     libdir = @libdir@
207     libexecdir = @libexecdir@
208     localedir = @localedir@
209     localstatedir = @localstatedir@
210     mandir = @mandir@
211     mkdir_p = @mkdir_p@
212     oldincludedir = @oldincludedir@
213     pdfdir = @pdfdir@
214     prefix = @prefix@
215     program_transform_name = @program_transform_name@
216     psdir = @psdir@
217     sbindir = @sbindir@
218     sharedstatedir = @sharedstatedir@
219     sysconfdir = @sysconfdir@
220     target = @target@
221     target_alias = @target_alias@
222     target_cpu = @target_cpu@
223     target_os = @target_os@
224     target_vendor = @target_vendor@
225     AUTOMAKE_OPTIONS = foreign
226     SUFFIXES = .rc .o
227     noinst_LIBRARIES = libui.a
228     libui_a_SOURCES = gui.cc sysdisplay.cc syswin.cc syswin.h syskeyboard.cc \
229     sysmouse.cc resources.h resources.rc
230    
231     EXTRA_DIST = ppc.ico
232     INCLUDE_PATH = ../../..
233     INCLUDES = -I $(INCLUDE_PATH)
234     all: all-am
235    
236     .SUFFIXES:
237     .SUFFIXES: .rc .o .cc .obj
238     $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
239     @for dep in $?; do \
240     case '$(am__configure_deps)' in \
241     *$$dep*) \
242     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
243     && exit 0; \
244     exit 1;; \
245     esac; \
246     done; \
247     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/system/ui/win32/Makefile'; \
248     cd $(top_srcdir) && \
249     $(AUTOMAKE) --foreign src/system/ui/win32/Makefile
250     .PRECIOUS: Makefile
251     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252     @case '$?' in \
253     *config.status*) \
254     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
255     *) \
256     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
257     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
258     esac;
259    
260     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
261     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262    
263     $(top_srcdir)/configure: $(am__configure_deps)
264     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265     $(ACLOCAL_M4): $(am__aclocal_m4_deps)
266     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267    
268     clean-noinstLIBRARIES:
269     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
270     libui.a: $(libui_a_OBJECTS) $(libui_a_DEPENDENCIES)
271     -rm -f libui.a
272     $(libui_a_AR) libui.a $(libui_a_OBJECTS) $(libui_a_LIBADD)
273     $(RANLIB) libui.a
274    
275     mostlyclean-compile:
276     -rm -f *.$(OBJEXT)
277    
278     distclean-compile:
279     -rm -f *.tab.c
280    
281     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gui.Po@am__quote@
282     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysdisplay.Po@am__quote@
283     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syskeyboard.Po@am__quote@
284     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysmouse.Po@am__quote@
285     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syswin.Po@am__quote@
286    
287     .cc.o:
288     @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
289     @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
290     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
291     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
292     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293     @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
294    
295     .cc.obj:
296     @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
297     @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
298     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
299     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
300     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301     @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
302     uninstall-info-am:
303    
304     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
305     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
306     unique=`for i in $$list; do \
307     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308     done | \
309     $(AWK) ' { files[$$0] = 1; } \
310     END { for (i in files) print i; }'`; \
311     mkid -fID $$unique
312     tags: TAGS
313    
314     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
315     $(TAGS_FILES) $(LISP)
316     tags=; \
317     here=`pwd`; \
318     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
319     unique=`for i in $$list; do \
320     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321     done | \
322     $(AWK) ' { files[$$0] = 1; } \
323     END { for (i in files) print i; }'`; \
324     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
325     test -n "$$unique" || unique=$$empty_fix; \
326     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327     $$tags $$unique; \
328     fi
329     ctags: CTAGS
330     CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
331     $(TAGS_FILES) $(LISP)
332     tags=; \
333     here=`pwd`; \
334     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335     unique=`for i in $$list; do \
336     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337     done | \
338     $(AWK) ' { files[$$0] = 1; } \
339     END { for (i in files) print i; }'`; \
340     test -z "$(CTAGS_ARGS)$$tags$$unique" \
341     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
342     $$tags $$unique
343    
344     GTAGS:
345     here=`$(am__cd) $(top_builddir) && pwd` \
346     && cd $(top_srcdir) \
347     && gtags -i $(GTAGS_ARGS) $$here
348    
349     distclean-tags:
350     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
351    
352     distdir: $(DISTFILES)
353     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
354     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
355     list='$(DISTFILES)'; for file in $$list; do \
356     case $$file in \
357     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
358     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
359     esac; \
360     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
361     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
362     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
363     dir="/$$dir"; \
364     $(mkdir_p) "$(distdir)$$dir"; \
365     else \
366     dir=''; \
367     fi; \
368     if test -d $$d/$$file; then \
369     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
370     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
371     fi; \
372     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
373     else \
374     test -f $(distdir)/$$file \
375     || cp -p $$d/$$file $(distdir)/$$file \
376     || exit 1; \
377     fi; \
378     done
379     check-am: all-am
380     check: check-am
381     all-am: Makefile $(LIBRARIES)
382     installdirs:
383     install: install-am
384     install-exec: install-exec-am
385     install-data: install-data-am
386     uninstall: uninstall-am
387    
388     install-am: all-am
389     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
390    
391     installcheck: installcheck-am
392     install-strip:
393     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395     `test -z '$(STRIP)' || \
396     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
397     mostlyclean-generic:
398    
399     clean-generic:
400    
401     distclean-generic:
402     -rm -f $(CONFIG_CLEAN_FILES)
403    
404     maintainer-clean-generic:
405     @echo "This command is intended for maintainers to use"
406     @echo "it deletes files that may require special tools to rebuild."
407     clean: clean-am
408    
409     clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
410    
411     distclean: distclean-am
412     -rm -rf ./$(DEPDIR)
413     -rm -f Makefile
414     distclean-am: clean-am distclean-compile distclean-generic \
415     distclean-tags
416    
417     dvi: dvi-am
418    
419     dvi-am:
420    
421     html: html-am
422    
423     info: info-am
424    
425     info-am:
426    
427     install-data-am:
428    
429     install-exec-am:
430    
431     install-info: install-info-am
432    
433     install-man:
434    
435     installcheck-am:
436    
437     maintainer-clean: maintainer-clean-am
438     -rm -rf ./$(DEPDIR)
439     -rm -f Makefile
440     maintainer-clean-am: distclean-am maintainer-clean-generic
441    
442     mostlyclean: mostlyclean-am
443    
444     mostlyclean-am: mostlyclean-compile mostlyclean-generic
445    
446     pdf: pdf-am
447    
448     pdf-am:
449    
450     ps: ps-am
451    
452     ps-am:
453    
454     uninstall-am: uninstall-info-am
455    
456     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
457     clean-noinstLIBRARIES ctags distclean distclean-compile \
458     distclean-generic distclean-tags distdir dvi dvi-am html \
459     html-am info info-am install install-am install-data \
460     install-data-am install-exec install-exec-am install-info \
461     install-info-am install-man install-strip installcheck \
462     installcheck-am installdirs maintainer-clean \
463     maintainer-clean-generic mostlyclean mostlyclean-compile \
464     mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
465     uninstall-am uninstall-info-am
466    
467    
468     .rc.o:
469     windres -F pe-i386 --include-dir=$(INCLUDE_PATH) -i $< -o $@
470     # Tell versions [3.59,3.63) of GNU make to not export all variables.
471     # Otherwise a system limit (for SysV at least) may be exceeded.
472     .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.26