File: Makefile

package info (click to toggle)
topal 75-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,280 kB
  • ctags: 104
  • sloc: ada: 11,008; ansic: 783; sh: 217; makefile: 148
file content (20 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.PHONY:	all clean realclean distrib

all:	mime-tool

mime-tool:	mime.c
	gcc $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get LDFLAGS) -Wall -o mime-tool mime.c
	-strip mime-tool

realclean:	clean
	-rm mime-tool
	-rm mime-tool.tar.gz

clean:
	-rm *~

distrib:	mime-tool.tar.gz

mime-tool.tar.gz:
	tar cvzf mime-tool.tar.gz GPL.txt  Makefile  mime.c  mime-tool.man README.txt README.Topal.txt