r717: Made the highlighted text color of the menus WHITE
[cinelerra_cv/mob.git] / guicast / Makefile.am
blobfdaff562fc802b8ae2a69bbe952767eaedd9c827
1 lib_LTLIBRARIES = libguicast.la
2 noinst_PROGRAMS=bootstrap
4 libguicast_la_LIBADD = -lXxf86vm -lXv -lXext -lX11 $(X_EXTRA_LIBS)
5 libguicast_la_LDFLAGS = $(X_LIBS) -version-info 1:0:0 
6 libguicast_la_SOURCES = \
7         bcbar.C \
8         bcbitmap.C \
9         bcbutton.C \
10         bccapture.C \
11         bcclipboard.C \
12         bcdelete.C \
13         bcdialog.C \
14         bcdisplayinfo.C \
15         bcdragwindow.C \
16         bcfilebox.C \
17         bcipc.C \
18         bclistbox.C \
19         bcmenu.C \
20         bcmenubar.C \
21         bcmenuitem.C \
22         bcmenupopup.C \
23         bcmeter.C \
24         bcnewfolder.C \
25         bcpan.C \
26         bcpixmap.C \
27         bcpixmapsw.C \
28         bcpopup.C \
29         bcpopupmenu.C \
30         bcpot.C \
31         bcprogress.C \
32         bcprogressbox.C \
33         bcrecentlist.C \
34         bcrelocatablewidget.C \
35         bcrepeater.C \
36         bcresources.C \
37         bcscrollbar.C \
38         bcsignals.C \
39         bcslider.C  \
40         bcsubwindow.C \
41         bctextbox.C \
42         bctimer.C \
43         bctitle.C \
44         bctoggle.C \
45         bctumble.C \
46         bcwidgetgrid.C \
47         bcwindow.C \
48         bcwindowbase.C \
49         bcwindowdraw.C \
50         bcwindowevents.C \
51         debug.h \
52         error.h \
53         errorbox.C \
54         defaults.C \
55         filesystem.C \
56         mutex.C \
57         rotateframe.C \
58         sema.C \
59         stringfile.C \
60         thread.C \
61         units.C \
62                                                                                                 vframe.C workarounds.C bclistboxitem.C bctheme.C condition.C
63 noinst_HEADERS = \
64         arraylist.h \
65         bcbar.h \
66         bcbar.inc \
67         bcbitmap.h \
68         bcbitmap.inc \
69         bcbutton.h \
70         bcbutton.inc \
71         bccapture.h \
72         bccapture.inc \
73         bcclipboard.h \
74         bcclipboard.inc \
75         bcdelete.h \
76         bcdelete.inc \
77         bcdialog.h \
78         bcdialog.inc \
79         bcdisplayinfo.h \
80         bcdisplayinfo.inc \
81         bcdragwindow.h \
82         bcdragwindow.inc \
83         bcfilebox.h \
84         bcfilebox.inc \
85         bcipc.h \
86         bclistbox.h \
87         bclistbox.inc \
88         bclistboxitem.h \
89         bclistboxitem.inc \
90         bcmenu.h \
91         bcmenu.inc \
92         bcmenubar.h \
93         bcmenubar.inc \
94         bcmenuitem.h \
95         bcmenuitem.inc \
96         bcmenupopup.h \
97         bcmenupopup.inc \
98         bcmeter.h \
99         bcmeter.inc \
100         bcnewfolder.h \
101         bcnewfolder.inc \
102         bcpan.h bcpan.inc \
103         bcpixmap.h \
104         bcpixmap.inc \
105         bcpixmapsw.h \
106         bcpixmapsw.inc \
107         bcpopup.h bcpopup.inc \
108         bcpopupmenu.h \
109         bcpopupmenu.inc \
110         bcpot.h \
111         bcpot.inc \
112         bcprogressbox.h \
113         bcprogressbox.inc \
114         bcprogress.h \
115         bcprogress.inc \
116         bcrecentlist.h \
117         bcrelocatablewidget.h \
118         bcrelocatablewidget.inc \
119         bcrepeater.h \
120         bcrepeater.inc \
121         bcresources.h \
122         bcresources.inc \
123         bcscrollbar.h \
124         bcscrollbar.inc \
125                                                                  bcsignals.h bcsignals.inc bcslider.h bcslider.inc bcsubwindow.h bcsubwindow.inc bctextbox.h bctextbox.inc \
126         bctheme.h \
127         bctheme.inc \
128         bctimer.h \
129         bctimer.inc \
130         bctitle.h \
131         bctitle.inc \
132         bctoggle.h \
133         bctoggle.inc \
134         bctumble.h \
135         bctumble.inc \
136         bcwidgetgrid.h \
137         bcwidgetgrid.inc \
138         bcwindowbase.h \
139         bcwindowbase.inc \
140         bcwindowevents.h \
141         bcwindowevents.inc \
142                                                                  bcwindow.h bcwindow.inc clip.h colors.h condition.inc cursors.h defaults.h defaults.inc errorbox.h errorbox.inc \
143         filesystem.h \
144         filesystem.inc \
145         fonts.h \
146         guicast.h \
147         keys.h \
148         language.h \
149         linklist.h \
150         mutex.h \
151         mutex.inc \
152         rotateframe.h \
153         rotateframe.inc \
154         sema.h \
155         sema.inc \
156         sizes.h \
157         stringfile.h \
158         stringfile.inc \
159         testobject.h \
160         thread.h \
161         units.h \
162         vframe.h \
163         vframe.inc \
164         workarounds.h \
165         condition.h
167 INCLUDES = -I$(top_srcdir)/quicktime
168 AM_CXXFLAGS = $(LARGEFILE_CFLAGS) $(X_CFLAGS)
169 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS)
171 # special CFLAGS that can be set on the make command line
172 BOOTSTRAP_CFLAGS=
173 bootstrap_SOURCES=bootstrap.c
174 bootstrap_LDADD =
176 # custom rule that disregards any fancy flags that the user might have set
177 bootstrap.$(OBJEXT): bootstrap.c
178         $(CC) $(BOOTSTRAP_CFLAGS) -c $<
180 EXTRA_DIST = images pngtoh.c
182 dist-hook:
183         -rm -rf $(distdir)/images/CVS
184         -rm -rf $(distdir)/images/7seg_small/CVS