File: Makefile.am

package info (click to toggle)
fenix-plugins 0.0.20070803-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 36,560 kB
  • sloc: sh: 8,765; ansic: 3,031; xml: 413; makefile: 214
file content (15 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

#AUTOMAKE_OPTIONS = no-dependencies foreign

lib_LTLIBRARIES = libttf.la

libttf_la_SOURCES = ttf.c
libttf_la_CFLAGS = $(SDL_CFLAGS) $(FREETYPE_CFLAGS) -DUSE_FREETYPE2_STATIC
libttf_la_LDFLAGS = -s -module -no-undefined -avoid-version -export-symbols fenixdll.sym
libttf_la_LIBADD = $(LIBADD_DL) $(SDL_LIBS) $(FREETYPE_LIBS)

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