~ubuntu-branches/ubuntu/vivid/spim/vivid

« back to all changes in this revision

Viewing changes to xspim/Imakefile

  • Committer: Package Import Robot
  • Author(s): Thorsten Alteholz
  • Date: 2013-11-08 18:43:23 UTC
  • Revision ID: package-import@ubuntu.com-20131108184323-07lgkgtmw7q5e3hm
Tags: 8.0+dfsg-6
* acknowledge NMU
* add patch from YunQiang Su <wzssyqa@gmail.com> to make it compile on
  mips/mipsel (Closes: #726282, #599954)
* debian/control: add myself to uploaders
* debian/control: bump standard to 3.9.4 (no changes)
* debian/control: use dh 9 for hardening flags
* debian/control: move VCS-field to alioth
* debian/control: add dependency on xfonts-75dpi, xfonts-100dpi
                  (Closes: #670949)
* debian/copyright: remove reference to /usr/share/common-licenses/BSD
                    the license text is already listed

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
DEPLIBS = XawClientDepLibs
102
102
LOCALLIBS = XawClientLibs
103
103
 
104
 
CDEBUGFLAGS = -g
 
104
CDEBUGFLAGS = -g $(CPPFLAGS)
105
105
 
106
106
INCLUDES = -I. -I$(CPU_DIR)
107
107
 
108
108
DEFINES = $(ENDIAN) $(MEM_SIZES) -DDEFAULT_EXCEPTION_HANDLER="\"$(EXCEPTION_DIR)/exceptions.s\"" -DSPIM_VERSION="\"`cat ../VERSION`\""
109
109
 
110
 
SYS_LIBRARIES = -lm
 
110
SYS_LIBRARIES = -lm $(LDFLAGS)
111
111
 
112
112
#
113
113