File: Imakefile

package info (click to toggle)
troffcvt 1.04%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,416 kB
  • sloc: ansic: 13,110; makefile: 6,847; perl: 1,583; cpp: 333; sh: 215
file content (16 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    GENSRCS = libfile.c
    GENOBJS = libfile.o

 READERSRCS = r-font.c r-read.c
 READEROBJS = r-font.o r-read.o

       SRCS = $(GENSRCS) $(READERSRCS)


NormalLibraryObjectRule()

BuildNormalLibrary(tcgen,$(GENSRCS),$(GENOBJS))

BuildNormalLibrary(tcread,$(READERSRCS),$(READEROBJS))

DependTarget()