u-isdn/isdn_4/Makefile

8 lines
189 B
Makefile
Raw Normal View History

PROGRAM = master
EXTRA_LIBS=../isdn_3.a ../support.a
1995-10-25 12:36:04 +00:00
EXTRA_CFLAGS=$(addsuffix _,$(addprefix -D_,$(PROTOCOLS) $(SUBPROTOCOLS)))
1995-11-13 22:20:37 +00:00
EXTRA_LDFLAGS=-static
TOPDIR=..
include $(TOPDIR)/Make.rules