home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xlibpr3.zip / r5 / Imakefile < prev    next >
Makefile  |  1991-10-05  |  485b  |  14 lines

  1.         DEPLIBS = $(DEPXLIB)
  2. LOCAL_LIBRARIES = $(XLIB)
  3.        PROGRAMS = scalefonts xcms i18n_output i18n_input
  4.       SRCS1 = scalefonts.c
  5.       OBJS1 = scalefonts.o
  6.  
  7. AllTarget($(PROGRAMS))
  8. SingleProgramTarget(scalefonts, scalefonts.o, $(LOCAL_LIBRARIES),NullParameter)
  9. SingleProgramTarget(xcms, xcms.o, $(LOCAL_LIBRARIES), -lm)
  10. SingleProgramTarget(i18n_output,i18n_output.o,$(LOCAL_LIBRARIES),NullParameter)
  11. SingleProgramTarget(i18n_input, i18n_input.o, $(LOCAL_LIBRARIES),NullParameter)
  12.  
  13.  
  14.