File: Imakefile

package info (click to toggle)
mpsql 2.0-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 2,912 kB
  • ctags: 5,665
  • sloc: ansic: 34,322; makefile: 3,525; sh: 17
file content (31 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (2)
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
XCOMM ------------------------------------------------------------
XCOMM Imakefile for libhtmlw
XCOMM Copyright (C) 1996-1998 Mutiny Bay Software
XCOMM ------------------------------------------------------------

COPT = 
LIBS = 
INCS = 
DEFS = 

CDEBUGFLAGS = 
HTMLWDEFS = -DMOTIF -DMOTIF1_2 -DMORE_ACCURATE
DEFINES = $(COPT) $(DEFS) $(INCS) $(HTMLWDEFS)
IMAKEFILE = Imakefile

SRCS = HTML-PSformat.c HTML.c HTMLformat.c HTMLimages.c HTMLjot.c \
       HTMLlists.c HTMLparse.c HTMLwidgets.c

HEADER = HTML.h HTMLP.h HTMLamp.h inkstore.h

OBJS = HTML-PSformat.o HTML.o HTMLformat.o HTMLimages.o HTMLjot.o\
       HTMLlists.o HTMLparse.o HTMLwidgets.o

NormalLibraryTarget(htmlw,$(OBJS))
DependTarget()