2001-01-14 21:55:41 +00:00
|
|
|
CFLAGS += -DDATADIR="\"$(gladedir)/\"" $(GNOME_CFLAGS) $(LIBGLADE_GNOME_CFLAGS)
|
|
|
|
LDFLAGS += $(GNOME_LIBS) $(LIBGLADE_GNOME_LIBS)
|
2000-01-30 10:44:33 +00:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = libgsteditor.la
|
|
|
|
|
|
|
|
libgsteditor_la_SOURCES = \
|
|
|
|
gsteditor.c \
|
2000-10-01 21:46:33 +00:00
|
|
|
gsteditorproject.c \
|
|
|
|
gsteditorprojectview.c \
|
2000-01-30 10:44:33 +00:00
|
|
|
gsteditorelement.c \
|
|
|
|
gsteditorbin.c \
|
|
|
|
gsteditorcanvas.c \
|
|
|
|
gsteditorpad.c \
|
2000-12-28 02:51:07 +00:00
|
|
|
gsteditorpadtemplate.c \
|
2000-01-30 10:44:33 +00:00
|
|
|
gsteditorconnection.c \
|
2000-10-01 21:46:33 +00:00
|
|
|
gsteditorimage.c \
|
|
|
|
gsteditorpalette.c \
|
|
|
|
gsteditorproperty.c \
|
2000-01-30 10:44:33 +00:00
|
|
|
gstelementselect.c \
|
|
|
|
gsteditorcreate.c
|
|
|
|
|
|
|
|
libgsteditorincludedir = $(includedir)/gst
|
|
|
|
libgsteditorinclude_HEADERS = \
|
|
|
|
gsteditor.h
|
|
|
|
|
2000-01-31 06:46:18 +00:00
|
|
|
bin_PROGRAMS = gsteditor
|
2000-01-31 09:43:08 +00:00
|
|
|
gsteditor_SOURCES = editor.c
|
2001-01-14 21:55:41 +00:00
|
|
|
gsteditor_LDFLAGS = libgsteditor.la $(GST_LIBS)
|
2000-01-30 10:44:33 +00:00
|
|
|
|
2001-03-16 01:06:50 +00:00
|
|
|
man_MANS = gsteditor.1
|
|
|
|
|
2001-01-02 01:44:53 +00:00
|
|
|
gladedir = $(datadir)/gsteditor
|
|
|
|
glade_DATA = editor.glade editorelement.glade
|
2000-01-30 10:44:33 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2000-10-01 21:46:33 +00:00
|
|
|
gsteditorproject.h \
|
2000-01-30 10:44:33 +00:00
|
|
|
gstelementselect.h \
|
2000-10-01 21:46:33 +00:00
|
|
|
gsteditorpalette.h \
|
|
|
|
gsteditorproperty.h \
|
|
|
|
gsteditorimage.h \
|
2000-01-30 10:44:33 +00:00
|
|
|
gsteditorcreate.h
|
|
|
|
|
2001-01-02 01:44:53 +00:00
|
|
|
SUBDIRS = pixmaps
|
2000-10-01 21:46:33 +00:00
|
|
|
|
2001-03-16 01:06:50 +00:00
|
|
|
EXTRA_DIST = $(glade_DATA) $(man_MANS)
|