home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / X / xshowcmap2 / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  317 b   |  15 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. LCOPTS  = -O2
  6. LCDEFS    = -Wf,-XNh2000 -call_shared
  7. TARGETS = xshowcmap2
  8. LLDLIBS = -lXext -lX11 -lm 
  9.  
  10. default all: $(TARGETS)
  11.  
  12. include $(COMMONRULES)
  13.  
  14. # cc -o xshowcmap xshowcmap.o -O2 -xansi -Wf,-XNh2000 -call_shared  -lXext -lX11 -lm -nostdlib -L//lib -L//usr/lib
  15.