source: abuse/trunk/src/Makefile.am @ 504

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

lisp: always align the lisp allocator results, even on x86 or architectures
that have hardware realignment. Get rid of now useless bus_type.h.

File size: 1.7 KB
Line 
1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = lisp net imlib sdlport
4
5bin_PROGRAMS = abuse
6
7abuse_SOURCES = \
8    specache.cpp specache.h \
9    netcfg.cpp netcfg.h \
10    innet.cpp \
11    chat.cpp chat.h \
12    endgame.cpp \
13    loadgame.cpp loadgame.h \
14    profile.cpp profile.h \
15    cop.cpp cop.h \
16    statbar.cpp \
17    compiled.cpp compiled.h \
18    ant.cpp ant.h \
19    sensor.cpp \
20    demo.cpp demo.h \
21    lcache.cpp lcache.h \
22    nfclient.cpp nfclient.h \
23    username.cpp \
24    clisp.cpp clisp.h \
25    gui.cpp gui.h \
26    transp.cpp transp.h \
27    collide.cpp \
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 \
39    smallfnt.cpp \
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 \
46    fnt6x13.cpp \
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    id.h netface.h isllist.h sbar.h \
58    nfserver.h exitproc.h \
59    \
60    ui/volumewindow.cpp volumewindow.h \
61    $(NULL)
62
63EXTRALIBS = lisp/liblisp.a sdlport/libsdlport.a imlib/libimlib.a net/libnet.a
64abuse_LDADD = $(EXTRALIBS)
65abuse_DEPENDENCIES = $(EXTRALIBS)
66
67INCLUDES = -I$(srcdir) -I $(srcdir)/lisp -I$(srcdir)/imlib \
68           -I$(srcdir)/net $(SDL_CFLAGS)
69
70CPPFLAGS = @CPPFLAGS@ -DNO_CHECK
Note: See TracBrowser for help on using the repository browser.