~ubuntu-branches/ubuntu/trusty/glade-3/trusty-updates

« back to all changes in this revision

Viewing changes to .pc/05_rename_binaries_to_gtk2.patch/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-10-06 12:54:24 UTC
  • Revision ID: james.westby@ubuntu.com-20111006125424-d7j4y92o0pnmpg11
Tags: 3.8.0-0ubuntu3
* Add glade-gtk2 package to be able to create/edit gtk2 ui
  (like with Quickly):
  - rename debian/glade-3.1 to debian/glade-gtk2.1
  - rename old glade package to glade-gtk2 (modify all install files, don't
    ship a glade link to glade-gtk2)
  - some tweaks in debian/rules to keep translations and co-installable help
    files
  - readd glade-gnome package as needed by glade-gtk2
  - add 05_rename_binaries_to_gtk2.patch to rename the binary and run
    autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
bin_PROGRAMS = glade-3
 
4
 
 
5
glade_3_CPPFLAGS = \
 
6
        -I$(top_srcdir)    \
 
7
        -I$(top_builddir)  \
 
8
        -DGLADE_GNOMEHELPDIR="\"$(HELP_DIR)\"" \
 
9
        $(GTK_CFLAGS)      \
 
10
        $(IGE_MAC_CFLAGS)  \
 
11
        $(WARN_CFLAGS)     \
 
12
        $(AM_CPPFLAGS)
 
13
 
 
14
glade_3_CFLAGS =           \
 
15
        $(AM_CFLAGS)
 
16
 
 
17
glade_3_LDFLAGS = $(AM_LDFLAGS)
 
18
 
 
19
glade_3_LDADD = $(top_builddir)/gladeui/libgladeui-1.la $(IGE_MAC_LIBS)
 
20
 
 
21
glade_3_SOURCES = \
 
22
        glade-window.c \
 
23
        glade-window.h \
 
24
        glade-close-button.c \
 
25
        glade-close-button.h \
 
26
        main.c
 
27
 
 
28
if NATIVE_WIN32
 
29
glade_3_LDADD += glade-win32-res.o
 
30
if !GLADE_UNSTABLE
 
31
glade_3_LDFLAGS += -mwindows
 
32
endif
 
33
endif
 
34
 
 
35
glade-win32-res.o: glade-3.rc
 
36
        $(WINDRES) $< $@
 
37
 
 
38
EXTRA_DIST = glade-3.rc.in