File: Imakefile

package info (click to toggle)
mpsql 2.1-2
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 3,528 kB
  • ctags: 4,886
  • sloc: ansic: 35,184; makefile: 3,761; sh: 44
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()