comparison window/Makefile.am @ 56:c7bcc0ec2267

* replaced Grp and Text classes by the TextImpl and GrpImpl ones * splitted scn2k.h into smaller header files * moved some definitions from scn2k_*.cc to the header files * moved opcode implementation to scn2k_*impl.cc
author thib
date Thu, 30 Apr 2009 19:05:09 +0000
parents 97b752b43502
children
comparison
equal deleted inserted replaced
55:f1a27ee7e03c 56:c7bcc0ec2267
1 noinst_LIBRARIES = libwindow.a 1 noinst_LIBRARIES = libwindow.a
2 libwindow_a_SOURCES = render.cc event.cc system.cc picture.cc widget.cc \ 2 libwindow_a_SOURCES = render.cc event.cc system.cc picture.cc widget.cc \
3 button.cc menuitem.cc rect.cc \ 3 button.cc menuitem.cc rect.cc \
4 event.h menuitem.h picture.h rect.h \ 4 event.h menuitem.h picture.h rect.h render.h \
5 surface.h system.h widget.h 5 surface.h system.h widget.h
6 6
7 INCLUDES = @SDL_CFLAGS@ 7 INCLUDES = @SDL_CFLAGS@
8 8
9 AM_CPPFLAGS = @CFLAGS@ @DEFS@ 9 AM_CPPFLAGS = @CFLAGS@ @DEFS@