File: Makefile.in

package info (click to toggle)
swi-prolog 6.6.6-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 82,312 kB
  • ctags: 44,559
  • sloc: ansic: 322,250; perl: 245,822; sh: 6,651; java: 5,254; makefile: 4,423; cpp: 4,153; ruby: 1,594; yacc: 843; xml: 82; sed: 12; sql: 6
file content (38 lines) | stat: -rw-r--r-- 980 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
################################################################
# Makefile for librfc2045.a
#
# Author: Jan Wielemaker (wielemak@science.uva.nl)
################################################################

CC=@CC@
CFLAGS=@CFLAGS@ @DEFS@ -fPIC
LIBS=@LIBS@
AR=@AR@
RANLIB=@RANLIB@

OBJ=	rfc2045.o rfc2045acchk.o rfc2045acprep.o \
	rfc2045appendurl.o rfc2045cdecode.o rfc2045decode.o \
	rfc2045enomem.o \
	rfc2045_base64encode.o rfc2045_fromfd.o \
	rfc2045find.o rfc2045mkboundary.o rfc2045rewrite.o \
	rfc2045tryboundary.o rfc2045xdump.o

all:	librfc2045.a

librfc2045.a: $(OBJ)
	rm -f librfc2045.a
	$(AR) r librfc2045.a $(OBJ)
	$(RANLIB) librfc2045.a


################################################################
# Clean
################################################################

clean:
		rm -f $(OBJ) *~ *.o *% a.out core config.log

distclean:	clean
		rm -f Makefile config.status config.h librfc2045.a
		rm -f rfc2045charset.h stamp-h1
		rm -rf autom4te.cache