home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / motifpg2.zip / ch12 / Imakefile < prev    next >
Makefile  |  1992-09-25  |  361b  |  18 lines

  1. #
  2. # example programs Imakefile
  3. #
  4. #
  5.  
  6. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  7.  
  8. SRCS1=    xscrollbox.c ScrollBox.c BitmapEdit.c
  9. OBJS1=    xscrollbox.o ScrollBox.o BitmapEdit.o
  10.  
  11. PROGRAMS = xscrollbox
  12.  
  13. all::  $(PROGRAMS)
  14.  
  15. LOCAL_LIBRARIES = /usr/source/motif114/lib/Xm/libXm.a $(XTOOLLIB) $(XLIB)
  16.  
  17. NormalProgramTarget(xscrollbox,$(OBJS1),,$(LOCAL_LIBRARIES),)
  18.