File:  [PGP] / pgp / contrib / md5sum / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:45:03 2018 UTC (8 years, 1 month ago) by root
Branches: phill, MAIN
CVS tags: pgp263i, HEAD
PGP 2.6.3i

#
# Makefile for md5sum
#
# created by Peter Simons <[email protected]>
#

#
# Labels:
# =======
#
CC = gcc
LD = gcc
PGPSRC = ../../src
OBJS = md5sum.o $(PGPSRC)/md5.o

# On a big-endian system (e.g. Motorola), uncomment the following line:
#BYTEORDER= -DHIGHFIRST


# Compiler flags:
# ===============
#
# Define one of the following symbols to archive the described effect:
#
#
CFLAGS = $(BYTEORDER) -Wall -O2 -I ../../src


# Linker flags:
# =============
#
LDFLAGS  =


#
# Targets
#
md5sum:
	$(LD) $(OBJS) -o md5sum $(LDFLAGS)

$(PGPSRC)/md5.o:
	$(CC) -c $(PGPSRC)/md5.c -o $(PGPSRC)/md5.o $(CFLAGS)

clean:
	rm -f md5sum md5sum.o


#
# Dependencies
#
md5sum: $(OBJS)
md5sum.o: md5sum.c $(PGPSRC)/md5.h

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.