Line | |
---|
1 | # $Id$ |
---|
2 | |
---|
3 | EXTRA_DIST = \ |
---|
4 | compview.cpp |
---|
5 | |
---|
6 | MAINTAINERCLEANFILES = \ |
---|
7 | Makefile.in |
---|
8 | |
---|
9 | synfigstudio_src = main.cpp |
---|
10 | |
---|
11 | #include makefile inserts from subdirectories |
---|
12 | include actionmanagers/Makefile_insert |
---|
13 | include cellrenderer/Makefile_insert |
---|
14 | include dialogs/Makefile_insert |
---|
15 | include dials/Makefile_insert |
---|
16 | include docks/Makefile_insert |
---|
17 | include modules/Makefile_insert |
---|
18 | #makefile inserts for modules are included by modules/Makefile_insert |
---|
19 | include states/Makefile_insert |
---|
20 | include trees/Makefile_insert |
---|
21 | include widgets/Makefile_insert |
---|
22 | include workarearenderer/Makefile_insert |
---|
23 | |
---|
24 | DUCKTRANSFORM_HH = \ |
---|
25 | ducktransform_rotate.h \ |
---|
26 | ducktransform_scale.h \ |
---|
27 | ducktransform_translate.h \ |
---|
28 | ducktransform_matrix.h \ |
---|
29 | ducktransform_origin.h \ |
---|
30 | duck.h |
---|
31 | |
---|
32 | DUCKTRANSFORM_CC = \ |
---|
33 | duck.cpp |
---|
34 | |
---|
35 | EVENTS_HH = \ |
---|
36 | event_keyboard.h \ |
---|
37 | event_layerclick.h \ |
---|
38 | event_mouse.h |
---|
39 | |
---|
40 | OTHER_HH = \ |
---|
41 | compview.h \ |
---|
42 | eventkey.h \ |
---|
43 | smach.h \ |
---|
44 | adjust_window.h \ |
---|
45 | app.h \ |
---|
46 | asyncrenderer.h \ |
---|
47 | audiocontainer.h \ |
---|
48 | autorecover.h \ |
---|
49 | canvasview.h \ |
---|
50 | devicetracker.h \ |
---|
51 | dialogsettings.h \ |
---|
52 | duckmatic.h \ |
---|
53 | general.h \ |
---|
54 | iconcontroller.h \ |
---|
55 | instance.h \ |
---|
56 | ipc.h \ |
---|
57 | keymapsettings.h \ |
---|
58 | onemoment.h \ |
---|
59 | preview.h \ |
---|
60 | renddesc.h \ |
---|
61 | render.h \ |
---|
62 | splash.h \ |
---|
63 | statemanager.h \ |
---|
64 | valuelink.h \ |
---|
65 | workarea.h \ |
---|
66 | main_win32.h \ |
---|
67 | mainwindow.h |
---|
68 | |
---|
69 | OTHER_CC = \ |
---|
70 | adjust_window.cpp \ |
---|
71 | app.cpp \ |
---|
72 | asyncrenderer.cpp \ |
---|
73 | audiocontainer.cpp \ |
---|
74 | autorecover.cpp \ |
---|
75 | canvasview.cpp \ |
---|
76 | devicetracker.cpp \ |
---|
77 | dialogsettings.cpp \ |
---|
78 | duckmatic.cpp \ |
---|
79 | iconcontroller.cpp \ |
---|
80 | instance.cpp \ |
---|
81 | ipc.cpp \ |
---|
82 | keymapsettings.cpp \ |
---|
83 | onemoment.cpp \ |
---|
84 | preview.cpp \ |
---|
85 | renddesc.cpp \ |
---|
86 | render.cpp \ |
---|
87 | splash.cpp \ |
---|
88 | statemanager.cpp \ |
---|
89 | valuelink.cpp \ |
---|
90 | workarea.cpp \ |
---|
91 | main_win32.cpp \ |
---|
92 | mainwindow.cpp |
---|
93 | |
---|
94 | AM_CPPFLAGS = \ |
---|
95 | -I$(top_srcdir)/src |
---|
96 | |
---|
97 | bin_PROGRAMS = synfigstudio |
---|
98 | |
---|
99 | synfigstudio_SOURCES = \ |
---|
100 | $(synfigstudio_src) \ |
---|
101 | $(DUCKTRANSFORM_HH) \ |
---|
102 | $(DUCKTRANSFORM_CC) \ |
---|
103 | $(EVENTS_HH) \ |
---|
104 | $(OTHER_HH) \ |
---|
105 | $(OTHER_CC) |
---|
106 | |
---|
107 | |
---|
108 | |
---|
109 | synfigstudio_LDADD = \ |
---|
110 | ../synfigapp/libsynfigapp.la \ |
---|
111 | @SYNFIG_LIBS@ \ |
---|
112 | @GTKMM_LIBS@ \ |
---|
113 | @FMOD_LIBS@ \ |
---|
114 | @JACK_LIBS@ |
---|
115 | |
---|
116 | synfigstudio_LDFLAGS = \ |
---|
117 | -dlopen self |
---|
118 | |
---|
119 | synfigstudio_CXXFLAGS = \ |
---|
120 | @SYNFIG_CFLAGS@ \ |
---|
121 | @GTKMM_CFLAGS@ \ |
---|
122 | @JACK_CFLAGS@ \ |
---|
123 | -DIMAGE_DIR=\"$(imagedir)\" \ |
---|
124 | -DIMAGE_EXT=\"$(imageext)\" \ |
---|
125 | -DPLUGIN_DIR=\"$(plugindir)\" \ |
---|
126 | -DLOCALEDIR=\"${LOCALEDIR}\" |
---|
Note: See
TracBrowser
for help on using the repository browser.