File: Makefile.am

package info (click to toggle)
gnomba 0.5.1-3.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,316 kB
  • ctags: 736
  • sloc: ansic: 5,247; sh: 466; makefile: 238; sed: 93
file content (28 lines) | stat: -rw-r--r-- 698 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
## Process this file with automake to produce Makefile.in

SUBDIRS = intl po

INCLUDES = \
	-I$(includedir)					\
	$(GNOME_INCLUDEDIR)				\
	-DGNOMELOCALEDIR=\"${localedir}\"

bin_PROGRAMS = gnomba

gnomba_SOURCES = browser.c	gnomba.c	menu.c	net.c\
	properties.c	statusbar.c	error.c	smbwrap.c mtab.c

noinst_HEADERS = browser.h	gnomba.h	net.h	properties.h\
		config.h	menu.h		nmbhdr.h	statusbar.h\
		error.h		smbwrap.h	mtab.h

appicondir = $(datadir)/pixmaps
appicon_DATA = gnome-gnomba.png

EXTRA_DIST = ChangeLog README INSTALL TODO gnomba.desktop gnomba.rc $(appicon_DATA) gnomba.spec.in

dist_hook:
		cp gnomba.spec $(distdir)

sysdir = $(datadir)/gnome/apps/Internet
sys_DATA = gnomba.desktop