File: Makefile.am

package info (click to toggle)
tablix2 0.3.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,816 kB
  • ctags: 2,970
  • sloc: ansic: 21,647; xml: 12,230; sh: 9,879; makefile: 762; perl: 564; yacc: 288
file content (82 lines) | stat: -rw-r--r-- 2,071 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#CFLAGS = -Wall -O2 -march=pentiumpro -g
AM_CFLAGS = -Wall -O2 -g

INCLUDES = -I../src -I.. -I../intl

pkglib_LTLIBRARIES = \
	timeplace.la \
	sametime.la \
	preferredtime.la \
	consecutive.la \
	holes.la \
	freeperiod.la \
	sametimeas.la \
	fixedtime.la \
	preferredroom.la \
	placecapability.la \
	sameday.la \
	freemorning.la \
	walk.la \
	perday.la \
	events_sameday.la \
	timeblocks.la \
	timeblocks_sameday.la \
	recurrence.la \
	available.la 

available_la_SOURCES = available.c
available_la_LDFLAGS = -module -avoid-version

recurrence_la_SOURCES = recurrence.c
recurrence_la_LDFLAGS = -module -avoid-version

events_sameday_la_SOURCES = events_sameday.c
events_sameday_la_LDFLAGS = -module -avoid-version

preferredroom_la_SOURCES = preferredroom.c
preferredroom_la_LDFLAGS = -module -avoid-version

fixedtime_la_SOURCES = fixedtime.c
fixedtime_la_LDFLAGS = -module -avoid-version

freeperiod_la_SOURCES = freeperiod.c
freeperiod_la_LDFLAGS = -module -avoid-version

sametimeas_la_SOURCES = sametimeas.c
sametimeas_la_LDFLAGS = -module -avoid-version

timeplace_la_SOURCES = timeplace.c
timeplace_la_LDFLAGS = -module -avoid-version

sametime_la_SOURCES = sametime.c
sametime_la_LDFLAGS = -module -avoid-version

placecapability_la_SOURCES = placecapability.c
placecapability_la_LDFLAGS = -module -avoid-version

walk_la_SOURCES = walk.c
walk_la_LDFLAGS = -module -avoid-version

perday_la_SOURCES = perday.c
perday_la_LDFLAGS = -module -avoid-version

freemorning_la_SOURCES = freemorning.c
freemorning_la_LDFLAGS = -module -avoid-version

holes_la_SOURCES = holes.c
holes_la_LDFLAGS = -module -avoid-version

preferredtime_la_SOURCES = preferredtime.c
preferredtime_la_LDFLAGS = -module -avoid-version

sameday_la_SOURCES = sameday.c
sameday_la_LDFLAGS = -module -avoid-version

consecutive_la_SOURCES = consecutive.c
consecutive_la_LDFLAGS = -module -avoid-version

timeblocks_la_SOURCES = timeblocks.c
timeblocks_la_LDFLAGS = -module -avoid-version

timeblocks_sameday_la_SOURCES = timeblocks_sameday.c
timeblocks_sameday_la_LDFLAGS = -module -avoid-version