r788: The code for deleting pluginsets was not adapted to virtual edit we introduced...
[cinelerra_cv/mob.git] / guicast / Makefile.am
blob07b4a86c19630813b60151186d6abcf5b7e88e38
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         properties.C \
58         rotateframe.C \
59         sema.C \
60         stringfile.C \
61         thread.C \
62         units.C \
63                                                                                                 vframe.C workarounds.C bclistboxitem.C bctheme.C condition.C
64 noinst_HEADERS = \
65         arraylist.h \
66         bcbar.h \
67         bcbar.inc \
68         bcbitmap.h \
69         bcbitmap.inc \
70         bcbutton.h \
71         bcbutton.inc \
72         bccapture.h \
73         bccapture.inc \
74         bcclipboard.h \
75         bcclipboard.inc \
76         bcdelete.h \
77         bcdelete.inc \
78         bcdialog.h \
79         bcdialog.inc \
80         bcdisplayinfo.h \
81         bcdisplayinfo.inc \
82         bcdragwindow.h \
83         bcdragwindow.inc \
84         bcfilebox.h \
85         bcfilebox.inc \
86         bcipc.h \
87         bclistbox.h \
88         bclistbox.inc \
89         bclistboxitem.h \
90         bclistboxitem.inc \
91         bcmenu.h \
92         bcmenu.inc \
93         bcmenubar.h \
94         bcmenubar.inc \
95         bcmenuitem.h \
96         bcmenuitem.inc \
97         bcmenupopup.h \
98         bcmenupopup.inc \
99         bcmeter.h \
100         bcmeter.inc \
101         bcnewfolder.h \
102         bcnewfolder.inc \
103         bcpan.h bcpan.inc \
104         bcpixmap.h \
105         bcpixmap.inc \
106         bcpixmapsw.h \
107         bcpixmapsw.inc \
108         bcpopup.h bcpopup.inc \
109         bcpopupmenu.h \
110         bcpopupmenu.inc \
111         bcpot.h \
112         bcpot.inc \
113         bcprogressbox.h \
114         bcprogressbox.inc \
115         bcprogress.h \
116         bcprogress.inc \
117         bcrecentlist.h \
118         bcrelocatablewidget.h \
119         bcrelocatablewidget.inc \
120         bcrepeater.h \
121         bcrepeater.inc \
122         bcresources.h \
123         bcresources.inc \
124         bcscrollbar.h \
125         bcscrollbar.inc \
126                                                                  bcsignals.h bcsignals.inc bcslider.h bcslider.inc bcsubwindow.h bcsubwindow.inc bctextbox.h bctextbox.inc \
127         bctheme.h \
128         bctheme.inc \
129         bctimer.h \
130         bctimer.inc \
131         bctitle.h \
132         bctitle.inc \
133         bctoggle.h \
134         bctoggle.inc \
135         bctumble.h \
136         bctumble.inc \
137         bcwidgetgrid.h \
138         bcwidgetgrid.inc \
139         bcwindowbase.h \
140         bcwindowbase.inc \
141         bcwindowevents.h \
142         bcwindowevents.inc \
143                                                                  bcwindow.h bcwindow.inc clip.h colors.h condition.inc cursors.h defaults.h defaults.inc errorbox.h errorbox.inc \
144         filesystem.h \
145         filesystem.inc \
146         fonts.h \
147         guicast.h \
148         keys.h \
149         language.h \
150         linklist.h \
151         mutex.h \
152         mutex.inc \
153         properties.h \
154         rotateframe.h \
155         rotateframe.inc \
156         sema.h \
157         sema.inc \
158         sizes.h \
159         stringfile.h \
160         stringfile.inc \
161         testobject.h \
162         thread.h \
163         units.h \
164         vframe.h \
165         vframe.inc \
166         workarounds.h \
167         condition.h
169 INCLUDES = -I$(top_srcdir)/quicktime
170 AM_CXXFLAGS = $(LARGEFILE_CFLAGS) $(X_CFLAGS)
171 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS)
173 # special CFLAGS that can be set on the make command line
174 BOOTSTRAP_CFLAGS=
175 bootstrap_SOURCES=bootstrap.c
176 bootstrap_LDADD =
178 # custom rule that disregards any fancy flags that the user might have set
179 bootstrap.$(OBJEXT): bootstrap.c
180         $(CC) $(BOOTSTRAP_CFLAGS) -c $<
182 EXTRA_DIST = images pngtoh.c
184 dist-hook:
185         -rm -rf $(distdir)/images/CVS
186         -rm -rf $(distdir)/images/7seg_small/CVS