File: Makefile

package info (click to toggle)
sigit 0.3.2-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 612 kB
  • ctags: 192
  • sloc: ansic: 4,796; sh: 2,461; makefile: 138
file content (19 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#
# $Id: Makefile,v 1.2 2002/10/18 18:25:23 redhead Exp $ 

include ../Makefile.guess
include ../Makefile.rules

all:

clean:
	rm -f  *.o *~ core \#*\# .\#* *.save

distclean: clean

install: 

# and a way to remove it again.
uninstall:
	rm -f $(INSTALLROOT)$(BINDIR)/ksigit