File: Makefile.am

package info (click to toggle)
fenix-plugins 0.0.20070803-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 36,404 kB
  • ctags: 573
  • sloc: sh: 8,736; ansic: 3,026; xml: 413; makefile: 257
file content (15 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (7)
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 = libexec.la

libexec_la_SOURCES = exec.c
libexec_la_CFLAGS = $(SDL_CFLAGS)
libexec_la_LDFLAGS = -s -module -no-undefined -avoid-version -export-symbols fenixdll.sym
libexec_la_LIBADD = $(LIBADD_DL) $(SDL_LIBS)

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