~ubuntu-branches/ubuntu/quantal/9base/quantal

« back to all changes in this revision

Viewing changes to lib9/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-06-04 17:22:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100604172203-ei85j0da495sr8ut
Tags: 1:6-1
* Adding Kai as co-maintainer.
* Merging upstream version 6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#       convM2S.o
14
14
#       convS2M.o
15
15
 
 
16
SECFILES=\
 
17
        sec/sha1block.o\
 
18
        sec/sha1.o\
 
19
        sec/sha1pickle.o\
 
20
        sec/md5block.o\
 
21
        sec/md5.o\
 
22
        sec/md5pickle.o\
 
23
 
16
24
NUM=\
17
25
        fmt/charstod.o\
18
26
        fmt/pow10.o\
19
27
 
 
28
 
20
29
FMTOFILES=\
21
30
        fmt/dofmt.o\
22
31
        fmt/fltfmt.o\
193
202
        zoneinfo.o\
194
203
 
195
204
OFILES=\
 
205
        $(SECFILES)\
196
206
        $(FMTOFILES)\
197
207
        $(UTFOFILES)\
198
208
        $(BIOFILES)\
212
222
 
213
223
.c.o:
214
224
        @echo CC $*.c
215
 
        @${CC} -o $*.o ${CFLAGS} -I${PREFIX}/include $*.c
 
225
        @${CC} -o $*.o ${CFLAGS} -Isec -I${PREFIX}/include $*.c
216
226
 
217
227
clean:
218
228
        rm -f ${OFILES} ${LIB}