Blame thirdparty/lzo/2.03/lzotest/Makefile.am
|
kusano |
7d535a |
## Process this file with automake to create Makefile.in
|
|
kusano |
7d535a |
#
|
|
kusano |
7d535a |
# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
|
|
kusano |
7d535a |
#
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
noinst_PROGRAMS = lzotest
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
lzotest_SOURCES = lzotest.c
|
|
kusano |
7d535a |
lzotest_LDADD = ../src/liblzo2.la
|
|
kusano |
7d535a |
lzotest_DEPENDENCIES = ../src/liblzo2.la
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
EXTRA_DIST = asm.h db.h wrap.h wrapmisc.h mygetopt.ch mygetopt.h
|
|
kusano |
7d535a |
|