source: abuse/trunk/src/imlib/Makefile.am @ 481

Last change on this file since 481 was 481, checked in by Sam Hocevar, 12 years ago

Fuck the history, I'm renaming all .hpp files to .h for my own sanity.

File size: 873 bytes
RevLine 
[2]1## Process this file with automake to produce Makefile.in
2noinst_LIBRARIES = libimlib.a
3
[66]4libimlib_a_SOURCES = \
[481]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    main.h macs.h video.h event.h mouse.h timing.h jdir.h \
[134]29    system.h \
[66]30    $(NULL)
[2]31
[104]32INCLUDES = -I$(srcdir) $(SDL_CFLAGS)
[2]33
[130]34CPPFLAGS = @CPPFLAGS@ -DNO_CHECK
Note: See TracBrowser for help on using the repository browser.