~ubuntu-branches/ubuntu/karmic/grace/karmic

« back to all changes in this revision

Viewing changes to T1lib/t1lib/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-19 14:19:58 UTC
  • Revision ID: james.westby@ubuntu.com-20020319141958-5gxna6vo1ek3zjml
Tags: upstream-5.1.7
ImportĀ upstreamĀ versionĀ 5.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
TOP=../..
 
3
 
 
4
include $(TOP)/Make.conf
 
5
 
 
6
.SUFFIXES : .c $(O)
 
7
 
 
8
OBJS = \
 
9
        t1finfo$(O) \
 
10
        t1base$(O) \
 
11
        t1delete$(O) \
 
12
        t1enc$(O) \
 
13
        t1env$(O) \
 
14
        t1load$(O) \
 
15
        t1set$(O) \
 
16
        t1trans$(O) \
 
17
        t1aaset$(O) \
 
18
        t1afmtool$(O) \
 
19
        t1outline$(O) \
 
20
        t1subset$(O) \
 
21
        parseAFM$(O) 
 
22
 
 
23
 
 
24
all : $(OBJS)
 
25
 
 
26
 
 
27
.PHONY : clean
 
28
 
 
29
clean : dummy
 
30
        $(RM) *$(O)
 
31
        $(RM) *~ *.bak \#*\#
 
32
 
 
33
 
 
34
install : dummy
 
35
 
 
36
 
 
37
dummy :
 
38
 
 
39
 
 
40
# Dependencies of object files 
 
41
#  (generated by "gcc -MM *.c > .dependencies"):
 
42
 
 
43
include .dependencies