annotate window/Makefile.am @ 28:f1f22bfc4496

* Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
author thib
date Fri, 06 Mar 2009 18:30:19 +0000
parents 759202cf1756
children 97b752b43502
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
759202cf1756 Use automake
thib
parents:
diff changeset
1 noinst_LIBRARIES = libwindow.a
759202cf1756 Use automake
thib
parents:
diff changeset
2 libwindow_a_SOURCES = render.cc event.cc system.cc picture.cc widget.cc \
759202cf1756 Use automake
thib
parents:
diff changeset
3 button.cc menuitem.cc SDL_rotozoom.cc rect.cc \
759202cf1756 Use automake
thib
parents:
diff changeset
4 event.h menuitem.h picture.h rect.h SDL_rotozoom.h \
759202cf1756 Use automake
thib
parents:
diff changeset
5 surface.h system.h widget.h
759202cf1756 Use automake
thib
parents:
diff changeset
6
759202cf1756 Use automake
thib
parents:
diff changeset
7 INCLUDES = @SDL_CFLAGS@
759202cf1756 Use automake
thib
parents:
diff changeset
8
759202cf1756 Use automake
thib
parents:
diff changeset
9 AM_CPPFLAGS = @CFLAGS@ @DEFS@
759202cf1756 Use automake
thib
parents:
diff changeset
10
759202cf1756 Use automake
thib
parents:
diff changeset
11 LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@
759202cf1756 Use automake
thib
parents:
diff changeset
12
759202cf1756 Use automake
thib
parents:
diff changeset
13