source: tags/initial/fig2dev/dev/Imakefile

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#
8DEFINES = -DA4 -DDVIPS
9DEPLIBS =
10INCLUDES = -I..
11
12SRCS =  genbox.c genepic.c genibmgl.c genlatex.c genpic.c genpictex.c \
13        genps.c genpstex.c gentextyl.c gentpic.c setfigfont.c
14LIBOBJS = genbox.o genepic.o genibmgl.o genlatex.o genpic.o genpictex.o \
15        genps.o genpstex.o gentextyl.o gentpic.o setfigfont.o
16
17LIB = transfig
18
19NormalLibraryTarget($(LIB),$(LIBOBJS))
20DependTarget()
Note: See TracBrowser for help on using the repository browser.