Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 3df02d3753ddc953058681e80824852a5c8dbdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

METASOURCES = AUTO
bin_PROGRAMS = osirion
osirion_LDADD = $(top_builddir)/src/game/libgame.la \
	$(top_builddir)/src/gl/libosiriongl.la
osirion_SOURCES = camera.cc camera.h client.cc client.h input.cc input.h \
	main.cc shipdrawer.cc shipdrawer.h stardrawer.cc stardrawer.h video.cc video.h \
	view.cc view.h console.cc console.h



INCLUDES = -I$(top_srcdir)/src
osirion_CFLAGS = $(LIBSDL_CFLAGS)
osirion_LDFLAGS = $(LIBSDL_LIBS)