1 ## Construo - A wire-frame construction game
2 ## Copyright (C) 2002 Ingo Ruhnke <grumbel@gmx.de>
4 ## This program is free software; you can redistribute it and/or
5 ## modify it under the terms of the GNU General Public License
6 ## as published by the Free Software Foundation; either version 2
7 ## of the License, or (at your option) any later version.
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 ## GNU General Public License for more details.
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program; if not, write to the Free Software
16 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 bin_PROGRAMS = @ConstruoTargets@
24 EXTRA_PROGRAMS = construo.x11 construo.glut construo.freeglut
26 noinst_LIBRARIES = libconstruo.a
28 libconstruo_a_SOURCES = \
46 cursor_collider_mask.xbm \
48 cursor_insert_mask.xbm \
50 cursor_scroll_mask.xbm \
52 cursor_select_mask.xbm \
54 cursor_zoom_mask.xbm \
64 gui_child_manager.cxx \
65 gui_child_manager.hxx \
70 gui_directory_button.cxx \
71 gui_directory_button.hxx \
74 gui_file_manager.cxx \
75 gui_file_manager.hxx \
80 gui_new_file_button.cxx \
81 gui_new_file_button.hxx \
96 load_gui_manager.cxx \
97 load_gui_manager.hxx \
101 particle_factory.cxx \
102 particle_factory.hxx \
108 root_graphic_context.cxx \
109 root_graphic_context.hxx \
110 save_gui_manager.cxx \
111 save_gui_manager.hxx \
133 world_gui_manager.cxx \
134 world_gui_manager.hxx \
135 worldview_collider_tool.cxx \
136 worldview_collider_tool.hxx \
137 worldview_component.cxx \
138 worldview_component.hxx \
139 worldview_insert_tool.cxx \
140 worldview_insert_tool.hxx \
141 worldview_select_tool.cxx \
142 worldview_select_tool.hxx \
145 worldview_zoom_tool.cxx \
146 worldview_zoom_tool.hxx \
147 zoom_graphic_context.cxx \
148 zoom_graphic_context.hxx
150 construo_x11_SOURCES = construo_main.cxx construo_main.hxx x11_display.hxx x11_display.cxx
151 construo_x11_LDADD = libconstruo.a @x11_LIBS@
152 construo_x11_CXXFLAGS = -DUSE_X11_DISPLAY @x11_CXXFLAGS@
154 construo_glut_SOURCES = construo_main.cxx construo_main.hxx glut_display.hxx glut_display.cxx
155 construo_glut_LDADD = libconstruo.a @glut_LIBS@
156 construo_glut_CXXFLAGS = -DUSE_GLUT_DISPLAY -DHAVE_GLUT
158 construo_freeglut_SOURCES = construo_main.cxx construo_main.hxx glut_display.hxx glut_display.cxx
159 construo_freeglut_LDADD = libconstruo.a @freeglut_LIBS@
160 construo_freeglut_CXXFLAGS = -DUSE_GLUT_DISPLAY -DHAVE_FREEGLUT
162 # pkgdatadir = $(datadir)/@PACKAGE@
163 EXTRA_DIST = TODO INSTALL.configure xml2sexpr.sh compatlib/sstream