~ubuntu-branches/ubuntu/karmic/photoprint/karmic

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Milan Zamazal
  • Date: 2007-05-01 16:32:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501163213-ni1933khtg9fdvn5
Tags: 0.3.5-2
Move to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile.am
2
2
# RL 28/11/04
3
3
 
4
 
SUBDIRS = support imagesource stpui_widgets stp_support pixbufthumbnail splashscreen profilemanager
5
 
 
6
 
AM_CXXFLAGS = -Wall -I./support/ -I./imagesource/ -I./splashscreen -I./profilemanager $(GTK2_CFLAGS)
 
4
SUBDIRS = po support imagesource stpui_widgets stp_support pixbufthumbnail splashscreen profilemanager effects
 
5
 
 
6
localedir=$(datadir)/locale
 
7
 
 
8
AM_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\" -Wall -I./support/ -I./imagesource/ -I./splashscreen -I./profilemanager -I./effects $(GTK2_CFLAGS)
7
9
 
8
10
bin_PROGRAMS = photoprint
9
11
 
30
32
        pp_cms.h                \
31
33
        pp_mainwindow.cpp       \
32
34
        pp_mainwindow.h         \
33
 
        pp_menu.cpp             \
34
 
        pp_menu.h               \
 
35
        pp_menu_file.cpp        \
 
36
        pp_menu_file.h  \
 
37
        pp_menu_edit.cpp        \
 
38
        pp_menu_edit.h  \
 
39
        pp_menu_layout.cpp      \
 
40
        pp_menu_layout.h        \
 
41
        pp_menu_image.cpp       \
 
42
        pp_menu_image.h \
 
43
        pp_menu_options.cpp     \
 
44
        pp_menu_options.h       \
 
45
        pp_menu_help.cpp        \
 
46
        pp_menu_help.h  \
35
47
        pp_layout_carousel.cpp  \
36
48
        pp_layout_carousel.h    \
37
49
        pp_layout_carousel_pageview.cpp         \
65
77
        printoutput.cpp         \
66
78
        printoutput.h           \
67
79
        util.cpp                \
68
 
        util.h
 
80
        util.h  \
 
81
        gettext.h
69
82
 
70
83
photoprint_LDADD = \
71
 
        imagesource/libimagesource.la   \
72
 
        support/libsupport.la   \
73
 
        profilemanager/libprofilemanager.la     \
74
 
        stpui_widgets/libstpui_widgets.la       \
75
 
        stp_support/libstp_support.la \
76
 
        pixbufthumbnail/libpixbufthumbnail.la   \
77
 
        splashscreen/libsplashscreen.la \
78
 
        $(LIBM_LIBS) $(GETOPT_LIBS) $(JPEG_LIBS) $(PNM_LIBS) $(TIFF_LIBS) $(LCMS_LIBS) $(GP_LIBS) $(GTK2_LIBS)
 
84
        effects/libppeffects.la \
 
85
        imagesource/libimagesource.la   \
 
86
        support/libsupport.la   \
 
87
        profilemanager/libprofilemanager.la     \
 
88
        stpui_widgets/libstpui_widgets.la       \
 
89
        stp_support/libstp_support.la \
 
90
        pixbufthumbnail/libpixbufthumbnail.la   \
 
91
        splashscreen/libsplashscreen.la \
 
92
        $(LIBINTL) $(LIBM_LIBS) $(GETOPT_LIBS) $(JPEG_LIBS) $(PNM_LIBS) $(TIFF_LIBS) $(LCMS_LIBS) $(GP_LIBS) $(GTK2_LIBS)
 
93
 
 
94
check_PROGRAMS = menucheck
 
95
 
 
96
menucheck_SOURCES = menucheck.cpp
 
97
 
 
98
menucheck_LDADD = \
 
99
        effects/libppeffects.la \
 
100
        imagesource/libimagesource.la   \
 
101
        support/libsupport.la   \
 
102
        profilemanager/libprofilemanager.la     \
 
103
        stpui_widgets/libstpui_widgets.la       \
 
104
        stp_support/libstp_support.la \
 
105
        pixbufthumbnail/libpixbufthumbnail.la   \
 
106
        splashscreen/libsplashscreen.la \
 
107
        $(LIBINTL) $(LIBM_LIBS) $(GETOPT_LIBS) $(JPEG_LIBS) $(PNM_LIBS) $(TIFF_LIBS) $(LCMS_LIBS) $(GP_LIBS) $(GTK2_LIBS)
79
108
 
80
109
 
81
110
imagesource/libimagesource.la:
102
131
        cd pixbufthumbnail
103
132
        $(MAKE) libpixbufthumbnail.la
104
133
 
 
134
effects/libppeffects.la:
 
135
        cd effects
 
136
        $(MAKE) libppeffects.la
 
137
 
105
138
splashscreen/libsplashscreen.la:
106
139
        cd splashscreen
107
140
        $(MAKE) libsplashscreen.la
108
141
 
109
 
EXTRA_DIST = COPYING README TODO photoprint.1
 
142
 
 
143
desktopdir = $(datadir)/applications
 
144
desktop_DATA = fotoprint.desktop
 
145
 
 
146
icondir = $(datadir)/icons/hicolor/48x48/apps/
 
147
icon_DATA = fotoprint.png
 
148
 
 
149
 
 
150
EXTRA_DIST = scripts/config.rpath scripts/mkinstalldirs m4/ChangeLog \
 
151
        COPYING README TODO photoprint.1 fotoprint.desktop fotoprint.png
 
152
 
 
153
ACLOCAL_AMFLAGS = -I m4