2000-01-30 22:50:27 +00:00
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
2000-10-01 21:46:33 +00:00
|
|
|
LDFLAGS = $(shell gnome-config --libs gnomeui) $(shell libglade-config --libs gnome)
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)/gst $(shell libglade-config --cflags gnome) \
|
2000-01-30 10:44:33 +00:00
|
|
|
$(shell gnome-config --cflags gnomeui)
|
|
|
|
|
|
|
|
|
|
|
|
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
|
2000-01-31 06:46:18 +00:00
|
|
|
gsteditor_LDFLAGS = libgsteditor.la
|
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
|
|
|
|
|
2000-10-01 21:46:33 +00:00
|
|
|
CFLAGS = -O2 -Wall
|
|
|
|
|
2000-01-30 10:44:33 +00:00
|
|
|
EXTRA_DIST = editor.glade editorelement.glade
|