Try to do depencies better.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23369 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-07-15 20:38:17 +00:00
parent 774095ad39
commit 47c72666f4

View File

@@ -11,14 +11,17 @@ built = \
combining_table.h \
errorlist_table.c \
errorlist_table.h \
punycode_examples.h \
punycode_examples.c \
map_table.c \
map_table.h \
normalize_table.c \
normalize_table.h
MAINTAINERCLEANFILES = $(built)
built_tests = \
punycode_examples.h \
punycode_examples.c
MAINTAINERCLEANFILES = $(built) $(built_tests)
code = \
bidi.c \
@@ -34,7 +37,7 @@ code = \
windlocl.h \
utf8.c
$(code): $(built)
$(code:.c=.lo): $(built)
dist_libwind_la_SOURCES = $(code) $(built)
@@ -76,6 +79,8 @@ test_punycode_SOURCES = \
punycode_examples.c \
punycode_examples.h
test-punycode.lo: $(built_tests)
bin_PROGRAMS = idn-lookup
idn_lookup_SOURCES = idn-lookup.c