barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
Last change
on this file since 2401376 was
cf02dd6,
checked in by James M. Kretchmar <kretch@mit.edu>, 22 years ago
|
|
*** empty log message ***
|
-
Property mode set to
100644
|
|
File size:
613 bytes
|
| Line | |
|---|
| 1 | CC=@CC@ |
|---|
| 2 | LIBS=@LIBS@ |
|---|
| 3 | LDFLAGS=@LDFLAGS@ |
|---|
| 4 | RANLIB=@RANLIB@ |
|---|
| 5 | OBJS=admin.o adverts.o auth.o bos.o buddylist.o bstream.o \ |
|---|
| 6 | chat.o chatnav.o conn.o email.o ft.o icq.o im.o \ |
|---|
| 7 | invite.o md5.o misc.o msgcookie.o locate.o \ |
|---|
| 8 | popups.o rxhandlers.o rxqueue.o search.o service.o \ |
|---|
| 9 | snac.o ssi.o stats.o tlv.o translate.o txqueue.o \ |
|---|
| 10 | util.o odir.o bart.o |
|---|
| 11 | CFLAGS=@CFLAGS@ -I. -DAIM_BUILDDATE=\"x\" -DAIM_BUILDTIME=\"x\" |
|---|
| 12 | |
|---|
| 13 | libfaim: $(OBJS) |
|---|
| 14 | $(AR) -r libfaim.a $(OBJS) |
|---|
| 15 | $(RANLIB) libfaim.a |
|---|
| 16 | |
|---|
| 17 | clean: |
|---|
| 18 | $(RM) *.o libfaim.a |
|---|
| 19 | |
|---|
| 20 | distclean: clean |
|---|
| 21 | $(RM) config.cache config.log config.status Makefile config.h TAGS *~ core |
|---|
Note: See
TracBrowser
for help on using the repository browser.