File: Makefile.am

package info (click to toggle)
libungif4 4.1.4-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,192 kB
  • ctags: 946
  • sloc: sh: 12,413; ansic: 10,973; cpp: 907; makefile: 202; perl: 54
file content (33 lines) | stat: -rw-r--r-- 941 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
SUBDIRS = lib util doc pic
WINDOWS = $(top_srcdir)/windows/GifWin.cpp \
	  $(top_srcdir)/windows/GifWin.h \
	  $(top_srcdir)/windows/StdAfx.h \
	  $(top_srcdir)/windows/gifshow.cpp \
	  $(top_srcdir)/windows/gifshow.dsp \
	  $(top_srcdir)/windows/gifshow.dsw \
	  $(top_srcdir)/windows/gifshow.h \
	  $(top_srcdir)/windows/gifshow.ico \
	  $(top_srcdir)/windows/gifshow.rc \
	  $(top_srcdir)/windows/libungif.dsp \
	  $(top_srcdir)/windows/resource.h

GAMEBOYADVANCE = $(top_srcdir)/gba/giftest.c \
		 $(top_srcdir)/gba/giftest.dsp \
		 $(top_srcdir)/gba/giftest.mak \
		 $(top_srcdir)/gba/res/cover.gif \
		 $(top_srcdir)/gba/res/porsche-240x160.gif \
		 $(top_srcdir)/gba/res/x-trans.gif

EXTRA_DIST = Makefile.unx \
	     ONEWS \
	     UNCOMPRESSED_GIF \
	     autogen.sh \
	     libungif.spec \
	     test-unx \
	     libungif.lsm \
	     TODO \
	     BUGS \
	     DEVELOPERS \
	     $(WINDOWS) \
	     $(GAMEBOYADVANCE)
#TESTS=test-unx