~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to src/editorobjs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Goulais
  • Date: 2004-08-09 10:26:00 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040809102600-lg2q9lfars0q1p42
Tags: 0.6.0-8
Applied patch from Andreas Jochens (Closes: #263992)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Pingus - A free Lemmings clone
 
2
# Copyright (C) 1999 Ingo Ruhnke <grumbel@gmx.de>
 
3
#
 
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.
 
8
#
 
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.
 
13
#
 
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.
 
17
 
 
18
noinst_LIBRARIES = libpingus_editorobjs.a
 
19
 
 
20
libpingus_editorobjs_a_SOURCES = \
 
21
        bumper_obj.cxx                  bumper_obj.hxx \
 
22
        conveyor_belt_obj.cxx           conveyor_belt_obj.hxx \
 
23
        entrance_obj.cxx                entrance_obj.hxx \
 
24
        exit_obj.cxx                    exit_obj.hxx \
 
25
        fake_exit_obj.cxx               fake_exit_obj.hxx \
 
26
        guillotine_obj.cxx              guillotine_obj.hxx \
 
27
        groundpiece_obj.cxx             groundpiece_obj.hxx \
 
28
        hammer_obj.cxx                  hammer_obj.hxx \
 
29
        hotspot_obj.cxx                 hotspot_obj.hxx \
 
30
        ice_block_obj.cxx               ice_block_obj.hxx \
 
31
        info_box_obj.cxx                info_box_obj.hxx \
 
32
        laser_exit_obj.cxx              laser_exit_obj.hxx \
 
33
        liquid_obj.cxx                  liquid_obj.hxx \
 
34
        prefab_obj.hxx                  prefab_obj.cxx \
 
35
        smasher_obj.cxx                 smasher_obj.hxx \
 
36
        solid_color_background_obj.cxx  solid_color_background_obj.hxx \
 
37
        spike_obj.cxx                   spike_obj.hxx \
 
38
        starfield_background_obj.cxx    starfield_background_obj.hxx \
 
39
        surface_background_obj.cxx      surface_background_obj.hxx \
 
40
        switch_door_obj.cxx             switch_door_obj.hxx \
 
41
        switch_door_switch_obj.cxx      switch_door_switch_obj.hxx \
 
42
        teleporter_obj.cxx              teleporter_obj.hxx \
 
43
        teleporter_target_obj.cxx       teleporter_target_obj.hxx \
 
44
        thunderstorm_background_obj.cxx thunderstorm_background_obj.hxx
 
45
 
 
46
# EOF #
 
 
b'\\ No newline at end of file'