source: abuse/trunk/src/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: 1.7 KB
RevLine 
[2]1## Process this file with automake to produce Makefile.in
2
[62]3SUBDIRS = lisp net imlib sdlport
[2]4
[42]5bin_PROGRAMS = abuse
[2]6
[66]7abuse_SOURCES = \
[481]8    specache.cpp specache.h \
9    netcfg.cpp netcfg.h \
[66]10    innet.cpp \
[481]11    chat.cpp chat.h \
[66]12    endgame.cpp \
[481]13    loadgame.cpp loadgame.h \
14    profile.cpp profile.h \
15    cop.cpp cop.h \
[66]16    statbar.cpp \
[481]17    compiled.cpp compiled.h \
18    ant.cpp ant.h \
[66]19    sensor.cpp \
[481]20    demo.cpp demo.h \
21    lcache.cpp lcache.h \
22    nfclient.cpp nfclient.h \
[66]23    username.cpp \
[481]24    clisp.cpp clisp.h \
25    gui.cpp gui.h \
26    transp.cpp transp.h \
[66]27    collide.cpp \
[481]28    property.cpp property.h \
29    cache.cpp cache.h \
30    particle.cpp particle.h \
31    objects.cpp objects.h \
32    extend.cpp extend.h \
33    console.cpp console.h \
34    ability.cpp ability.h \
35    items.cpp items.h \
36    dev.cpp dev.h \
37    chars.cpp chars.h \
38    level.cpp level.h \
[66]39    smallfnt.cpp \
[481]40    automap.cpp automap.h \
41    help.cpp help.h \
42    intsect.cpp intsect.h \
43    loader2.cpp loader2.h \
44    seq.cpp seq.h \
45    points.cpp points.h \
[66]46    fnt6x13.cpp \
[481]47    morpher.cpp morpher.h \
48    menu.cpp menu.h \
49    director.cpp director.h \
50    view.cpp view.h \
51    configuration.cpp configuration.h \
52    game.cpp game.h \
53    light.cpp light.h \
54    devsel.cpp devsel.h \
55    crc.cpp crc.h \
56    gamma.cpp gamma.h \
57    bus_type.h id.h netface.h isllist.h sbar.h \
58    nfserver.h exitproc.h \
[118]59    \
[481]60    ui/volumewindow.cpp volumewindow.h \
[66]61    $(NULL)
[2]62
[62]63EXTRALIBS = lisp/liblisp.a sdlport/libsdlport.a imlib/libimlib.a net/libnet.a
64abuse_LDADD = $(EXTRALIBS)
65abuse_DEPENDENCIES = $(EXTRALIBS)
[2]66
[62]67INCLUDES = -I$(srcdir) -I $(srcdir)/lisp -I$(srcdir)/imlib \
68           -I$(srcdir)/net $(SDL_CFLAGS)
[2]69
[130]70CPPFLAGS = @CPPFLAGS@ -DNO_CHECK
Note: See TracBrowser for help on using the repository browser.