~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Gui/Icons/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
ImportĀ upstreamĀ versionĀ 0.8.2237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES=libIcons.la
 
2
 
 
3
BUILT_SOURCES=\
 
4
                qrc_resource.cpp
 
5
 
 
6
nodist_libIcons_la_SOURCES=\
 
7
                qrc_resource.cpp
 
8
 
 
9
EXTRA_DIST = \
 
10
                ClassBrowser/const_member.png \
 
11
                ClassBrowser/member.png \
 
12
                ClassBrowser/method.png \
 
13
                ClassBrowser/property.png \
 
14
                ClassBrowser/type_class.png \
 
15
                ClassBrowser/type_enum.png \
 
16
                ClassBrowser/type_module.png \
 
17
                BmpFactoryIcons.cpp \
 
18
                background.xpm \
 
19
                bulb.xpm \
 
20
                button_down.xpm \
 
21
                button_left.xpm \
 
22
                button_right.xpm \
 
23
                button_up.xpm \
 
24
                Document.xpm \
 
25
                FCIcon.xpm \
 
26
                Feature.xpm \
 
27
                SplashScreen.xpm \
 
28
                images.cpp \
 
29
                ParamDlgImgs.h \
 
30
                macro-execute.svg \
 
31
                macro-record.svg \
 
32
                macro-stop.svg \
 
33
                preferences-display.svg \
 
34
                preferences-general.svg \
 
35
                Std_ViewScreenShot.svg \
 
36
                utilities-terminal.svg \
 
37
                document-new.svg \
 
38
                document-open.svg \
 
39
                document-save.svg \
 
40
                document-save-as.svg \
 
41
                document-print.svg \
 
42
                document-properties.svg \
 
43
                system-log-out.svg \
 
44
                edit_Cancel.svg \
 
45
                edit_OK.svg \
 
46
                edit-copy.svg \
 
47
                edit-cut.svg \
 
48
                edit-delete.svg \
 
49
                edit-paste.svg \
 
50
                edit-select-all.svg \
 
51
                edit-redo.svg \
 
52
                edit-undo.svg \
 
53
                preferences-system.svg \
 
54
                window-new.svg \
 
55
                camera-photo.svg \
 
56
                applications-accessories.svg \
 
57
                accessories-text-editor.svg \
 
58
                help-browser.svg \
 
59
                view-refresh.svg \
 
60
                view-fullscreen.svg \
 
61
                view-axometric.svg \
 
62
                view-bottom.svg \
 
63
                view-front.svg \
 
64
                view-left.svg \
 
65
                view-rear.svg \
 
66
                view-right.svg \
 
67
                view-top.svg \
 
68
                view-zoom-all.svg \
 
69
                view-zoom-border.svg \
 
70
                view-zoom-fit.svg \
 
71
                view-zoom-in.svg \
 
72
                view-zoom-out.svg \
 
73
                view-zoom-selection.svg \
 
74
                resource.qrc
 
75
 
 
76
data_DATA = FCIcon.xpm
 
77
 
 
78
# rules for Qt Resource Compiler:
 
79
qrc_%.cpp: %.qrc
 
80
        $(QT_RCC) -name $(*F) $< -o $(@F)
 
81
 
 
82
 
 
83
# set the include path found by configure
 
84
INCLUDES= $(all_includes) -I$(top_srcdir)/src -I$(top_builddir)/src $(QT_CXXFLAGS)
 
85
 
 
86
CLEANFILES = $(BUILT_SOURCES)