-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile.am
More file actions
35 lines (26 loc) · 714 Bytes
/
Copy pathMakefile.am
File metadata and controls
35 lines (26 loc) · 714 Bytes
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
# Makefile.am for the SDL_gfx library/DLL
ACLOCAL_AMFLAGS = -I m4
lib_LTLIBRARIES = libSDL_gfx.la
libSDL_gfxincludedir = $(includedir)/SDL
libSDL_gfxinclude_HEADERS = \
SDL_gfxPrimitives.h \
SDL_gfxPrimitives_font.h \
SDL_rotozoom.h \
SDL_framerate.h \
SDL_imageFilter.h \
SDL_gfxBlitFunc.h
libSDL_gfx_la_SOURCES = \
SDL_gfxPrimitives.c \
SDL_rotozoom.c \
SDL_framerate.c \
SDL_imageFilter.c \
SDL_gfxBlitFunc.c
DEFS = @DEFS@
libSDL_gfx_la_LDFLAGS = \
-no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = SDL_gfx.pc
DISTCLEANFILES = *~ *~c *~h *.cross.cache inc
distclean-local:
-rm -rf autom4te.cache
-rm -f *.suo *.sdf