home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lzo100.zip / lzo-1.00 / tests / Makefile.am < prev    next >
Makefile  |  1997-07-06  |  356b  |  20 lines

  1. ## Process this file with automake to produce Makefile.in
  2.  
  3. AUTOMAKE_OPTIONS = no-dependencies
  4.  
  5.  
  6. INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
  7. CFLAGS = @CFLAGS@ @CFLAGS_O@ @CFLAGS_W@
  8.  
  9.  
  10. noinst_PROGRAMS = align chksum
  11.  
  12. LDADD = $(top_builddir)/src/liblzo.a
  13.  
  14.  
  15. Makefile_am_default:
  16.  
  17. $(top_builddir)/src/liblzo.a:
  18.     cd $(top_builddir)/src && $(MAKE) all
  19.  
  20.