File: Makefile.am

package info (click to toggle)
xsystem35 1.7.3-pre5-7
  • links: PTS
  • area: main
  • in suites: buster
  • size: 7,332 kB
  • sloc: ansic: 51,002; sh: 12,048; asm: 863; makefile: 410; xml: 281; perl: 142
file content (41 lines) | stat: -rw-r--r-- 924 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
pkglib_LTLIBRARIES = SACT.la

SACT_la_LDFLAGS = -module -export-dynamic -avoid-version
SACT_la_LIBADD  = ../lib/libgraph.la ../lib/libdrawtext.la @GLIB_LIBS@
SACT_la_SOURCES = \
	SACT.c \
	sactcg.c \
	sactsound.c \
	sactbgm.c \
	sacttimer.c \
	sactstring.c \
	sactcrypto.c \
	sactchart.c \
	sactamask.c \
	sactlog.c \
	sprite.c \
	sprite_event.c \
	sprite_tevent.c \
	sprite_move.c \
	sprite_anime.c \
	sprite_get.c \
	sprite_put.c \
	sprite_switch.c \
	sprite_sel.c \
	sprite_msg.c \
	sprite_draw.c \
	sprite_update.c \
	sprite_eupdate.c \
	sprite_quake.c \
	sprite_keywait.c \
	screen_quake.c \
	sprite_xmenu.c


AM_CFLAGS = @DEBUG_CFLAGS@ @GLIB_CFLAGS@

INCLUDES = -I$(top_builddir) -I$(top_srcdir) \
	-I$(top_builddir)/src -I$(top_srcdir)/src \
	-I$(top_builddir)/libltdl -I$(top_srcdir)/libltdl \
	-I$(top_builddir)/modules/lib -I$(top_srcdir)/modules/lib \
	-I$(top_builddir)/modules/SACT -I$(top_srcdir)/modules/SACT