annotate scn2k/Makefile.am @ 31:5ae5533b3a9a

* Added some license headers
author thib
date Sat, 07 Mar 2009 21:36:46 +0000
parents f1f22bfc4496
children d7cde171a1de
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
759202cf1756 Use automake
thib
parents:
diff changeset
1 noinst_LIBRARIES = libscn2k.a
759202cf1756 Use automake
thib
parents:
diff changeset
2 libscn2k_a_SOURCES = scn2k_cmd.cc scn2k_text.cc scn2k_grp.cc scn2k_impl.cc \
759202cf1756 Use automake
thib
parents:
diff changeset
3 scn2k.h scn2k_impl.h
759202cf1756 Use automake
thib
parents:
diff changeset
4
28
f1f22bfc4496 * Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents: 22
diff changeset
5 EXTRA_PROGRAMS = scn2kdump
f1f22bfc4496 * Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents: 22
diff changeset
6
f1f22bfc4496 * Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents: 22
diff changeset
7 scn2kdump_SOURCES = scn2kdump.cc
f1f22bfc4496 * Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents: 22
diff changeset
8 scn2kdump_LDADD = libscn2k.a ../system/libsystem.a
f1f22bfc4496 * Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
thib
parents: 22
diff changeset
9
22
759202cf1756 Use automake
thib
parents:
diff changeset
10 INCLUDES = @SDL_CFLAGS@
759202cf1756 Use automake
thib
parents:
diff changeset
11
759202cf1756 Use automake
thib
parents:
diff changeset
12 AM_CPPFLAGS = @CFLAGS@ @DEFS@
759202cf1756 Use automake
thib
parents:
diff changeset
13
759202cf1756 Use automake
thib
parents:
diff changeset
14 LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer @SMPEG_LIBS@ @X_LIBS@ @LIBS@
759202cf1756 Use automake
thib
parents:
diff changeset
15
759202cf1756 Use automake
thib
parents:
diff changeset
16