home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / space / software / unix / xanim / imakefil next >
Encoding:
Text File  |  1992-08-04  |  775 b   |  35 lines

  1. /*
  2.  * Optimization flags
  3.  *
  4.  *  GNU C
  5.  * OPTIMIZE= -fcombine-regs -O
  6.  */
  7. OPTIMIZE = -O
  8.  
  9. /* If you have a i486 box running Interactive UNIX v2.2.1 you might
  10.    have to uncomment the following line. */
  11. /* OTHER_LIBS = -linet */
  12.  
  13. PROGRAMS = xanim /* txtmerge */
  14.  
  15.    LIBS1 = $(OTHER_LIBS) $(XTOOLLIB) $(XLIB)
  16. DEPLIBS1 = $(DEPXTOOLLIB) $(DEPXLIB)
  17.    SRCS1 = xanim.c xanim_x11.c xanim_fli.c xanim_iff.c xanim_gif.c \
  18.        xanim_txt.c unpacker.c xanim_utils.c xanim_act.c \
  19.        xanim_dl.c
  20.    OBJS1 = xanim.o xanim_x11.o xanim_fli.o xanim_iff.o xanim_gif.o \
  21.        xanim_txt.o unpacker.o xanim_utils.o xanim_act.o \
  22.        xanim_dl.o
  23.  
  24.  
  25. ComplexProgramTarget_1(xanim,,$(LIBS1))
  26.  
  27. /*
  28.     SRCS2 = txtmerge.c
  29.     OBJS2 = txtmerge.o
  30.     LIBS2 =
  31.  DEPLIBS2 =
  32.  
  33. ComplexProgramTarget_2(txtmerge,,)
  34. */
  35.