home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xlibpr3.zip / winman / Imakefile < prev    next >
Makefile  |  1990-12-15  |  275b  |  18 lines

  1. #
  2. # example programs Imakefile
  3. #
  4. #
  5.  
  6. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  7.  
  8. SRCS1=    winman.c Icons.c box.c
  9. OBJS1=    winman.o Icons.o box.o
  10.  
  11. PROGRAMS = winman
  12.  
  13. all::  $(PROGRAMS)
  14.  
  15. LOCAL_LIBRARIES = $(XLIB)
  16.  
  17. NormalProgramTarget(winman,$(OBJS1),,$(LOCAL_LIBRARIES),)
  18.