Skip to content

Instantly share code, notes, and snippets.

@yuvipanda
Created June 4, 2010 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvipanda/426033 to your computer and use it in GitHub Desktop.
Save yuvipanda/426033 to your computer and use it in GitHub Desktop.
INCLUDES = \
-DDATADIR=\"$(datadir)\" \
-DPREFIX=\""$(prefix)"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DLIBDIR=\""$(libdir)"\" \
-DPACKAGE_DATADIR=\""$(datadir)/cheese"\" \
-DPACKAGE_LOCALEDIR=\""$(datadir)/locale"\" \
-DAPPNAME_DATA_DIR=\"$(pkgdatadir)\" \
-DGNOME_DESKTOP_USE_UNSTABLE_API=1 \
$(CHEESE_CFLAGS)
lib_LTLIBRARIES = libcheese-gtk.la #libcheesecommon.la
#noinst_LTLIBRARIES =
EXTRA_DIST = cheese-gtk.symbols
CLEANFILES =
DISTCLEANFILES =
BUILT_SOURCES =
glib_marshal_list = cheese-marshal.list
glib_marshal_prefix = _cheese_marshal
include $(top_srcdir)/Makefile.am.marshal
glib_enum_h = cheese-enum-types.h
glib_enum_c = cheese-enum-types.c
glib_enum_headers = $(top_srcdir)/libcheese/cheese-widget.h
include $(top_srcdir)/Makefile.am.enums
libcheese_gtk_la_CFLAGS = $(CHEESE_CFLAGS)
libcheese_gtk_la_SOURCES = \
cheese-gconf.c \
cheese-gconf.h \
cheese-fileutil.c \
cheese-fileutil.h \
cheese-camera.c \
cheese-camera.h \
cheese-camera-device.c \
cheese-camera-device.h \
cheese-camera-device-monitor.c \
cheese-camera-device-monitor.h \
cheese-flash.h \
cheese-flash.c \
cheese-countdown.c \
cheese-countdown.h \
$(BUILT_SOURCES) \
$(NULL)
# FIXME when we have a .pc file, and sonames
cheesedir = $(includedir)/cheese
cheese_HEADERS = *.h
libcheese_gtk_la_LIBADD = \
$(CHEESE_LIBS)
libcheese_gtk_la_LDFLAGS = \
-version-info $(CHEESE_LT_VERSION) \
-export-symbols $(srcdir)/cheese-gtk.symbols \
-no-undefined \
$(AM_LDFLAGS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment