Last change
on this file since 585 was
585,
checked in by Sam Hocevar, 12 years ago
|
tool: compute and display SPEC item CRCs.
|
File size:
1.9 KB
|
Rev | Line | |
---|
[2] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | |
---|
[62] | 3 | SUBDIRS = lisp net imlib sdlport |
---|
[2] | 4 | |
---|
[540] | 5 | bin_PROGRAMS = abuse abuse-tool |
---|
[2] | 6 | |
---|
[66] | 7 | abuse_SOURCES = \ |
---|
[509] | 8 | common.h \ |
---|
| 9 | \ |
---|
| 10 | lol/matrix.cpp lol/matrix.h \ |
---|
[574] | 11 | lol/timer.cpp lol/timer.h \ |
---|
[509] | 12 | \ |
---|
[481] | 13 | specache.cpp specache.h \ |
---|
| 14 | netcfg.cpp netcfg.h \ |
---|
[66] | 15 | innet.cpp \ |
---|
[481] | 16 | chat.cpp chat.h \ |
---|
[66] | 17 | endgame.cpp \ |
---|
[481] | 18 | loadgame.cpp loadgame.h \ |
---|
| 19 | profile.cpp profile.h \ |
---|
| 20 | cop.cpp cop.h \ |
---|
[66] | 21 | statbar.cpp \ |
---|
[481] | 22 | compiled.cpp compiled.h \ |
---|
| 23 | ant.cpp ant.h \ |
---|
[66] | 24 | sensor.cpp \ |
---|
[481] | 25 | demo.cpp demo.h \ |
---|
| 26 | lcache.cpp lcache.h \ |
---|
| 27 | nfclient.cpp nfclient.h \ |
---|
| 28 | clisp.cpp clisp.h \ |
---|
| 29 | gui.cpp gui.h \ |
---|
| 30 | transp.cpp transp.h \ |
---|
[66] | 31 | collide.cpp \ |
---|
[481] | 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 \ |
---|
[66] | 43 | smallfnt.cpp \ |
---|
[481] | 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 \ |
---|
[66] | 50 | fnt6x13.cpp \ |
---|
[481] | 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 \ |
---|
[504] | 61 | id.h netface.h isllist.h sbar.h \ |
---|
[481] | 62 | nfserver.h exitproc.h \ |
---|
[118] | 63 | \ |
---|
[481] | 64 | ui/volumewindow.cpp volumewindow.h \ |
---|
[66] | 65 | $(NULL) |
---|
[2] | 66 | |
---|
[62] | 67 | EXTRALIBS = lisp/liblisp.a sdlport/libsdlport.a imlib/libimlib.a net/libnet.a |
---|
| 68 | abuse_LDADD = $(EXTRALIBS) |
---|
| 69 | abuse_DEPENDENCIES = $(EXTRALIBS) |
---|
[2] | 70 | |
---|
[540] | 71 | abuse_tool_SOURCES = \ |
---|
[585] | 72 | tool/abuse-tool.cpp \ |
---|
| 73 | crc.cpp crc.h |
---|
[540] | 74 | abuse_tool_LDADD = imlib/libimlib.a |
---|
| 75 | abuse_tool_DEPENDENCIES = $(abuse_tool_LDADD) |
---|
| 76 | |
---|
[62] | 77 | INCLUDES = -I$(srcdir) -I $(srcdir)/lisp -I$(srcdir)/imlib \ |
---|
| 78 | -I$(srcdir)/net $(SDL_CFLAGS) |
---|
[2] | 79 | |
---|
[130] | 80 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.