File: Makefile

package info (click to toggle)
mtr 0.41-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 476 kB
  • ctags: 424
  • sloc: ansic: 3,240; sh: 302; makefile: 63
file content (16 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#
# This is an attempt on simplifying the compilation of mtr to a simple "make". 
#

firstrule: 
	./configure
	$(MAKE)

clean: 
	rm -f *.o *~ core

distclean: clean
	rm -f mtr config.cache config.status config.log \
	          stamp-h stamp-h[0-9]* TAGS ID