File: Makefile.am

package info (click to toggle)
ayttm 0.6.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,368 kB
  • ctags: 8,851
  • sloc: ansic: 65,755; sh: 10,810; cpp: 3,092; makefile: 561; yacc: 294; lex: 53; sed: 16
file content (32 lines) | stat: -rw-r--r-- 959 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
20
21
22
23
24
25
26
27
28
29
30
31
32
AM_CFLAGS = $(GTK_CFLAGS) $(GLIB_CFLAGS) -I$(top_srcdir)/src

EXTRA_DIST = 

if MINGW32
WIN32_LDFLAGS = -no-undefined
WIN32_LIBADD = -L../../src -layttm -lintl -lglib-2.0 -lws2_32
endif

pkglib_LTLIBRARIES = notes.la middle.la rainbow.la autotrans.la custmsg.la

notes_la_SOURCES = notes.c
notes_la_LDFLAGS = -module -avoid-version $(WIN32_LDFLAGS)
notes_la_LIBADD = $(WIN32_LIBADD)

middle_la_SOURCES = middle.c
middle_la_LDFLAGS = -module -avoid-version $(WIN32_LDFLAGS)
middle_la_LIBADD = $(WIN32_LIBADD)

rainbow_la_SOURCES = rainbow.c
rainbow_la_LDFLAGS = -module -avoid-version $(WIN32_LDFLAGS)
rainbow_la_LIBADD = $(WIN32_LIBADD)

autotrans_la_SOURCES = autotrans.c
autotrans_la_LDFLAGS = -module -avoid-version $(WIN32_LDFLAGS)
autotrans_la_LIBADD = $(WIN32_LIBADD)

custmsg_la_SOURCES = custom_message.c
custmsg_la_LDFLAGS = -module -avoid-version $(WIN32_LDFLAGS)
custmsg_la_LIBADD = 
# Gets rid of the datarootdir warning
datarootdir=@datarootdir@