[go: up one dir, main page]

Menu

[efba94]: / util / Makefile.am  Maximize  Restore  History

Download this file

52 lines (42 with data), 1.4 kB

 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
noinst_LIBRARIES = libgetarg.a
bin_PROGRAMS = gif2rgb gifasm gifbg gifclip gifcomb \
giffix gifflip gifhisto gifinter gifinto gifovly gifpos gifrsize \
giftext gifwedge raw2gif rgb2gif text2gif gifspnge giffiltr \
icon2gif gifcolor gifinfo @COMPILABLE_EXTRAS@
bin_SCRIPTS = gifcompose gifburst
EXTRA_PROGRAMS = gif2x11 gifclrmp gifrotat
EXTRA_DIST=Makefile.unx $(bin_SCRIPTS)
LDADD = libgetarg.a ../lib/libgif.la
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir)/lib
libgetarg_a_SOURCES = getarg.c getarg.h \
qprintf.c
gif2x11_SOURCES = gif2x11.c
gif2x11_LDADD = $(LDADD) @X11_LIB@
gif2x11_CFLAGS = @X_CFLAGS@ $(AM_CFLAGS)
gifclrmp_SOURCES = gifclrmp.c
gifclrmp_LDADD = $(LDADD) @MATH_LIB@
gifrotat_SOURCES = gifrotat.c
gifrotat_LDADD = $(LDADD) @MATH_LIB@
gifinfo_SOURCES = gifinfo.c
gif2rgb_SOURCES = gif2rgb.c
gifasm_SOURCES = gifasm.c
gifbg_SOURCES = gifbg.c
gifclip_SOURCES = gifclip.c
gifcomb_SOURCES = gifcomb.c
giffix_SOURCES = giffix.c
gifflip_SOURCES = gifflip.c
gifhisto_SOURCES = gifhisto.c
gifinter_SOURCES = gifinter.c
gifinto_SOURCES = gifinto.c
gifovly_SOURCES = gifovly.c
gifpos_SOURCES = gifpos.c
gifrsize_SOURCES = gifrsize.c
giftext_SOURCES = giftext.c
gifwedge_SOURCES = gifwedge.c
raw2gif_SOURCES = raw2gif.c
rgb2gif_SOURCES = rgb2gif.c
text2gif_SOURCES = text2gif.c
gifspnge_SOURCES = gifspnge.c
giffiltr_SOURCES = giffiltr.c
icon2gif_SOURCES = icon2gif.c
gifcolor_SOURCES = gifcolor.c