File: mh-fbsd

package info (click to toggle)
libhdf4 4.1r3-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 24,092 kB
  • ctags: 26,163
  • sloc: ansic: 204,415; fortran: 29,237; sh: 7,807; makefile: 7,417; cpp: 2,186; pascal: 1,498; asm: 1,027; yacc: 680; lex: 202; sed: 153
file content (41 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download | duplicates (63)
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
39
40
41
# This makefile fragemnt will override the default options found at the top
# of the 'Makefile' in the jpeg source directory. See 'Makefile.in'
# for discussion of the various options.
#

ANSI2KNRFLAGS= 
LDFLAGS= 
LDLIBS= 
SYSDEPMEM= jmemnobs.o
RM = /bin/rm 
RMFLAGS = -f
MV= mv
AR = ar
ARFLAGS = rc

# The following segment should not really be the fragments but I 
# couldn't find a way to avoid this.-GV
#
# Uncomment the following line if you don't have an ANSI compilier
# and comment out the one below it
#all: @ANSI2KNR@ libjpeg.a cjpeg djpeg rdjpgcom wrjpgcom
all: libjpeg.a cjpeg djpeg rdjpgcom wrjpgcom

# Uncomment the following rule if you don't have an ANSI compilier
# This rule causes ansi2knr to be invoked.
# .c.o:
# 	./ansi2knr $(srcdir)/$*.c T$*.c
# 	$(CC) $(CFLAGS) -c T$*.c
# 	$(RM) $(RMFLAGS) T$*.c $*.o
# 	$(MV) T$*.o $*.o

ansi2knr: ansi2knr.c
	$(CC) $(CFLAGS) $(ANSI2KNRFLAGS) -o ansi2knr ansi2knr.c

# Uncomment the following line if you don't have an ANSI compilier
# and comment out the one below it
#libjpeg.a: @ANSI2KNR@ $(LIBOBJECTS)
libjpeg.a: $(LIBOBJECTS)
	$(RM) $(RMFLAGS) libjpeg.a
	$(AR) $(ARFLAGS) libjpeg.a  $(LIBOBJECTS)
	$(AR2) libjpeg.a