~ubuntu-branches/ubuntu/precise/judy/precise

« back to all changes in this revision

Viewing changes to src/Judy1/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2006-06-11 15:58:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060611155814-n3j1fvfd5eb5h1zs
Tags: 1.0.3-2

* Resolves #372525, remove .shlibs
* Policy update
* Updated FSF address in copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
Judy1Tables.c: Judy1TablesGen.c
21
21
        $(CC) $(INCLUDES) $(AM_CFLAGS) @CFLAGS@ -o Judy1TablesGen Judy1TablesGen.c; ./Judy1TablesGen
22
22
 
23
 
 
24
 
Judy1Test.c: copies
25
 
 
26
 
copies:
 
23
Judy1ByCount.c:../JudyCommon/JudyByCount.c
27
24
        cp -f ../JudyCommon/JudyByCount.c               Judy1ByCount.c   
 
25
 
 
26
Judy1Cascade.c:../JudyCommon/JudyCascade.c
28
27
        cp -f ../JudyCommon/JudyCascade.c               Judy1Cascade.c
 
28
 
 
29
Judy1Count.c:../JudyCommon/JudyCount.c
29
30
        cp -f ../JudyCommon/JudyCount.c                 Judy1Count.c
 
31
 
 
32
Judy1CreateBranch.c:../JudyCommon/JudyCreateBranch.c
30
33
        cp -f ../JudyCommon/JudyCreateBranch.c          Judy1CreateBranch.c
 
34
 
 
35
Judy1Decascade.c:../JudyCommon/JudyDecascade.c
31
36
        cp -f ../JudyCommon/JudyDecascade.c             Judy1Decascade.c
 
37
 
 
38
Judy1Unset.c:../JudyCommon/JudyDel.c
32
39
        cp -f ../JudyCommon/JudyDel.c                   Judy1Unset.c
 
40
 
 
41
Judy1First.c:../JudyCommon/JudyFirst.c
33
42
        cp -f ../JudyCommon/JudyFirst.c                 Judy1First.c
 
43
 
 
44
Judy1FreeArray.c:../JudyCommon/JudyFreeArray.c
34
45
        cp -f ../JudyCommon/JudyFreeArray.c             Judy1FreeArray.c
 
46
 
 
47
Judy1Test.c:../JudyCommon/JudyGet.c
35
48
        cp -f ../JudyCommon/JudyGet.c                   Judy1Test.c
 
49
 
 
50
j__udy1Test.c:../JudyCommon/JudyGet.c
36
51
        cp -f ../JudyCommon/JudyGet.c                   j__udy1Test.c
 
52
 
 
53
Judy1SetArray.c:../JudyCommon/JudyInsArray.c
37
54
        cp -f ../JudyCommon/JudyInsArray.c              Judy1SetArray.c
 
55
 
 
56
Judy1Set.c:../JudyCommon/JudyIns.c
38
57
        cp -f ../JudyCommon/JudyIns.c                   Judy1Set.c
 
58
 
 
59
Judy1InsertBranch.c:../JudyCommon/JudyInsertBranch.c
39
60
        cp -f ../JudyCommon/JudyInsertBranch.c          Judy1InsertBranch.c
 
61
 
 
62
Judy1MallocIF.c:../JudyCommon/JudyMallocIF.c
40
63
        cp -f ../JudyCommon/JudyMallocIF.c              Judy1MallocIF.c
 
64
 
 
65
Judy1MemActive.c:../JudyCommon/JudyMemActive.c
41
66
        cp -f ../JudyCommon/JudyMemActive.c             Judy1MemActive.c
 
67
 
 
68
Judy1MemUsed.c:../JudyCommon/JudyMemUsed.c
42
69
        cp -f ../JudyCommon/JudyMemUsed.c               Judy1MemUsed.c
 
70
 
 
71
Judy1Next.c:../JudyCommon/JudyPrevNext.c
43
72
        cp -f ../JudyCommon/JudyPrevNext.c              Judy1Next.c
 
73
 
 
74
Judy1Prev.c:../JudyCommon/JudyPrevNext.c
44
75
        cp -f ../JudyCommon/JudyPrevNext.c              Judy1Prev.c
 
76
 
 
77
Judy1NextEmpty.c:../JudyCommon/JudyPrevNextEmpty.c
45
78
        cp -f ../JudyCommon/JudyPrevNextEmpty.c         Judy1NextEmpty.c
 
79
 
 
80
Judy1PrevEmpty.c:../JudyCommon/JudyPrevNextEmpty.c
46
81
        cp -f ../JudyCommon/JudyPrevNextEmpty.c         Judy1PrevEmpty.c
 
82
 
 
83
Judy1TablesGen.c:../JudyCommon/JudyTables.c
47
84
        cp -f ../JudyCommon/JudyTables.c                Judy1TablesGen.c
48