File: Makefile.bsd.in

package info (click to toggle)
cti-ifhp 2.1.8-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 932 kB
  • ctags: 845
  • sloc: ansic: 6,036; sh: 1,524; makefile: 318
file content (34 lines) | stat: -rw-r--r-- 723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#**************************************************************************
#* LPRng IFHP Filter
#* Copyright 1994-1997 Patrick Powell, San Diego, CA <papowell@sdsu.edu>
#*
#* Based on the CTI printer filters.
#*  See COPYRIGHT for details.
#*
#* $Id: Makefile.bsd.in,v 1.1 1997/02/05 22:35:49 papowell Exp $
#

FONTDIR=@prefix@/lib/filters/fonts
SRC=@srcdir@
@SET_MAKE@

all clean:

.PHONY: all clean install distclean

FONTS=${SRC}/elot-928 ${SRC}/dec-greek ${SRC}/cp-437

install:
	mkdir -p ${FONTDIR}; \
	for i in ${FONTS} ; do \
		cp -r $$i ${FONTDIR} ; \
	done

distclean:
	rm -f Makefile

ci:
	if test ! -d RCS ; then mkdir RCS; fi;
	for i in *.proto Makefile* ; do \
		ci $(CI) -l -mUpdate -t-Initial $$i; \
	done;