File: Makefile.am

package info (click to toggle)
fvwm 1%3A2.5.18-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,084 kB
  • ctags: 14,319
  • sloc: ansic: 160,604; perl: 10,958; sh: 9,922; makefile: 1,109; yacc: 683; lex: 169; sed: 11
file content (33 lines) | stat: -rw-r--r-- 1,604 bytes parent folder | download
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
## Process this file with automake to create Makefile.in

noinst_LIBRARIES = libfvwm.a

## please keep .c files in largest first order to speed up parallel makes
libfvwm_a_SOURCES = \
	BidiJoin.h Bindings.h ClientMsg.h Colorset.h CombineChars.h FBidi.h   \
	FEvent.h FImage.h FRender.h FRenderInit.h FRenderInterface.h FSMlib.h \
	FScreen.h FShape.h FShm.h FTips.h Fft.h FftInterface.h FGettext.h \
	Ficonv.h Flocale.h FlocaleCharset.h Fpng.h Fxpm.h Grab.h Module.h \
	Parse.h Picture.h PictureBase.h PictureDitherMatrice.h \
	PictureGraphics.h PictureImageLoader.h PictureUtils.h Strings.h \
	defaults.h envvar.h flist.h fsm.h ftime.h fvwmlib.h fvwmrect.h \
	fvwmsignal.h gravity.c gravity.h lang-strings.h queue.h safemalloc.h \
	setpgrp.h vpacket.h wild.h Rectangles.h timeout.h charmap.h \
	wcontext.h modifiers.h fvwm_sys_stat.h \
	\
	BidiJoin.c Flocale.c PictureUtils.c FScreen.c Graphics.c \
	PictureGraphics.c Bindings.c FlocaleCharset.c Parse.c \
	PictureImageLoader.c Colorset.c ColorUtils.c CombineChars.c Module.c \
	FRender.c Ficonv.c envvar.c Fft.c  gravity.c \
	XResource.c FEvent.c FImage.c WinMagic.c Target.c Picture.c XError.c \
	queue.c fvwmsignal.c System.c PictureBase.c Cursor.c Strings.c \
	fvwmrect.c FRenderInit.c safemalloc.c  FBidi.c \
	wild.c Grab.c Event.c ClientMsg.c setpgrp.c FShape.c \
	FGettext.c Rectangles.c timeout.c flist.c charmap.c wcontext.c \
	modifiers.c fsm.c FTips.c

libfvwm_a_LIBADD = @LIBOBJS@ @ALLOCA@

INCLUDES = -I$(top_srcdir) $(xpm_CFLAGS) $(Xft_CFLAGS) $(X_CFLAGS) \
	$(iconv_CFLAGS) $(Xrender_CFLAGS) $(Bidi_CFLAGS) $(png_CFLAGS) \
	$(intl_CFLAGS)