File: Makefile.am

package info (click to toggle)
gnome-menus 2.22.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,912 kB
  • ctags: 762
  • sloc: ansic: 9,446; sh: 9,163; python: 379; makefile: 231
file content (19 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NULL =

INCLUDES =				\
	-DGMENU_I_KNOW_THIS_IS_UNSTABLE	\
	-I$(srcdir)/../libmenu		\
	$(WARN_CFLAGS)			\
	$(NO_STRICT_ALIASING_CFLAGS)	\
	$(GLIB_CFLAGS)			\
	$(PYTHON_INCLUDES)		\
	$(DISABLE_DEPRECATED_CFLAGS)	\
	$(DEBUG_CFLAGS)			\
	$(NULL)

gmenudir = $(pyexecdir)
gmenu_LTLIBRARIES = gmenu.la

gmenu_la_LDFLAGS = -module -avoid-version -fPIC -export-symbols-regex initgmenu
gmenu_la_LIBADD  = $(GLIB_LIBS) $(top_builddir)/libmenu/libgnome-menu.la
gmenu_la_SOURCES = gmenu.c