You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
361 B
14 lines
361 B
CXX = @CXX@
|
|
|
|
SDL_LIBS = @SDL_LIBS@
|
|
SDL_CFLAGS = @SDL_CFLAGS@
|
|
GL_LIBS = @GL_LIBS@
|
|
OPT_LIBS = @OPT_LIBS@
|
|
|
|
CFLAGS = -Wall -I../libgfx/include/ $(SDL_CFLAGS) @CFLAGS@
|
|
LIBS = ../libgfx/src/libgfx.a $(GL_LIBS) $(SDL_LIBS) $(OPT_LIBS) @LIBS@
|
|
|
|
OBJECTS = arrow.o bait.o firefly.o scene.o tail.o utils.o modes.o @OPT_OBJS@
|
|
PROGRAM = @PROGRAM@
|
|
VERSION = @PACKAGE_VERSION@
|