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

# Makefile for language tools
#


# E= .exe

CFLAGS= -O

all: langtool$E charconv$E pickpstr$E killdups$E


langtool$E: language.c crc.c
	$(CC) $(CFLAGS) -DLANGTOOL language.c crc.c -o $@

charconv$E: charconv.c
	$(CC) $(CFLAGS) charconv.c -o $@

pickpstr$E: pickpstr.c
	$(CC) $(CFLAGS) pickpstr.c -o $@

killdups$E: killdups.c
	$(CC) $(CFLAGS) killdups.c -o $@

langtool.c: usuals.h

unix.superglobalmegacorp.com

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