aboutsummaryrefslogtreecommitdiff
path: root/modules/libblit/Makefile.am
blob: 89b63ec0ae2e6ab6eca4f26f81a462e32e5798ff (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 = libblit.la

libblit_la_SOURCES = libblit.c g_blit.c g_pixel.c
libblit_la_CFLAGS = $(COMMON_CFLAGS) $(SDL_CFLAGS) -I$(BGD_PATH)/include -I$(BGD_PATH)/bgdrtm/include -I. -I../libgrbase/
libblit_la_LDFLAGS = -s -module -no-undefined -avoid-version
libblit_la_LIBADD = $(COMMON_LDFLAGS) $(SDL_LIBS) -L$(BGD_PATH)/bgdrtm/src/.libs -lbgdrtm -L../libgrbase/.libs -lgrbase

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