home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / bench / makefile.dustb < prev    next >
Encoding:
Makefile  |  1992-08-27  |  311 b   |  19 lines

  1. TREE=    /usr/postgres
  2. SD=    /usr/postgres/src
  3. OD=    /usr/postgres/obj.sparc
  4. PORTNAME=    sparc
  5.  
  6. PORTDIR=    port/sparc
  7. PORTLDFLAGS=
  8. GCFLAGS=
  9. LDFLAGS=    $(GCFLAGS)
  10. CFLAGS=        $(GCFLAGS) \
  11.         -I$(SD)/lib/H \
  12.         -I$(SD)/lib/H/obsolete \
  13.         -I$(OD)/lib/H \
  14.         -I$(SD)/$(PORTDIR) 
  15. DIRS=        ./dirs.mk
  16. LIBS=        -ll -lm -lc
  17.  
  18. all: dustbuster.o
  19.