File: Makefile.am

package info (click to toggle)
quick-lounge-applet 2.13.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,656 kB
  • ctags: 546
  • sloc: sh: 9,191; ansic: 6,858; xml: 1,087; makefile: 128
file content (37 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
INCLUDES =							\
	-I$(top_srcdir)						\
	-I$(top_builddir)					\
	-DPREFIX=\"$(prefix)\"           			\
	-DSYSCONFDIR=\"$(sysconfdir)\"   			\
	-DDATADIR=\"$(datadir)\"     	    			\
	-DLIBDIR=\"$(libdir)\"  	         		\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"  		\
	-DUI_DIR=\"$(datadir)/quick-lounge-applet/ui\"	\
	-DGMENU_I_KNOW_THIS_IS_UNSTABLE				\
	$(DISABLE_DEPRECATED)					\
	$(QL_CFLAGS)

libexec_PROGRAMS = quick-lounge-applet

quick_lounge_applet_SOURCES = 		\
	dlg-add-from-menu.c		\
	dlg-add-from-menu.h		\
	dlg-properties.c		\
	dlg-properties.h		\
	file-utils.c			\
	file-utils.h			\
	gtk-utils.c			\
	gtk-utils.h			\
	quick-box.c			\
	quick-box.h			\
	quick-button.c			\
	quick-button.h			\
	quick-desktop-entry-dialog.c	\
	quick-desktop-entry-dialog.h	\
	quick-lounge.c			\
	quick-lounge.h			\
	quick-separator.c		\
	quick-separator.h		\
	typedefs.h

quick_lounge_applet_LDADD = $(QL_LIBS) $(X_LIBS)