OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / native / jni / qt-peer / Makefile.am
1 # Qt AWT backend for Classpath
2 #
3
4 ## GCJ LOCAL: don't install this library
5 noinst_LTLIBRARIES = libqtpeer.la
6
7 AM_LDFLAGS = @CLASSPATH_MODULE@ @QT_LIBS@
8 AM_CPPFLAGS = @CLASSPATH_INCLUDES@
9
10 AM_CXXFLAGS = @QT_CFLAGS@
11
12 libqtpeer_la_MOC = \
13         slotcallbacks.moc.h
14
15 slotcallbacks.moc.h: slotcallbacks.cpp
16         $(MOC) -o slotcallbacks.moc.h $(srcdir)/slotcallbacks.cpp
17
18 nodist_libqtpeer_la_SOURCES = \
19         $(libqtpeer_la_MOC) 
20
21 libqtpeer_la_SOURCES = \
22         buttonevent.h \
23         componentevent.cpp \
24         componentevent.h \
25         containers.h \
26         eventmethods.h \
27         keybindings.cpp \
28         keybindings.h \
29         mainqtthread.cpp \
30         mainthreadinterface.cpp \
31         mainthreadinterface.h \
32         nativewrapper.cpp \
33         nativewrapper.h \
34         qmatrix.cpp \
35         qpainterpath.cpp \
36         qpen.cpp \
37         qtaudioclip.cpp \
38         qtbuttonpeer.cpp \
39         qtcanvaspeer.cpp \
40         qtcheckboxpeer.cpp \
41         qtchoicepeer.cpp \
42         qtcomponent.cpp \
43         qtcomponent.h \
44         qtcomponentpeer.cpp \
45         qtdialogpeer.cpp \
46         qtembeddedwindowpeer.cpp \
47         qtfiledialogpeer.cpp \
48         qtfont.h \
49         qtfontmetrics.cpp \
50         qtfontpeer.cpp \
51         qtframepeer.cpp \
52         qtgraphics.cpp \
53         qtgraphics.h \
54         qtimage.cpp \
55         qtimage.h \
56         qtlabelpeer.cpp \
57         qtlistpeer.cpp \
58         qtmenubarpeer.cpp \
59         qtmenucomponentpeer.cpp \
60         qtmenuitempeer.cpp \
61         qtmenupeer.cpp \
62         qtpanelpeer.cpp \
63         qtpopupmenupeer.cpp \
64         qtscreendevice.cpp \
65         qtscrollbarpeer.cpp \
66         qtscrollpanepeer.cpp \
67         qtstrings.cpp \
68         qtstrings.h \
69         qttextareapeer.cpp \
70         qttextfieldpeer.cpp \
71         qttoolkit.cpp \
72         qtvolatileimage.cpp \
73         qtwindowpeer.cpp \
74         slotcallbacks.cpp \
75         slotcallbacks.h 
76 libqtpeer_la_LDFLAGS = -avoid-version
77
78 BUILT_SOURCES = $(libqtpeer_la_MOC)
79
80 CLEANFILES = so_locations $(BUILT_SOURCES)