aboutsummaryrefslogtreecommitdiff
path: root/modules/libmouse/Makefile.am
blob: cbd299ac71c641c7901b03eab1d8befa6f45a785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to produce Makefile.in

#AUTOMAKE_OPTIONS = no-dependencies foreign

lib_LTLIBRARIES = libmouse.la

libmouse_la_SOURCES = libmouse.c
libmouse_la_CFLAGS = $(COMMON_CFLAGS) $(SDL_CFLAGS) -I$(BGD_PATH)/include -I. -I../libdraw/ -I../librender/ -I../libblit/ -I../libvideo/ -I../libgrbase/
libmouse_la_LDFLAGS = -s -module -no-undefined -avoid-version
libmouse_la_LIBADD = $(COMMON_LDFLAGS) $(SDL_LIBS) -L$(BGD_PATH)/bgdrtm/src/.libs -L../libdraw/.libs -ldraw -L../librender/.libs -lrender -L../libblit/.libs -lblit -L../libvideo/.libs -lvideo -L../libgrbase/.libs -lgrbase

## Make sure these will be cleaned even when they're not built by
## default.
CLEANFILES = libmouse.la