Last change
on this file since 521 was
512,
checked in by Sam Hocevar, 12 years ago
|
imlib: use vec2i for image::size and unroll all necessary changes
everywhere else in the code.
|
File size:
881 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | noinst_LIBRARIES = libimlib.a |
---|
3 | |
---|
4 | libimlib_a_SOURCES = \ |
---|
5 | filter.cpp filter.h \ |
---|
6 | image.cpp image.h \ |
---|
7 | linked.cpp linked.h \ |
---|
8 | input.cpp input.h \ |
---|
9 | palette.cpp palette.h \ |
---|
10 | include.cpp include.h \ |
---|
11 | fonts.cpp fonts.h \ |
---|
12 | specs.cpp specs.h \ |
---|
13 | supmorph.cpp supmorph.h \ |
---|
14 | pcxread.cpp pcxread.h \ |
---|
15 | timage.cpp timage.h \ |
---|
16 | jrand.cpp jrand.h \ |
---|
17 | keys.cpp keys.h \ |
---|
18 | dprint.cpp dprint.h \ |
---|
19 | status.cpp status.h \ |
---|
20 | readwav.cpp readwav.h \ |
---|
21 | pmenu.cpp pmenu.h \ |
---|
22 | scroller.cpp scroller.h \ |
---|
23 | filesel.cpp filesel.h \ |
---|
24 | tools.cpp tools.h \ |
---|
25 | guistat.cpp guistat.h \ |
---|
26 | sprite.cpp sprite.h \ |
---|
27 | jwindow.cpp jwindow.h \ |
---|
28 | macs.h video.h event.h mouse.h timing.h jdir.h \ |
---|
29 | system.h \ |
---|
30 | $(NULL) |
---|
31 | |
---|
32 | INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(SDL_CFLAGS) |
---|
33 | |
---|
34 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.