Last change
on this file since 509 was
509,
checked in by Sam Hocevar, 11 years ago
|
core: import matrix.h from the Lol Engine. It's going to be useful.
|
File size:
1.7 KB
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | |
---|
3 | SUBDIRS = lisp net imlib sdlport |
---|
4 | |
---|
5 | bin_PROGRAMS = abuse |
---|
6 | |
---|
7 | abuse_SOURCES = \ |
---|
8 | common.h \ |
---|
9 | \ |
---|
10 | lol/matrix.cpp lol/matrix.h \ |
---|
11 | \ |
---|
12 | specache.cpp specache.h \ |
---|
13 | netcfg.cpp netcfg.h \ |
---|
14 | innet.cpp \ |
---|
15 | chat.cpp chat.h \ |
---|
16 | endgame.cpp \ |
---|
17 | loadgame.cpp loadgame.h \ |
---|
18 | profile.cpp profile.h \ |
---|
19 | cop.cpp cop.h \ |
---|
20 | statbar.cpp \ |
---|
21 | compiled.cpp compiled.h \ |
---|
22 | ant.cpp ant.h \ |
---|
23 | sensor.cpp \ |
---|
24 | demo.cpp demo.h \ |
---|
25 | lcache.cpp lcache.h \ |
---|
26 | nfclient.cpp nfclient.h \ |
---|
27 | username.cpp \ |
---|
28 | clisp.cpp clisp.h \ |
---|
29 | gui.cpp gui.h \ |
---|
30 | transp.cpp transp.h \ |
---|
31 | collide.cpp \ |
---|
32 | property.cpp property.h \ |
---|
33 | cache.cpp cache.h \ |
---|
34 | particle.cpp particle.h \ |
---|
35 | objects.cpp objects.h \ |
---|
36 | extend.cpp extend.h \ |
---|
37 | console.cpp console.h \ |
---|
38 | ability.cpp ability.h \ |
---|
39 | items.cpp items.h \ |
---|
40 | dev.cpp dev.h \ |
---|
41 | chars.cpp chars.h \ |
---|
42 | level.cpp level.h \ |
---|
43 | smallfnt.cpp \ |
---|
44 | automap.cpp automap.h \ |
---|
45 | help.cpp help.h \ |
---|
46 | intsect.cpp intsect.h \ |
---|
47 | loader2.cpp loader2.h \ |
---|
48 | seq.cpp seq.h \ |
---|
49 | points.cpp points.h \ |
---|
50 | fnt6x13.cpp \ |
---|
51 | morpher.cpp morpher.h \ |
---|
52 | menu.cpp menu.h \ |
---|
53 | director.cpp director.h \ |
---|
54 | view.cpp view.h \ |
---|
55 | configuration.cpp configuration.h \ |
---|
56 | game.cpp game.h \ |
---|
57 | light.cpp light.h \ |
---|
58 | devsel.cpp devsel.h \ |
---|
59 | crc.cpp crc.h \ |
---|
60 | gamma.cpp gamma.h \ |
---|
61 | id.h netface.h isllist.h sbar.h \ |
---|
62 | nfserver.h exitproc.h \ |
---|
63 | \ |
---|
64 | ui/volumewindow.cpp volumewindow.h \ |
---|
65 | $(NULL) |
---|
66 | |
---|
67 | EXTRALIBS = lisp/liblisp.a sdlport/libsdlport.a imlib/libimlib.a net/libnet.a |
---|
68 | abuse_LDADD = $(EXTRALIBS) |
---|
69 | abuse_DEPENDENCIES = $(EXTRALIBS) |
---|
70 | |
---|
71 | INCLUDES = -I$(srcdir) -I $(srcdir)/lisp -I$(srcdir)/imlib \ |
---|
72 | -I$(srcdir)/net $(SDL_CFLAGS) |
---|
73 | |
---|
74 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.