File: Makefile

package info (click to toggle)
topal 80-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,084 kB
  • sloc: ada: 11,196; ansic: 783; sh: 174; makefile: 113
file content (20 lines) | stat: -rw-r--r-- 397 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

include ../Buildflags.mk

all:	mime-tool

mime-tool:	mime.c
		$(CC) $(default_CFLAGS) $(default_LDFLAGS) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< -o $@

realclean:	clean
	$(RM) mime-tool 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