OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / lcd / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
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.
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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CXX = @CXX@
66 CXXCPP = @CXXCPP@
67 CYGWIN = @CYGWIN@
68 DLLTOOL = @DLLTOOL@
69 EXEEXT = @EXEEXT@
70 LD = @LD@
71 LIBTOOL = @LIBTOOL@
72 LN_S = @LN_S@
73 MAINT = @MAINT@
74 MAKEINFO = @MAKEINFO@
75 NM = @NM@
76 OBJDUMP = @OBJDUMP@
77 PACKAGE = @PACKAGE@
78 RANLIB = @RANLIB@
79 VERSION = @VERSION@
80 lcd_libs = @lcd_libs@
81 make_subdirs = @make_subdirs@
82 sidtarget_arm = @sidtarget_arm@
83 sidtarget_m32r = @sidtarget_m32r@
84 sidtarget_m68k = @sidtarget_m68k@
85 sidtarget_mips = @sidtarget_mips@
86 sidtarget_ppc = @sidtarget_ppc@
87 socket_libs = @socket_libs@
88
89 AUTOMAKE_OPTIONS = foreign
90 SUBDIRS = . testsuite
91
92 pkglib_LTLIBRARIES = libhd44780u.la libt6963c.la liblcd-char-display.la
93
94 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
95
96 libhd44780u_la_SOURCES = HD44780U.cxx rom.cxx rom-japan.cxx rom-europe.cxx rom-5X10.cxx
97 libhd44780u_la_LDFLAGS = -module -no-undefined
98
99 libt6963c_la_SOURCES = T6963C.cxx rom.cxx rom-japan.cxx rom-t6963c.cxx
100 libt6963c_la_LDFLAGS = -module -no-undefined
101
102 liblcd_char_display_la_SOURCES = lcd-char-display.cxx
103 liblcd_char_display_la_LDFLAGS = -module -no-undefined
104 liblcd_char_display_la_LIBADD = @lcd_libs@
105
106 pkgdata_DATA = hw-visual-lcd.tk hw-visual-lcd.txt hw-lcd-t6963c.txt hw-lcd-hd44780u.txt hw-lcd-char-display.txt
107
108 DEJAGNUTESTS = lcdbase.exp lcdmonkey.exp lcd1val.exp lcd1inv.exp
109 mkinstalldirs = $(SHELL) $(top_srcdir)/../config/mkinstalldirs
110 CONFIG_HEADER = ../config.h
111 CONFIG_CLEAN_FILES = 
112 LTLIBRARIES =  $(pkglib_LTLIBRARIES)
113
114
115 DEFS = @DEFS@ -I. -I$(srcdir) -I..
116 CPPFLAGS = @CPPFLAGS@
117 LDFLAGS = @LDFLAGS@
118 LIBS = @LIBS@
119 libhd44780u_la_LIBADD = 
120 libhd44780u_la_OBJECTS =  HD44780U.lo rom.lo rom-japan.lo rom-europe.lo \
121 rom-5X10.lo
122 libt6963c_la_LIBADD = 
123 libt6963c_la_OBJECTS =  T6963C.lo rom.lo rom-japan.lo rom-t6963c.lo
124 liblcd_char_display_la_DEPENDENCIES = 
125 liblcd_char_display_la_OBJECTS =  lcd-char-display.lo
126 CXXFLAGS = @CXXFLAGS@
127 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
128 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
129 CXXLD = $(CXX)
130 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
131 DATA =  $(pkgdata_DATA)
132
133 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
134
135
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
137
138 TAR = gtar
139 GZIP_ENV = --best
140 SOURCES = $(libhd44780u_la_SOURCES) $(libt6963c_la_SOURCES) $(liblcd_char_display_la_SOURCES)
141 OBJECTS = $(libhd44780u_la_OBJECTS) $(libt6963c_la_OBJECTS) $(liblcd_char_display_la_OBJECTS)
142
143 all: all-redirect
144 .SUFFIXES:
145 .SUFFIXES: .S .c .cxx .lo .o .s
146 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
147         cd $(top_srcdir) && $(AUTOMAKE) --cygnus lcd/Makefile
148
149 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
150         cd $(top_builddir) \
151           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
152
153
154 mostlyclean-pkglibLTLIBRARIES:
155
156 clean-pkglibLTLIBRARIES:
157         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
158
159 distclean-pkglibLTLIBRARIES:
160
161 maintainer-clean-pkglibLTLIBRARIES:
162
163 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
164         @$(NORMAL_INSTALL)
165         $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
166         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
167           if test -f $$p; then \
168             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
169             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
170           else :; fi; \
171         done
172
173 uninstall-pkglibLTLIBRARIES:
174         @$(NORMAL_UNINSTALL)
175         list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
176           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
177         done
178
179 .c.o:
180         $(COMPILE) -c $<
181
182 .s.o:
183         $(COMPILE) -c $<
184
185 .S.o:
186         $(COMPILE) -c $<
187
188 mostlyclean-compile:
189         -rm -f *.o core *.core
190
191 clean-compile:
192
193 distclean-compile:
194         -rm -f *.tab.c
195
196 maintainer-clean-compile:
197
198 .c.lo:
199         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
200
201 .s.lo:
202         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
203
204 .S.lo:
205         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
206
207 mostlyclean-libtool:
208         -rm -f *.lo
209
210 clean-libtool:
211         -rm -rf .libs _libs
212
213 distclean-libtool:
214
215 maintainer-clean-libtool:
216
217 libhd44780u.la: $(libhd44780u_la_OBJECTS) $(libhd44780u_la_DEPENDENCIES)
218         $(CXXLINK) -rpath $(pkglibdir) $(libhd44780u_la_LDFLAGS) $(libhd44780u_la_OBJECTS) $(libhd44780u_la_LIBADD) $(LIBS)
219
220 libt6963c.la: $(libt6963c_la_OBJECTS) $(libt6963c_la_DEPENDENCIES)
221         $(CXXLINK) -rpath $(pkglibdir) $(libt6963c_la_LDFLAGS) $(libt6963c_la_OBJECTS) $(libt6963c_la_LIBADD) $(LIBS)
222
223 liblcd-char-display.la: $(liblcd_char_display_la_OBJECTS) $(liblcd_char_display_la_DEPENDENCIES)
224         $(CXXLINK) -rpath $(pkglibdir) $(liblcd_char_display_la_LDFLAGS) $(liblcd_char_display_la_OBJECTS) $(liblcd_char_display_la_LIBADD) $(LIBS)
225 .cxx.o:
226         $(CXXCOMPILE) -c $<
227 .cxx.lo:
228         $(LTCXXCOMPILE) -c $<
229
230 install-pkgdataDATA: $(pkgdata_DATA)
231         @$(NORMAL_INSTALL)
232         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
233         @list='$(pkgdata_DATA)'; for p in $$list; do \
234           if test -f $(srcdir)/$$p; then \
235             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
236             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
237           else if test -f $$p; then \
238             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
239             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
240           fi; fi; \
241         done
242
243 uninstall-pkgdataDATA:
244         @$(NORMAL_UNINSTALL)
245         list='$(pkgdata_DATA)'; for p in $$list; do \
246           rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
247         done
248
249 # This directory's subdirectories are mostly independent; you can cd
250 # into them and run `make' without going through this Makefile.
251 # To change the values of `make' variables: instead of editing Makefiles,
252 # (1) if the variable is set in `config.status', edit `config.status'
253 #     (which will cause the Makefiles to be regenerated when you run `make');
254 # (2) otherwise, pass the desired values on the `make' command line.
255
256 @SET_MAKE@
257
258 all-recursive install-data-recursive install-exec-recursive \
259 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
260 check-recursive installcheck-recursive info-recursive dvi-recursive:
261         @set fnord $(MAKEFLAGS); amf=$$2; \
262         dot_seen=no; \
263         target=`echo $@ | sed s/-recursive//`; \
264         list='$(SUBDIRS)'; for subdir in $$list; do \
265           echo "Making $$target in $$subdir"; \
266           if test "$$subdir" = "."; then \
267             dot_seen=yes; \
268             local_target="$$target-am"; \
269           else \
270             local_target="$$target"; \
271           fi; \
272           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
273            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
274         done; \
275         if test "$$dot_seen" = "no"; then \
276           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
277         fi; test -z "$$fail"
278
279 mostlyclean-recursive clean-recursive distclean-recursive \
280 maintainer-clean-recursive:
281         @set fnord $(MAKEFLAGS); amf=$$2; \
282         dot_seen=no; \
283         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
284           rev="$$subdir $$rev"; \
285           test "$$subdir" = "." && dot_seen=yes; \
286         done; \
287         test "$$dot_seen" = "no" && rev=". $$rev"; \
288         target=`echo $@ | sed s/-recursive//`; \
289         for subdir in $$rev; do \
290           echo "Making $$target in $$subdir"; \
291           if test "$$subdir" = "."; then \
292             local_target="$$target-am"; \
293           else \
294             local_target="$$target"; \
295           fi; \
296           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
298         done && test -z "$$fail"
299 tags-recursive:
300         list='$(SUBDIRS)'; for subdir in $$list; do \
301           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
302         done
303
304 tags: TAGS
305
306 ID: $(HEADERS) $(SOURCES) $(LISP)
307         list='$(SOURCES) $(HEADERS)'; \
308         unique=`for i in $$list; do echo $$i; done | \
309           awk '    { files[$$0] = 1; } \
310                END { for (i in files) print i; }'`; \
311         here=`pwd` && cd $(srcdir) \
312           && mkid -f$$here/ID $$unique $(LISP)
313
314 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
315         tags=; \
316         here=`pwd`; \
317         list='$(SUBDIRS)'; for subdir in $$list; do \
318    if test "$$subdir" = .; then :; else \
319             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
320    fi; \
321         done; \
322         list='$(SOURCES) $(HEADERS)'; \
323         unique=`for i in $$list; do echo $$i; done | \
324           awk '    { files[$$0] = 1; } \
325                END { for (i in files) print i; }'`; \
326         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
327           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
328
329 mostlyclean-tags:
330
331 clean-tags:
332
333 distclean-tags:
334         -rm -f TAGS ID
335
336 maintainer-clean-tags:
337
338 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
339
340 subdir = lcd
341
342 distdir: $(DISTFILES)
343         @for file in $(DISTFILES); do \
344           if test -f $$file; then d=.; else d=$(srcdir); fi; \
345           if test -d $$d/$$file; then \
346             cp -pr $$d/$$file $(distdir)/$$file; \
347           else \
348             test -f $(distdir)/$$file \
349             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
350             || cp -p $$d/$$file $(distdir)/$$file || :; \
351           fi; \
352         done
353         for subdir in $(SUBDIRS); do \
354           if test "$$subdir" = .; then :; else \
355             test -d $(distdir)/$$subdir \
356             || mkdir $(distdir)/$$subdir \
357             || exit 1; \
358             chmod 777 $(distdir)/$$subdir; \
359             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
360               || exit 1; \
361           fi; \
362         done
363 info-am:
364 info: info-recursive
365 dvi-am:
366 dvi: dvi-recursive
367 check-am:
368 check: check-recursive
369 installcheck-am:
370 installcheck: installcheck-recursive
371 install-info-am: 
372 install-info: install-info-recursive
373 install-exec-am: install-pkglibLTLIBRARIES
374 install-exec: install-exec-recursive
375
376 install-data-am: install-pkgdataDATA
377 install-data: install-data-recursive
378
379 install-am: all-am
380         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
381 install: install-recursive
382 uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-pkgdataDATA
383 uninstall: uninstall-recursive
384 all-am: Makefile $(LTLIBRARIES) $(DATA)
385 all-redirect: all-recursive
386 install-strip:
387         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
388 installdirs: installdirs-recursive
389 installdirs-am:
390         $(mkinstalldirs)  $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pkgdatadir)
391
392
393 mostlyclean-generic:
394
395 clean-generic:
396
397 distclean-generic:
398         -rm -f Makefile $(CONFIG_CLEAN_FILES)
399         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
400
401 maintainer-clean-generic:
402 mostlyclean-am:  mostlyclean-pkglibLTLIBRARIES mostlyclean-compile \
403                 mostlyclean-libtool mostlyclean-tags \
404                 mostlyclean-generic
405
406 mostlyclean: mostlyclean-recursive
407
408 clean-am:  clean-pkglibLTLIBRARIES clean-compile clean-libtool \
409                 clean-tags clean-generic mostlyclean-am
410
411 clean: clean-recursive
412
413 distclean-am:  distclean-pkglibLTLIBRARIES distclean-compile \
414                 distclean-libtool distclean-tags distclean-generic \
415                 clean-am
416         -rm -f libtool
417
418 distclean: distclean-recursive
419
420 maintainer-clean-am:  maintainer-clean-pkglibLTLIBRARIES \
421                 maintainer-clean-compile maintainer-clean-libtool \
422                 maintainer-clean-tags maintainer-clean-generic \
423                 distclean-am
424         @echo "This command is intended for maintainers to use;"
425         @echo "it deletes files that may require special tools to rebuild."
426
427 maintainer-clean: maintainer-clean-recursive
428
429 .PHONY: mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
430 clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
431 uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
432 mostlyclean-compile distclean-compile clean-compile \
433 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
434 clean-libtool maintainer-clean-libtool uninstall-pkgdataDATA \
435 install-pkgdataDATA install-data-recursive uninstall-data-recursive \
436 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
437 uninstalldirs-recursive all-recursive check-recursive \
438 installcheck-recursive info-recursive dvi-recursive \
439 mostlyclean-recursive distclean-recursive clean-recursive \
440 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
441 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
442 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
443 install-info install-exec-am install-exec install-data-am install-data \
444 install-am install uninstall-am uninstall all-redirect all-am all \
445 installdirs-am installdirs mostlyclean-generic distclean-generic \
446 clean-generic maintainer-clean-generic clean mostlyclean distclean \
447 maintainer-clean
448
449 checkme: all
450         (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )
451
452 # Tell versions [3.59,3.63) of GNU make to not export all variables.
453 # Otherwise a system limit (for SysV at least) may be exceeded.
454 .NOEXPORT: