File: Makefile.am

package info (click to toggle)
xmahjongg 3.7-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,800 kB
  • sloc: cpp: 7,461; ansic: 3,606; sh: 784; makefile: 146
file content (21 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign

noinst_LIBRARIES = liblcdf.a
noinst_PROGRAMS = giftoc

liblcdf_a_SOURCES = clp.c \
	fmalloc.c \
	giffunc.c gifread.c gifx.c \
	permstr.cc \
	straccum.cc \
	string.cc \
	vectorv.cc
EXTRA_liblcdf_a_SOURCES = fixlibc.c

giftoc_SOURCES = giftoc.c

## liblcdf_a_DEPENDENCIES = @FIXLIBC_O@
## liblcdf_a_LIBADD = @FIXLIBC_O@

INCLUDES = $(X_CFLAGS) -I$(top_srcdir)/include