File: Makefile.am

package info (click to toggle)
gaby 2.0.2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,148 kB
  • ctags: 3,101
  • sloc: ansic: 48,660; sh: 8,710; python: 1,161; makefile: 951; perl: 265; sed: 93; xml: 89; sql: 25
file content (65 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (4)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

if WITHOUT_GUI
bin_PROGRAMS = 
else
bin_PROGRAMS = gabybuilder
endif

gabybuilder_SOURCES = 	\
	actions.c	\
	actions.h	\
	buttonwin.c	\
	buttonwin.h	\
	desc.c		\
	desc.h		\
	fieldprop.c	\
	fieldprop.h	\
	fieldwin.c	\
	fieldwin.h	\
	fileops.c	\
	fileops.h	\
	localelist.h	\
	locations.c	\
	locations.h	\
	main.c		\
	main.h		\
	miscwin.c	\
	miscwin.h	\
	previewwin.c	\
	previewwin.h	\
	shared.c	\
	shared.h	\
	subtable.c	\
	subtable.h	\
	tablewin.c	\
	tablewin.h	\
	subfieldwin.c	\
	subfieldwin.h	\
	dataops.c	\
	dataops.h	\
	subfieldprop.c	\
	subfieldprop.h	\
	subtableprop.c	\
	subtableprop.h	\
	locationwin.c	\
	locationwin.h	\
	update.c	\
	update.h	\
	sessionman.c	\
	sessionman.h	\
	druid.c		\
	druid.h		\
	type.h

if USE_GNOME
INCLUDES = $(GTK_CFLAGS) $(GNOME_CFLAGS)
gabybuilder_LDADD = $(GTK_LIBS) $(GNOME_LDFLAGS)
else
INCLUDES = $(GTK_CFLAGS)
gabybuilder_LDADD = $(GTK_LIBS)
endif

LIBS = @INTLLIBS@ @LIBS@

EXTRA_DIST = icons/*.xpm