Mercurial > otakunoraifu
view window/Makefile.am @ 22:759202cf1756
Use automake
author | thib |
---|---|
date | Sat, 01 Nov 2008 21:14:12 +0000 |
parents | |
children | 97b752b43502 |
line wrap: on
line source
noinst_LIBRARIES = libwindow.a libwindow_a_SOURCES = render.cc event.cc system.cc picture.cc widget.cc \ button.cc menuitem.cc SDL_rotozoom.cc rect.cc \ event.h menuitem.h picture.h rect.h SDL_rotozoom.h \ surface.h system.h widget.h INCLUDES = @SDL_CFLAGS@ AM_CPPFLAGS = @CFLAGS@ @DEFS@ LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@