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

« back to all changes in this revision

Viewing changes to src/editor/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:
17
17
 
18
18
noinst_LIBRARIES = libpingus_editor.a
19
19
 
20
 
EXTRA_DIST = EditorObjGroupData.hh EditorObjGroupData.cc
21
 
 
22
20
libpingus_editor_a_SOURCES = \
23
 
     Editor.cc            \
24
 
     Editor.hh            \
25
 
     EditorEvent.hh       \
26
 
     EditorEvent.cc       \
27
 
     EditorObj.cc         \
28
 
     EditorObj.hh         \
29
 
     RectEditorObj.cc     \
30
 
     RectEditorObj.hh     \
31
 
     SpriteEditorObj.cc   \
32
 
     SpriteEditorObj.hh   \
33
 
     EditorObjGroup.cc    \
34
 
     EditorObjGroup.hh    \
35
 
     EditorGroundpieceObj.cc \
36
 
     EditorGroundpieceObj.hh \
37
 
     PLFObj.cc            \
38
 
     PLFObj.hh            \
39
 
     StatusLine.cc        \
40
 
     StatusLine.hh        \
41
 
     ObjectSelector.cc    \
42
 
     ObjectSelector.hh    \
43
 
     Panel.cc             \
44
 
     Panel.hh             \
45
 
     ObjectManager.cc     \
46
 
     ObjectManager.hh     \
47
 
     PanelIcons.hh        \
48
 
     PanelIcons.cc        \
49
 
     StringReader.cc      \
50
 
     StringReader.hh      \
51
 
     SurfaceSelector.cc   \
52
 
     SurfaceSelector.hh   \
53
 
     StartPos.cc          \
54
 
     StartPos.hh          \
55
 
     WeatherObj.cc        \
56
 
     WeatherObj.hh        \
57
 
     ScrollMap.hh         \
58
 
     ScrollMap.cc         \
59
 
     ThumbCache.cc        \
60
 
     ThumbCache.hh        \
61
 
     EditorView.hh        \
62
 
     EditorView.cc        \
63
 
     EditorHelpScreen.hh  \
64
 
     EditorHelpScreen.cc
 
21
        action_window.cxx action_window.hxx \
 
22
        editor_event.cxx editor_event.hxx \
 
23
        editor_help_screen.cxx editor_help_screen.hxx \
 
24
        editor.cxx editor.hxx \
 
25
        editorobj_group.cxx editorobj_group.hxx \
 
26
        editorobj.cxx editorobj.hxx \
 
27
        editorobj_mgr.hxx \
 
28
        editor_view.cxx editor_view.hxx \
 
29
        generic_property_frame.cxx generic_property_frame.hxx \
 
30
        level_property_window.cxx level_property_window.hxx \
 
31
        level_resizer.hxx level_resizer.cxx \
 
32
        object_manager.cxx object_manager.hxx \
 
33
        object_selector.cxx object_selector.hxx \
 
34
        object_selector_window.hxx object_selector_window.cxx \
 
35
        panel.cxx panel.hxx \
 
36
        panel_icons.cxx panel_icons.hxx \
 
37
        property_frame.cxx property_frame.hxx \
 
38
        property_window.cxx property_window.hxx \
 
39
        rect_editorobj.cxx rect_editorobj.hxx \
 
40
        scroll_map.cxx scroll_map.hxx \
 
41
        selection.cxx selection.hxx \
 
42
        sprite_editorobj.cxx sprite_editorobj.hxx \
 
43
        start_pos.cxx start_pos.hxx \
 
44
        status_line.cxx status_line.hxx \
 
45
        string_reader.cxx string_reader.hxx \
 
46
        surface_selector.cxx surface_selector.hxx \
 
47
        thumb_cache.cxx thumb_cache.hxx \
 
48
        weather_obj.cxx weather_obj.hxx
65
49
 
66
 
# EOF #
 
 
b'\\ No newline at end of file'
 
50
# EOF #