Last change
on this file was
2,
checked in by oldcode, 24 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
616 bytes
|
Line | |
---|
1 | # |
---|
2 | # Fig2dev Driver Library Makefile |
---|
3 | # |
---|
4 | # to set paper size to A4 add -DA4d to DEFINES list |
---|
5 | # to set IBM Graphics Enhancement Cartridge add -DIBMGEC to DEFINES list |
---|
6 | # to set DVI-to-PostScript driver to dvips add -DDVIPS to DEFINES list |
---|
7 | # |
---|
8 | DEFINES = -DA4 -DDVIPS |
---|
9 | DEPLIBS = |
---|
10 | INCLUDES = -I.. |
---|
11 | |
---|
12 | SRCS = genbox.c genepic.c genibmgl.c genlatex.c genpic.c genpictex.c \ |
---|
13 | genps.c genpstex.c gentextyl.c gentpic.c setfigfont.c |
---|
14 | LIBOBJS = genbox.o genepic.o genibmgl.o genlatex.o genpic.o genpictex.o \ |
---|
15 | genps.o genpstex.o gentextyl.o gentpic.o setfigfont.o |
---|
16 | |
---|
17 | LIB = transfig |
---|
18 | |
---|
19 | NormalLibraryTarget($(LIB),$(LIBOBJS)) |
---|
20 | DependTarget() |
---|
Note: See
TracBrowser
for help on using the repository browser.