File: Makefile.in

package info (click to toggle)
vflib3 3.6.14.dfsg-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 11,544 kB
  • sloc: ansic: 35,811; sh: 10,357; asm: 3,290; makefile: 961; lisp: 123; perl: 109; awk: 43
file content (20 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
all: 
ALL: 

include ../make-sub

install: 
	@if [ ! -d $(runtimedir)/t1lib ] ; then \
	    ../recmkdir $(runtimedir)/t1lib; fi
	@for f in `echo mkt1enc.sh *.enc`; do \
	   ../$(INSTALL_DATA) $$f $(runtimedir)/t1lib; done

uninstall:
	-$(RM)    $(runtimedir)/t1lib/*.enc 
	-$(RM)    $(runtimedir)/t1lib/mkt1enc.sh
	-$(RMDIR) $(runtimedir)/t1lib

veryclean:: clean
distclean:: clean