Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > d483a12b90c5fa54128e77aa96863de6 > files > 16

libghthash0-devel-0.6.1-1mdv2007.1.i586.rpm

noinst_PROGRAMS = simple dict_example hash_test alloc_example iteration interactive

simple_SOURCES = simple.c
simple_LDADD = ../src/libghthash.la
interactive_SOURCES = interactive.c
interactive_LDADD = ../src/libghthash.la
dict_example_SOURCES = dict_example.c
dict_example_LDADD = ../src/libghthash.la
hash_test_SOURCES = hash_test.c
hash_test_LDADD = ../src/libghthash.la
alloc_example_SOURCES = alloc_example.c
alloc_example_LDADD = ../src/libghthash.la
iteration_SOURCES = iteration.c
iteration_LDADD = ../src/libghthash.la

INCLUDES = -I../src

EXTRA_DIST = Makefile.win