r877: Fix files that were missing from a make dist tarball.
[cinelerra_cv.git] / guicast / Makefile.am
blob2d9e1ce38e2372fd2ce36ec5a0d2cb385eb5669e
1 lib_LTLIBRARIES = libguicast.la
2 noinst_PROGRAMS=bootstrap
4 libguicast_la_LIBADD = $(OPENGL_LIBS) -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         bchash.C \
18         bclistbox.C \
19         bclistboxitem.C \
20         bcmenu.C \
21         bcmenubar.C \
22         bcmenuitem.C \
23         bcmenupopup.C \
24         bcmeter.C \
25         bcnewfolder.C \
26         bcpan.C \
27         bcpbuffer.C \
28         bcpixmap.C \
29         bcpixmapsw.C \
30         bcpopup.C \
31         bcpopupmenu.C \
32         bcpot.C \
33         bcprogress.C \
34         bcprogressbox.C \
35         bcrecentlist.C \
36         bcrelocatablewidget.C \
37         bcrepeater.C \
38         bcresources.C \
39         bcscrollbar.C \
40         bcsignals.C \
41         bcslider.C  \
42         bcsubwindow.C \
43         bcsynchronous.C \
44         bctextbox.C \
45         bctexture.C \
46         bctheme.C \
47         bctimer.C \
48         bctitle.C \
49         bctoggle.C \
50         bctumble.C \
51         bcwidgetgrid.C \
52         bcwindow.C \
53         bcwindow3d.C \
54         bcwindowbase.C \
55         bcwindowdraw.C \
56         bcwindowevents.C \
57         condition.C \
58         debug.h \
59         error.h \
60         errorbox.C \
61         filesystem.C \
62         mutex.C \
63         rotateframe.C \
64         sema.C \
65         stringfile.C \
66         thread.C \
67         units.C \
68         vframe.C \
69         vframe3d.C \
70         workarounds.C
72 noinst_HEADERS = \
73         arraylist.h \
74         bcbar.h \
75         bcbar.inc \
76         bcbitmap.h \
77         bcbitmap.inc \
78         bcbutton.h \
79         bcbutton.inc \
80         bccapture.h \
81         bccapture.inc \
82         bcclipboard.h \
83         bcclipboard.inc \
84         bcdelete.h \
85         bcdelete.inc \
86         bcdialog.h \
87         bcdialog.inc \
88         bcdisplayinfo.h \
89         bcdisplayinfo.inc \
90         bcdragwindow.h \
91         bcdragwindow.inc \
92         bcfilebox.h \
93         bcfilebox.inc \
94         bchash.h \
95         bchash.inc \
96         bcipc.h \
97         bclistbox.h \
98         bclistbox.inc \
99         bclistboxitem.h \
100         bclistboxitem.inc \
101         bcmenu.h \
102         bcmenu.inc \
103         bcmenubar.h \
104         bcmenubar.inc \
105         bcmenuitem.h \
106         bcmenuitem.inc \
107         bcmenupopup.h \
108         bcmenupopup.inc \
109         bcmeter.h \
110         bcmeter.inc \
111         bcnewfolder.h \
112         bcnewfolder.inc \
113         bcpan.h bcpan.inc \
114         bcpbuffer.h \
115         bcpbuffer.inc \
116         bcpixmap.h \
117         bcpixmap.inc \
118         bcpixmapsw.h \
119         bcpixmapsw.inc \
120         bcpopup.h bcpopup.inc \
121         bcpopupmenu.h \
122         bcpopupmenu.inc \
123         bcpot.h \
124         bcpot.inc \
125         bcprogressbox.h \
126         bcprogressbox.inc \
127         bcprogress.h \
128         bcprogress.inc \
129         bcrecentlist.h \
130         bcrelocatablewidget.h \
131         bcrelocatablewidget.inc \
132         bcrepeater.h \
133         bcrepeater.inc \
134         bcresources.h \
135         bcresources.inc \
136         bcscrollbar.h \
137         bcscrollbar.inc \
138         bcsignals.h \
139         bcsignals.inc \
140         bcslider.h \
141         bcslider.inc \
142         bcsubwindow.h \
143         bcsubwindow.inc \
144         bcsynchronous.h \
145         bcsynchronous.inc \
146         bctextbox.h \
147         bctextbox.inc \
148         bctexture.h \
149         bctexture.inc \
150         bctheme.h \
151         bctheme.inc \
152         bctimer.h \
153         bctimer.inc \
154         bctitle.h \
155         bctitle.inc \
156         bctoggle.h \
157         bctoggle.inc \
158         bctumble.h \
159         bctumble.inc \
160         bcwidgetgrid.h \
161         bcwidgetgrid.inc \
162         bcwindowbase.h \
163         bcwindowbase.inc \
164         bcwindowevents.h \
165         bcwindowevents.inc \
166         bcwindow.h \
167         bcwindow.inc \
168         clip.h \
169         colors.h \
170         condition.inc \
171         cursors.h \
172         errorbox.h \
173         errorbox.inc \
174         filesystem.h \
175         filesystem.inc \
176         fonts.h \
177         guicast.h \
178         keys.h \
179         language.h \
180         linklist.h \
181         mutex.h \
182         mutex.inc \
183         rotateframe.h \
184         rotateframe.inc \
185         sema.h \
186         sema.inc \
187         sizes.h \
188         stringfile.h \
189         stringfile.inc \
190         testobject.h \
191         thread.h \
192         units.h \
193         vframe.h \
194         vframe.inc \
195         workarounds.h \
196         condition.h
198 INCLUDES = -I$(top_srcdir)/quicktime
199 AM_CXXFLAGS = $(LARGEFILE_CFLAGS) $(X_CFLAGS)
200 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS)
202 # special CFLAGS that can be set on the make command line
203 BOOTSTRAP_CFLAGS=
204 bootstrap_SOURCES=bootstrap.c
205 bootstrap_LDADD =
207 # custom rule that disregards any fancy flags that the user might have set
208 bootstrap.$(OBJEXT): bootstrap.c
209         $(CC) $(BOOTSTRAP_CFLAGS) -c $<
211 EXTRA_DIST = images pngtoh.c
213 dist-hook:
214         -rm -rf $(distdir)/images/CVS
215         -rm -rf $(distdir)/images/7seg_small/CVS