This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/uulib/Makefile
Alexander S. Aganichev 01da006468 uuencode fixes
2001-11-01 17:20:18 +00:00

13 lines
219 B
Makefile

# -*- makefile -*-
VERSION=0.5
PATCH=15
TOP=../..
TARGET=uulib
INCS=-I$(TOP)/goldlib/uulib
CFLAGS=-DHAVE_CONFIG_H -DVERSION=\"$(VERSION)\" -DPATCH=\"$(PATCH)\"
include $(TOP)/GNUmakef.inc
include $(TOP)/GNUmakef.lib