home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / ISP / bind.4.8.3.lzh / BIND483 / TOOLS / Makefile next >
Makefile  |  1994-09-23  |  417b  |  16 lines

  1. SRCS=   nsquery.c
  2. OBJS=   nsquery.r
  3. DEFS=   -DDEBUG
  4. CFLAGS= -O ${DEFS} -T/dd -I../include -I../res -I/h0/blarslib/defs -O0 -Dis68k -g
  5. LFLAGS =  -l../res/libresolv.l -l/dd/lib/socklib.l -l/dd/lib/netdb.l \
  6.    -l/h0/blarslib/blarslib.l -l/dd/lib/os9lib.l -g -s 50
  7. CC = gcc2
  8. ODIR = ../cmds
  9.  
  10. .c.r:
  11.     ${CC} ${CFLAGS} -c -o $*.r $<
  12.  
  13. $(ODIR)/nsquery: nsquery.r
  14.     ${CC}  ${CFLAGS} nsquery.r -o $(ODIR)/nsquery $(LFLAGS)
  15.  
  16.