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

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