~enlightenment-git/enlightenment-svn/saucy

« back to all changes in this revision

Viewing changes to ecore/rules

  • Committer: Hannes Janetzek
  • Date: 2014-07-08 23:54:54 UTC
  • Revision ID: hannes.janetzek@gmail.com-20140708235454-3h7jh9igakb0v9l0
remove some old cruft

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/make -f
2
 
 
3
 
unexport LANG
4
 
 
5
 
CFLAGS += -fvisibility=hidden -O2
6
 
LDFLAGS += -fvisibility=hidden
7
 
 
8
 
%:
9
 
        dh $@
10
 
 
11
 
override_dh_auto_configure:
12
 
        touch README
13
 
        autopoint -f
14
 
        aclocal -I m4
15
 
        autoheader
16
 
        autoconf
17
 
        libtoolize --copy --automake
18
 
        automake --add-missing --copy --gnu
19
 
        dh_auto_configure -- \
20
 
        --enable-ecore-fb \
21
 
        --enable-ecore-evas-fb \
22
 
        --disable-ecore-directfb \
23
 
        --disable-ecore-evas-directfb \
24
 
        --disable-rpath \
25
 
        --enable-openssl \
26
 
        --enable-glib
27
 
 
28
 
override_dh_makeshlibs:
29
 
        dh_makeshlibs -V
30
 
 
31
 
override_dh_auto_clean:
32
 
        -$(MAKE) maintainer-clean
33
 
        rm -f README
34
 
 
35
 
override_dh_strip:
36
 
        dh_strip --dbg-package=libecore-dbg