home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xhyper10.zip / XHyper_v1.0 / xapp / Makefile < prev    next >
Makefile  |  1992-11-05  |  210b  |  17 lines

  1. #
  2. # Generated by the ICS builderXcessory (BX).
  3. #
  4. #
  5. # Builder Xcessory 1.0.1.
  6. #
  7. #
  8. CC=cc
  9. CFLAGS= -g
  10. LIBS=-lXm -lXt -lX11 -lPW
  11.  
  12. OFILES = main.o create.o 
  13.  
  14. xapp: $(OFILES)
  15.     $(CC) $(CFLAGS) $(OFILES) -o $@ $(LIBS)
  16.  
  17.