home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / sample / Makefile.raw < prev    next >
Encoding:
Makefile  |  1992-08-27  |  434 b   |  17 lines

  1. #
  2. #    Makefile.raw -- raw makefile for sample libpq programs.
  3. #
  4. #    In order to generate a makefile from this file, cd to the
  5. #    newconf directory and type 'Make sample'.
  6. #
  7. #    $Header: /private/postgres/sample/RCS/Makefile.raw,v 1.2 1991/12/10 05:11:56 mao Exp $
  8. #
  9.  
  10. SAMPLIBS=    libpq.a
  11.  
  12. pgstats: pgstats.o
  13.     $(CC) $(CFLAGS) -o pgstats pgstats.o $(OD)/$(SAMPLIBS) $(LIBS)
  14.  
  15. pftp: pftp.o
  16.     $(CC) $(CFLAGS) -o pftp pftp.o $(OD)/$(SAMPLIBS) $(LIBS)
  17.