~ubuntu-branches/ubuntu/wily/fvwm1/wily-proposed

« back to all changes in this revision

Viewing changes to modules/FvwmAuto/Imakefile

  • Committer: Package Import Robot
  • Author(s): Phil Brooke
  • Date: 2013-10-31 16:44:38 UTC
  • Revision ID: package-import@ubuntu.com-20131031164438-mx54z1viv8ws8635
Tags: 1.24r-56
* Add build-indep / build-arch targets.
* Add hardening flags via CCOPTIONS and LOCAL_LDFLAGS to each Imakefile.
* Bump standards version to 3.9.4.
* Clean some odd whitespace from changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
COMPILER
12
12
 
 
13
CCOPTIONS = $(shell dpkg-buildflags --get CFLAGS)
 
14
LOCAL_LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 
15
 
13
16
 
14
17
DEPLIBS = $(DEPXLIB) ../../libs/libfvwmlib.a
15
18