~ubuntu-branches/ubuntu/lucid/libtasn1-3/lucid-updates

« back to all changes in this revision

Viewing changes to maint.mk

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-09-20 08:43:45 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080920084345-4zc3avwxte2l12nw
Tags: 1.5-1
* New upstream bugfix release.
* Drop tetex-bin Build-Depends alternative.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# This Makefile fragment is intended to be useful by any GNU-like project.
3
3
# This file originate from coreutils, CPPI, Bison, and Autoconf.
4
4
 
5
 
# Copyright (C) 2001-2007 Free Software Foundation, Inc.
 
5
# Copyright (C) 2001-2008 Free Software Foundation, Inc.
6
6
#
7
7
# This program is free software; you can redistribute it and/or modify
8
8
# it under the terms of the GNU General Public License as published by
20
20
ME := maint.mk
21
21
 
22
22
# List of all C-like source code files that will be tested for
23
 
# stylistic "errors".  You may want to define this to something 
24
 
# more complex in Makefile.cfg.
 
23
# stylistic "errors".  You may want to define this to something
 
24
# more complex in cfg.mk.
25
25
C_SOURCES ?= $(shell find . -name '*.[chly]')
26
26
 
27
 
# Add some more files to check, typically set in Makefile.cfg.
 
27
# Add some more files to check, typically set in cfg.mk.
28
28
C_SOURCES += $(C_SOURCES_ADD)
29
29
 
30
30
# Do not save the original name or timestamp in the .tar.gz file.