~ubuntu-branches/ubuntu/edgy/hwinfo/edgy

« back to all changes in this revision

Viewing changes to src/int10/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): James Vega
  • Date: 2006-09-28 20:56:06 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060928205606-bgxl69hts04xbx51
Tags: 13.4-1
* New upstream version.
* Switch from dbs to quilt
  - Revamp debian/rules
  - Add quilt and remove dbs from Build-Depends in debian/control
* Remove reference to hwscan(8) from manpage. (closes: #388245)
* Re-wrote manpage from scratch.  Drop docbook-to-man from Build-Depends.
* Remove NEWS.Debian since it is no longer applicable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TOPDIR  = ../..
 
2
TARGETS = $(LIBHD_D)
 
3
 
 
4
include $(TOPDIR)/Makefile.common
 
5
 
 
6
$(LIBHD_D): $(OBJS)
 
7
        ar r $(LIBHD) $?
 
8
 
 
9
i10_v86.o: i10_v86.c
 
10
        $(CC) -c $(CFLAGS) -fno-strict-aliasing $<